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

Unified Diff: build/android/pylib/flag_changer.py

Issue 13799010: [Android] Reduce test logging verbosity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « build/android/pylib/cmd_helper.py ('k') | build/android/pylib/gtest/test_package_apk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/flag_changer.py
diff --git a/build/android/pylib/flag_changer.py b/build/android/pylib/flag_changer.py
index d497ef6fdfd752b0caf264baec13d3ae7516950d..6eb9f0b3c675f93feb2a827fc1aa31f5a8e1fb48 100644
--- a/build/android/pylib/flag_changer.py
+++ b/build/android/pylib/flag_changer.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import constants
+import logging
import traceback
import warnings
@@ -86,7 +87,7 @@ class FlagChanger(object):
def _UpdateCommandLineFile(self):
"""Writes out the command line to the file, or removes it if empty."""
- print "Current flags: ", self._current_flags
+ logging.info('Current flags: %s', self._current_flags)
if self._current_flags:
self._android_cmd.SetProtectedFileContents(CHROME_COMMAND_FILE,
« no previous file with comments | « build/android/pylib/cmd_helper.py ('k') | build/android/pylib/gtest/test_package_apk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698