javaandroidmemory-managementhprofeclipse-memory-analyzer

Android heap dump convert to J2SE : hprof-conv: command not found


Following this guide from Patrick Dubroy, i try to convert my heap dump to J2SE HPROF, but can't execute an hprof-conv. And that's strange because it located in folder.

enter image description here

How to fix this?


Solution

  • Excute absolute path

        ~/Document/dev_env/android/platform-tools/hprof-conv
    

    or if your current path is "~/Document/dev_env/android/platform-tools" like your screenshot

        ./hprof-conv
    

    You can execute hprof-conv.