0
votes

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?

1

1 Answers

4
votes

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.