Questions tagged [systrace]

The systrace tool helps analyze the performance of an Android application.

The systrace tool helps analyze the performance of your application by capturing and displaying execution times of your applications processes and other Android system processes.

The tool combines data from the Android kernel such as the CPU scheduler, disk activity and application threads to generate an HTML report that shows an overall picture of an Android device’s system processes for a given period of time.

More info at the android developers help page.

153 questions
-1
votes
1 answer

Systrace - error truncating /sys/kernel/debug/tracing/set_ftrace_filter: No such device (19) unable to start

I am currently working on a project which aims to find out what the system is doing behind a series of user interaction on the android UI. For example, if user click send button in Facebook Messenger, the measured response time for such action is…
M.Mike
  • 19
  • 2
-1
votes
1 answer

I create trace.html using android Systrace tool, chrome cannot open it

I use chrome to open trace.html generated by android device monitor, It shows blank. How can I set my chrome?
ZaiYang Huang
  • 21
  • 1
  • 4
-1
votes
1 answer

Unable to collect systrace in eclipse

Unexpected error while collecting system trace Details: Unexpected error while collecting system trace. Unable to find trace start marker 'TRACE:': error opening /sys/kernel/debug/tracing/options/overwrite: No such file or directory (2) error…
user3879701
  • 23
  • 1
  • 7
1 2 3
10
11