I use traceView and i see android.view.ViewRoot.handleMessage 76.4%
I use traceView and i see android.view.ViewRoot.handleMessage 76.4% What does this mean? and how to find where is this bug in my source?
This is probably OK. This value shows how much cpu takes the whole rendering process (so traverse by all views to find views to invaliade, call View.draw() and View.onDraw() methods, lock/unlock the canvas). Probably most of this 76% it's your code, so you should start to check time spend by your classes.
链接地址: http://www.djcxy.com/p/11594.html上一篇: 如何使用playacular和play framework
下一篇: 我使用traceView,我看到android.view.ViewRoot.handleMessage 76.4%