我目前正在努力提高我应用程序动画的流动性.
我运行Android系统,发现几个调度延迟警报,根据systrace有助于推迟.
不幸的是,我无法理解systrace提供的其他数据.有人可以指出我正确的方向,如何找到调度延误的原因?
提前致谢
解决方法
我发现这个博文可能会帮助你:
A Scheduling delay means that the thread,processing that specific
slice,was not scheduled on the cpu for a long time. Therefore,it
took longer for this thread to complete.