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

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

Issue 1145473002: Android scripts: add --verbose, fix missing 'source android_setup' (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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_kill_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 73fac9a468a23e9ba0f40e46f660e525aa82276c..f1db3b57a869745d510fad79afa565532ef3b61e 100755
--- a/platform_tools/android/bin/android_setup.sh
+++ b/platform_tools/android/bin/android_setup.sh
@@ -33,6 +33,8 @@ while (( "$#" )); do
USE_CLANG="true"
elif [[ "$1" == "--logcat" ]]; then
LOGCAT=1
+ elif [[ "$1" == "--verbose" ]]; then
+ set -x
else
APP_ARGS=("${APP_ARGS[@]}" "${1}")
fi
« no previous file with comments | « platform_tools/android/bin/android_kill_skia ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698