commit | 3db80b5708eeae9194ff5dc44005efc8b2a726f1 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Nov 20 17:48:59 2014 -0800 |
committer | Jeff Sharkey <jsharkey@android.com> | Thu Nov 20 17:49:01 2014 -0800 |
tree | 7fab8335edfa25348d14d53acd81c7c776ab01e6 | |
parent | 9747950064e4711c15baf0986102320a2512097a [diff] |
Offer to exclude Zygote when converting heaps. Dumps from Android devices have multiple heaps, including Zygote, image, etc. When investigating RAM usage, it's most useful to focus on "real" allocations from the app, ignoring the other heaps. This change introduces the "-z" flag which will drop allocations on non-app heaps during conversion. Bug: 18473132 Change-Id: Ib1d5256b7bc4cfd7791f00c18a1cff920e0e3f46