是否有适用于 Android 的开源分析器
我正在从事Android应用程序开发工作。我正在使用 Eclipse IDE。我想要有任何适用于 Android 的分析器。当我是java服务器端程序员时,我曾经在netbeans中使用JProfiler。
我想在应用程序运行时以图形和聊天格式获取有关内存分配、线程创建等的详细信息。 Android 有这样的工具吗?
谢谢 迪帕克
I am a working on android application development. I am using eclipse IDE. I want to have any profilers if present for android. when I was java server side programmer I used to use JProfiler in netbeans.
I want to get detail information both in graphical and in chat format about memory allocation, thread creation etc while my application is running. Is there any such tool exists for android?
Thanks
Deepak
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定您可以找到什么开源代码,但请查看此处
分析使用 Traceview 和 dmtracedump
此线程也可能有帮助
如何对 Android 应用程序进行内存分析?
I'm not sure what you can find open source, but look here
Profiling with Traceview and dmtracedump
Also this thread might help
How to do memory profiling for an android application?
我强烈建议您查看 DDMS:
http://developer.android.com/guide/developing/debugging/ddms.html
I'd highly recommend checking out DDMS:
http://developer.android.com/guide/developing/debugging/ddms.html