Android:按 ddms“hprof dump”键时内存分析器 eclipse 插件 (1.1) 不会自动启动

发布于 2024-12-12 23:57:21 字数 108 浏览 1 评论 0原文

旧版本 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痞味浪人 2024-12-19 23:57:22

要让 DDMS 即时转换它,请在“首选项 Android ->”中设置DDMS-> HPROF 操作:在 Eclipse 中打开。

To let DDMS convert it on-the-fly, set in Preferences Android -> DDMS -> HPROF Action: Open in Eclipse.

鹿童谣 2024-12-19 23:57:22
  1. 将生成的android hrof文件转换为mat hprof文件:

hprof-conv.exe c:/android.hprof c:/mat.hprof

  1. 将生成的文件复制到项目的bin目录下< /p>

  2. 刷新项目。双击 mat.hprof 打开

  1. Converted the generated android hrof file to mat hprof file:

hprof-conv.exe c:/android.hprof c:/mat.hprof

  1. copied the generated file in the bin directory of the project

  2. Refresh the project. Double click mat.hprof to open

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文