diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-21 21:12:08 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-21 21:12:08 +0000 |
commit | 8c17298b91bc30c753d333af3496429ca292aeae (patch) | |
tree | ffdaec13da8aaed09d0f4dec668f00134fe9e551 /build/android/adb_run_mojo_shell | |
parent | 25866264106adba0372acb476691f2ea5ac694c9 (diff) | |
download | chromium_src-8c17298b91bc30c753d333af3496429ca292aeae.zip chromium_src-8c17298b91bc30c753d333af3496429ca292aeae.tar.gz chromium_src-8c17298b91bc30c753d333af3496429ca292aeae.tar.bz2 |
Get sample_app running on Android again
Second try after first broke build
https://codereview.chromium.org/240003006/
TBR=viettrungluu
BUG=
Review URL: https://codereview.chromium.org/242973004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/adb_run_mojo_shell')
-rwxr-xr-x | build/android/adb_run_mojo_shell | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/android/adb_run_mojo_shell b/build/android/adb_run_mojo_shell index c6082d2..6f55fb2 100755 --- a/build/android/adb_run_mojo_shell +++ b/build/android/adb_run_mojo_shell @@ -8,7 +8,8 @@ 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 |