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

Unified Diff: build/android/adb_run_mojo_shell

Issue 115893005: Improve adb_run_mojo_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/adb_run_mojo_shell
diff --git a/build/android/adb_run_mojo_shell b/build/android/adb_run_mojo_shell
index d47270eca492e5d2c84a76e6712298005a8b51a0..ae62f206708b16222e7652818ab96d7ae516cfa1 100755
--- a/build/android/adb_run_mojo_shell
+++ b/build/android/adb_run_mojo_shell
@@ -8,7 +8,9 @@ if [ $# -gt 0 ] ; then
INTENT_ARGS="-d \"$1\"" # e.g. a URL
fi
-adb shell am start \
+adb logcat -c
+adb shell am start -S \
-a android.intent.action.VIEW \
-n org.chromium.mojo_shell_apk/.MojoShellActivity \
$INTENT_ARGS
+adb logcat -s MojoShellApplication MojoShellActivity chromiumdavemoore@davemoorez:/work/chrome/src$ ^C
abarth-chromium 2013/12/15 22:22:24 Is there a way to do this without having the strin
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698