diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-10-21 10:12:08 -0700 |
---|---|---|
committer | Ricardo Cervera <rcervera@google.com> | 2014-10-21 10:12:08 -0700 |
commit | 2102ac1eed2fd065a2cd29a3f3729f124657e223 (patch) | |
tree | 653cf0c2d152712c785ceb43dfb22ecb71387f5a /docs | |
parent | 3f8c7dec6b3fd4ac7fc99fe4e41cd0fa1b97bcad (diff) | |
download | frameworks_base-2102ac1eed2fd065a2cd29a3f3729f124657e223.zip frameworks_base-2102ac1eed2fd065a2cd29a3f3729f124657e223.tar.gz frameworks_base-2102ac1eed2fd065a2cd29a3f3729f124657e223.tar.bz2 |
docs: Fix hprof-conv location in docs.
https://code.google.com/p/android/issues/detail?id=76691
Change-Id: I8550731c1defe867d26d5ab4568c4935c89e37d6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/tools/debugging/debugging-memory.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/tools/debugging/debugging-memory.jd b/docs/html/tools/debugging/debugging-memory.jd index fccb67e..ae67b3c 100644 --- a/docs/html/tools/debugging/debugging-memory.jd +++ b/docs/html/tools/debugging/debugging-memory.jd @@ -243,7 +243,7 @@ here, as some details of the output differ across platform versions.</p> Other mmap 107 0 8 8 324 68 Unknown 6994(4) 0 252 6992(4) 0 0 TOTAL 24358(1) 4188 9724 17972(2)16388 4260(2)16968 16595 336 - + Objects Views: 426 ViewRootImpl: 3(8) AppContexts: 6(7) Activities: 2(7) @@ -251,7 +251,7 @@ here, as some details of the output differ across platform versions.</p> Local Binders: 64 Proxy Binders: 34 Death Recipients: 0 OpenSSL Sockets: 1 - + SQL MEMORY_USED: 1739 PAGECACHE_OVERFLOW: 1164 MALLOC_SIZE: 62 @@ -374,7 +374,7 @@ all app processes, they don’t matter very much to your own heap analysis.</p> <p>To analyze your heap dump, you can use a standard tool like jhat or the <a href= "http://www.eclipse.org/mat/downloads.php">Eclipse Memory Analyzer Tool</a> (MAT). However, first you'll need to convert the HPROF file from Android's format to the J2SE HPROF format. You can do -this using the <code>hprof-conv</code> tool provided in the <code><sdk>/tools/</code> +this using the <code>hprof-conv</code> tool provided in the <code><sdk>/platform-tools/</code> directory. Simply run the <code>hprof-conv</code> command with two arguments: the original HPROF file and the location to write the converted HPROF file. For example:</p> |