diff options
| author | 2011-08-26 15:21:24 -0700 | |
|---|---|---|
| committer | 2011-08-26 16:30:02 -0700 | |
| commit | e27955ca3ca960928d4dbd6cb79711fce06950b3 (patch) | |
| tree | bbf56dbaecba643099e5831ea502d57901dcb714 /src/class_linker.h | |
| parent | ba5ebb944b7c5c6a1b754b6dd47eed96f39aea29 (diff) | |
Add the signal catcher (for SIGQUIT and SIGUSR1).
Also fix some of the thread implementation.
Change-Id: If2d1b59a149ba1ac192ad9bc74319c8dff228549
Diffstat (limited to 'src/class_linker.h')
| -rw-r--r-- | src/class_linker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/class_linker.h b/src/class_linker.h index cb21cb186f..c8488254a9 100644 --- a/src/class_linker.h +++ b/src/class_linker.h @@ -38,6 +38,8 @@ class ClassLinker { return FindClass(descriptor, NULL); } + size_t NumLoadedClasses() const; + // Resolve a String with the given ID from the DexFile, storing the // result in the DexCache. String* ResolveString(const DexFile& dex_file, |