diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-08-05 17:50:29 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-08-05 18:18:05 -0700 |
commit | b437e090ec03a2bab10bdfcb9484577a7f34e157 (patch) | |
tree | 86424e259db63fb8c7780a433b2eb808950fbc49 /api | |
parent | 284585aa835096111c7129b330f458b75ed27a8d (diff) | |
download | frameworks_base-b437e090ec03a2bab10bdfcb9484577a7f34e157.zip frameworks_base-b437e090ec03a2bab10bdfcb9484577a7f34e157.tar.gz frameworks_base-b437e090ec03a2bab10bdfcb9484577a7f34e157.tar.bz2 |
Improved memory use reporting.
Change-Id: I38e53e6228bba92a142bafeedb5af8df4e4e5724
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 035da89..a70e8a2 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14095,6 +14095,7 @@ package android.os { method public static long getNativeHeapAllocatedSize(); method public static long getNativeHeapFreeSize(); method public static long getNativeHeapSize(); + method public static long getPss(); method public static int getThreadAllocCount(); method public static int getThreadAllocSize(); method public static deprecated int getThreadExternalAllocCount(); |