On Feb 3, 8:18 pm, Moto <[email protected]> wrote: > Any ideas? I just used the "Dump HPROF file" button, and picked it up > from the sdcard and opened it with MAT...
You need to run it through hprof-conv first. The Android-specific version can't be understood by MAT/jhat. It has some additional detail, like whether something was allocated in the "main" or "zygote" heap. I believe hprof-conv is part of the SDK. You can also build it yourself from a stand-alone source file. See also: http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/heap-profiling.html;hb=HEAD http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=tools/hprof-conv/HprofConv.c;hb=HEAD -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

