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
本文介绍了解决 Eclipse Memory Analyzer (MAT) 无法打开特定 hprof 文件的问题。该问题通常由未知的 HPROF 版本引起。文章提供了一种解决方案,即使用 Android SDK 工具包中的 hprof-conv 命令来转换 hprof 文件。
3万+

被折叠的 条评论
为什么被折叠?



