diff options
| author | Rich Slogar <rslogar@google.com> | 2015-07-07 11:40:47 -0700 |
|---|---|---|
| committer | Rich Slogar <rslogar@google.com> | 2015-07-21 11:43:19 -0700 |
| commit | f6d03e527c2baf6cec779d89cac454debd9195df (patch) | |
| tree | 87ff3b35a2b61cc1484b38af9c0f0f90f50a7b77 /docs/html/tools/help | |
| parent | 2b856100f67da1505eac30e2d989b84a2d68f20a (diff) | |
| download | frameworks_base-f6d03e527c2baf6cec779d89cac454debd9195df.zip frameworks_base-f6d03e527c2baf6cec779d89cac454debd9195df.tar.gz frameworks_base-f6d03e527c2baf6cec779d89cac454debd9195df.tar.bz2 | |
docs: studio 1.3 hprof viewer
Change-Id: I075a5f8a2ac835c31ea3cc1f50f8e013e1997501
Diffstat (limited to 'docs/html/tools/help')
| -rw-r--r-- | docs/html/tools/help/hprof-conv.jd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/html/tools/help/hprof-conv.jd b/docs/html/tools/help/hprof-conv.jd index 982f337..89d6a68 100644 --- a/docs/html/tools/help/hprof-conv.jd +++ b/docs/html/tools/help/hprof-conv.jd @@ -18,3 +18,9 @@ to specify stdin or stdout. <p> You can use "-z" to filter out zygote allocations shared by all applications. </p> + +<p class="note"><strong>Note:</strong> Android Studio provides integrated access to this conversion +process. To convert a heap dump to standard HPROF format in Android Studio, right-click a heap +snapshot in the <em>Captures</em> view and select <strong>Export to standard .hprof</strong>. </p> + + |
