In android 4.2, go to the Settings->Developer options->Enable trace, I can enable the traces and show them in the systrace output chart. But in android 4.3, the enable trace option is removed, so how can I enable traces?
how to enable trace in android 4.3 as in android 4.2
2.6k views Asked by user2539662 At
2
There are 2 answers
0
On
If you use latest eclipse in adt-bundle-linux-x86_64-20130729.zip, you can find the systrace options like Android 4.2 in the DDMS perspective window in eclipse.
Just like the image in this blog.
From the Official Doc.