| Index: build/android/adb_run_mojo_shell
|
| diff --git a/build/android/adb_run_mojo_shell b/build/android/adb_run_mojo_shell
|
| index c6082d2ad87a2550aa6272af1dc4a9b5dd6b7b47..6f55fb2e9074f9613d5ba40da227ae479ab88a34 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
|
|
|