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>2014-04-17 18:19:07 +0000
committerdavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 18:19:07 +0000
commit7f7da3606233d30493b40bc953fafc32d88fd8ce (patch)
treefc4084ba1c8ca4e4b51d5ed1db2da302d3b5f1b3 /build/android/adb_run_mojo_shell
parent450b03c7117979e702c57652cf6a32fbcaedf78a (diff)
downloadchromium_src-7f7da3606233d30493b40bc953fafc32d88fd8ce.zip
chromium_src-7f7da3606233d30493b40bc953fafc32d88fd8ce.tar.gz
chromium_src-7f7da3606233d30493b40bc953fafc32d88fd8ce.tar.bz2
Revert 264559 "Get sample_app running on Android again"
> Get sample_app running on Android again > > R=viettrungluu@chromium.org, viettrungluu > BUG= > > Review URL: https://codereview.chromium.org/240003006 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/238563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/adb_run_mojo_shell')
-rwxr-xr-xbuild/android/adb_run_mojo_shell3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/android/adb_run_mojo_shell b/build/android/adb_run_mojo_shell
index 6f55fb2..c6082d2 100755
--- a/build/android/adb_run_mojo_shell
+++ b/build/android/adb_run_mojo_shell
@@ -8,8 +8,7 @@ if [ $# -gt 0 ] ; then
INTENT_ARGS="-d \"$1\"" # e.g. a URL
fi
-adb logcat -c
-adb shell am start -S \
+adb shell am start \
-a android.intent.action.VIEW \
-n org.chromium.mojo_shell_apk/.MojoShellActivity \
$INTENT_ARGS