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 s开发者_JAVA技巧hot.
I also tried to exit eclipse because some info said debugger may causing problem but nothing changed.
am I missing any thing? Thanks
Apparently, this only works from Android 2.3 onwards
(see https://groups.google.com/group/android-developers/tree/browse_frm/thread/b8aac9fe39ec1941)
精彩评论