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

Unified Diff: build/android/play_services/update.py

Issue 1418833005: [gms updater] Fixes and tests to prepare activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | build/android/pylib/utils/logging_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/play_services/update.py
diff --git a/build/android/play_services/update.py b/build/android/play_services/update.py
index 5966db286d6b686548e2ff79b118fe4d2dc46550..81cefbc4b31798eef037d77e0f0d5278e8cf3b68 100755
--- a/build/android/play_services/update.py
+++ b/build/android/play_services/update.py
@@ -108,7 +108,7 @@ def Main():
args = parser.parse_args()
if args.verbose:
logging.basicConfig(level=logging.DEBUG)
- logging_utils.ColorStreamHandler.MakeDefault()
+ logging_utils.ColorStreamHandler.MakeDefault(force_color=True)
dgn 2015/11/02 14:04:13 Works fine with runhooks locally. Need to see what
return args.func(args)
« no previous file with comments | « no previous file | build/android/pylib/utils/logging_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698