Android:按 ddms“hprof dump”键时内存分析器 eclipse 插件 (1.1) 不会自动启动
旧版本 1.0 曾经运行良好。然而,更新到 1.1 后,它提供了保存 hprof 文件的选项。我怎样才能在 Eclipse 中打开该文件?
Eclipse版本是Helios 3.6.2
The older version 1.0 used to work fine. However after updating to 1.1 it gives an option to save hprof file. How can I open that file in eclipse?
Eclipse version is Helios 3.6.2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要让 DDMS 即时转换它,请在“首选项 Android ->”中设置DDMS-> HPROF 操作:在 Eclipse 中打开。
To let DDMS convert it on-the-fly, set in Preferences Android -> DDMS -> HPROF Action: Open in Eclipse.
hprof-conv.exe c:/android.hprof c:/mat.hprof
将生成的文件复制到项目的bin目录下< /p>
刷新项目。双击 mat.hprof 打开
hprof-conv.exe c:/android.hprof c:/mat.hprof
copied the generated file in the bin directory of the project
Refresh the project. Double click mat.hprof to open