Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: systrace/atrace_helper/Makefile

Issue 2946033002: Android systrace: Optimize memory dumps. (Closed)
Patch Set: tiny fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | systrace/atrace_helper/jni/Android.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"))'
« no previous file with comments | « no previous file | systrace/atrace_helper/jni/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698