Failed to use systrace in Jelly Bean

前端 未结 1 1668
忘掉有多难
忘掉有多难 2020-12-20 12:58

I\'ve tried to use new systrace from jelly bean release, but with no luck.

I enabled graphics and views traces in development settings like on I/O session, and tried

相关标签:
1条回答
  • 2020-12-20 13:50

    try the following commands:

    adb root (not sure if this is necessary), adb shell mount -t debugfs nodev /sys/kernel/debug

    Under these commands the script should run correctly, although for me the html file only contains rows for each CPU, and not the individual components such as surface flinger, which was visible in the google IO talks video.

    0 讨论(0)
提交回复
热议问题