Android HierarchyViewer 中没有渲染时间信息
嗨,我尝试遵循 android 的 调试和分析 UI 文章并启动了层次结构查看器。
我按照教程中的步骤操作:
- 启动模拟器
- 启动应用程序
- 打开cmd并启动hierarchyviewer
- 选择我的活动并等待。该应用程序是 SDK 示例中的旋转器示例。
然而,所有与渲染时间相关的信息都是不适用的,没有测量时间,没有布局时间,没有绘制时间,没有色环,如屏幕截图所示。
我还尝试退出 Eclipse,因为一些信息说调试器可能会导致问题但一切都没有改变。
我错过了什么吗? 谢谢
Hi, I try to follow android's Debugging and Profilling UI article and started the hierarchyviewer.
I am following the steps in the tutorial:
- start emulator
- start app
- open cmd and start hierarchyviewer
- select my activity and wait. The application is the spinner sample from SDK samples.
However, all rendering time related info are n/a, no measure time, no layoutime, no drawtime, no color circles, as show in the screen shot.
I also tried to exit eclipse because some info said debugger may causing problem but nothing changed.
am I missing any thing?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,这仅适用于 Android 2.3 及以上版本
(请参阅 https:// groups.google.com/group/android-developers/tree/browse_frm/thread/b8aac9fe39ec1941)
Apparently, this only works from Android 2.3 onwards
(see https://groups.google.com/group/android-developers/tree/browse_frm/thread/b8aac9fe39ec1941)