If I launch my application directly from Eclipse, I can generate an HPROF file easily from the Eclipse DDMS perspective:
However, if I create a release build (which uses Proguard) my process is not listed in DDMS, so I can't select it.
Can anybody give a list of the steps to run to generate an HPROF from an arbitrary app/process? If it is impossible, can you explain the options to enable it (since I control the generation of my release builds)?
A list of adb commands, or shell commands to run on a rooted phone would be great (e.g. if custom commands for launching the app are required).