summaryrefslogtreecommitdiffstats
path: root/build/android/adb_run_mojo_shell
diff options
context:
space:
mode:
authordavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 18:01:04 +0000
committerdavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 18:01:04 +0000
commit85090623c639be6ad8e3607e2cd79b9e35a6ae2e (patch)
tree66f5c2f6852ec5557ae6de599b3b117d7a1fcfc5 /build/android/adb_run_mojo_shell
parent3a4729214e8a2563c4cfb4a7df4495d5ce7d4d62 (diff)
downloadchromium_src-85090623c639be6ad8e3607e2cd79b9e35a6ae2e.zip
chromium_src-85090623c639be6ad8e3607e2cd79b9e35a6ae2e.tar.gz
chromium_src-85090623c639be6ad8e3607e2cd79b9e35a6ae2e.tar.bz2
Improve adb_run_mojo_shell
BUG=None R=abarth@chromium.org, abarth Review URL: https://codereview.chromium.org/115893005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/adb_run_mojo_shell')
-rwxr-xr-xbuild/android/adb_run_mojo_shell4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/android/adb_run_mojo_shell b/build/android/adb_run_mojo_shell
index d47270e..6f55fb2 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 chromium