android - Unable to run systrace on Note 10.1 -


error opening /sys/kernel/debug/tracing/options/print-tgid: permission denied (13) 

unable start tracing

i getting above error when trying run systrace on note 10.1 2014 device. ideas?

i followed steps google outlined here:

python systrace.py --time=10 -o mynewtrace.html sched gfx view wm 

http://developer.android.com/tools/help/systrace.html

you don't have access of categories have selected. of categories need root permissions.

use following command check categories current device can support.

$python systrace.py -l        gfx - graphics    input - input     view - view system  webview - webview       wm - window manager       - activity manager       sm - sync manager    audio - audio    video - video   camera - camera      hal - hardware modules      app - application      res - resource loading   dalvik - dalvik vm       rs - renderscript   bionic - bionic c library    power - power management 

root , remount device before running above command.

adb root adb remount 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -