I am trying to issue the following command line in my desktop terminal to profile some disk data from Nexus 10.
python systrace.py -d --time=10 -o mynewtrace.html
Unfortunately, systrace reports
error: tracing disk activity requires root privileges An error occured while capturing the trace. Output file was not written.
My question is: how to get root access in real Android device like Nexus 10.
Thanks a lot