error opening HPROF file: IOException: Unknown HPROF Version

后端 未结 3 1740
醉话见心
醉话见心 2020-12-04 06:37

I am getting the following exception when trying to open HPROF file (created by Debug.dumpHprofData) with Memory Analyzer:

java.io.IOException:          


        
3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-04 07:15

    If you are using Eclipse, just change the following:

    1. Open Preferences (from the Window menu)
    2. Navigate to Android->DDMS
    3. Change the HPROF action to "Open in Eclipse"

提交回复
热议问题