Skip to content

libs/utils/android: Add systrace timeless support

Darryl Green requested to merge github/fork/valschneider/systrace_support into master

Created by: valschneider

Systrace expects either a time argument to know how long it has to record traces, or an keystroke to end the tracing. Added a 'fake' keystroke so tracing may be started and stopped without a predefined duration.

Merge request reports