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

Unified Diff: platform_tools/android/bin/android_setup.sh

Issue 870643002: android_run_skia: dump logcat on failure (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: --logcat Created 5 years, 11 months 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 | « platform_tools/android/bin/android_run_skia ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_setup.sh
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
index e97b045da2d11b8fd936eec660f3c1329693e674..eaa6ac531ac92b329acf6664bb4b7009b2e67cf4 100755
--- a/platform_tools/android/bin/android_setup.sh
+++ b/platform_tools/android/bin/android_setup.sh
@@ -25,6 +25,8 @@ while (( "$#" )); do
BUILDTYPE=Release
elif [[ "$1" == "--clang" ]]; then
USE_CLANG="true"
+ elif [[ "$1" == "--logcat" ]]; then
+ LOGCAT=1
else
APP_ARGS=("${APP_ARGS[@]}" "${1}")
fi
« no previous file with comments | « platform_tools/android/bin/android_run_skia ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698