1

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?

Sergey Shustikov
  • 15,377
  • 12
  • 67
  • 119

1 Answers1

5

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.

helloyako
  • 195
  • 1
  • 10