API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
int getBinderDeathObjectCount() |
Returns the number of death notification links to Binder objects that exist in the current process. |
int getBinderLocalObjectCount() |
Returns the number of active local Binder objects that exist in the current process. |
int getBinderProxyObjectCount() |
Returns the number of references to remote proxy Binder objects that exist in the current process. |
int getGlobalExternalAllocCount() |
|
int getGlobalExternalAllocSize() |
|
int getGlobalExternalFreedCount() |
|
int getGlobalExternalFreedSize() |
|
int getLoadedClassCount() |
Get the number of loaded classes. |
void getMemoryInfo(MemoryInfo ) |
Retrieves information about this processes memory usages. |
int getThreadExternalAllocCount() |
|
int getThreadExternalAllocSize() |
|
void resetGlobalExternalAllocCount() |
|
void resetGlobalExternalAllocSize() |
|
void resetGlobalExternalFreedCount() |
|
void resetGlobalExternalFreedSize() |
|
void resetThreadExternalAllocCount() |
|
void resetThreadExternalAllocSize() |
|
int setAllocationLimit(int ) |
Establish an object allocation limit in the current thread. |
int setGlobalAllocationLimit(int ) |
Establish a global object allocation limit. |
long threadCpuTimeNanos() |
Get an indication of thread CPU usage. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |