当前位置: 代码迷 >> Eclipse >> eclipse MAT hprof 资料无法打开
  详细解决方案

eclipse MAT hprof 资料无法打开

热度:526   发布时间:2016-04-23 01:20:59.0
eclipse MAT hprof 文件无法打开

QA1:eclipse MAT hprof 文件无法打开

分类: QA 1381人阅读 评论(0) 收藏 举报
eclipsesystemjava

eclipse错误:

Error opening heap dump 'system_process.hprof'. Check the error log for further details.

Error opening heap dump 'system_process.hprof'. Check the error log for further details.
Unknown HPROF Version (JAVA PROFILE 1.0.3) (java.io.IOException)
Unknown HPROF Version (JAVA PROFILE 1.0.3)

?

解决:

文件转换问题

?

使用AndrodiSDK/tools/hprof-conv转化hprof文件,?

例如 hprof-conv input.hprof ? ? out.hprof

  相关解决方案