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
To let DDMS convert it on-the-fly, set in Preferences Android -> DDMS -> HPROF Action: Open in Eclipse.
hprof-conv.exe c:/android.hprof c:/mat.hprof
copied the generated file in the bin directory of the project
Refresh the project. Double click mat.hprof to open
To let DDMS convert it on-the-fly, set in Preferences Android -> DDMS -> HPROF Action: Open in Eclipse.