aboutsummaryrefslogtreecommitdiff
path: root/catapult/systrace/atrace_helper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/systrace/atrace_helper/Makefile')
-rw-r--r--catapult/systrace/atrace_helper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/catapult/systrace/atrace_helper/Makefile b/catapult/systrace/atrace_helper/Makefile
index 2fd51957..a65aa572 100644
--- a/catapult/systrace/atrace_helper/Makefile
+++ b/catapult/systrace/atrace_helper/Makefile
@@ -16,7 +16,7 @@ test: install
adb shell /data/local/tmp/atrace_helper -c 1
testf: install
- adb shell /data/local/tmp/atrace_helper -c 1 -m -o /data/local/tmp/dump.json
+ adb shell /data/local/tmp/atrace_helper -c 1 -m system_server -g -s -o /data/local/tmp/dump.json
adb pull /data/local/tmp/dump.json /tmp/dump.json
python -c 'import json; json.load(open("/tmp/dump.json"))'