| Index: systrace/atrace_helper/Makefile
|
| diff --git a/systrace/atrace_helper/Makefile b/systrace/atrace_helper/Makefile
|
| index d7915a2442c2e7c6007b7d8a5ed614162389655e..a65aa5726ca2d7fd54206baf97a223340d6e3fab 100644
|
| --- a/systrace/atrace_helper/Makefile
|
| +++ b/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 -g -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"))'
|
|
|
|
|