Android: Memory Analyzer eclipse plugin(1.1) doesn't launch automatically when pressing ddms "hprof dump"

1.3k views Asked by At

The older version 1.0 used to work fine. However after updating to 1.1 it gives an option to save hprof file. How can I open that file in eclipse?

Eclipse version is Helios 3.6.2

2

There are 2 answers

0
ZenPancakes On BEST ANSWER

To let DDMS convert it on-the-fly, set in Preferences Android -> DDMS -> HPROF Action: Open in Eclipse.

0
Saqib On
  1. Converted the generated android hrof file to mat hprof file:

hprof-conv.exe c:/android.hprof c:/mat.hprof

  1. copied the generated file in the bin directory of the project

  2. Refresh the project. Double click mat.hprof to open