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

Unified Diff: build/android/test_runner.py

Issue 2130863002: Check environment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete unnecessary line breaks. Created 4 years, 5 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/local/device/local_device_environment.py ('k') | tools/mb/mb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 46889f94a6c0d7a06977c358d5c14ed81353cd82..35485d1fc13919272ce2f0a72c2f890242fda2d8 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -104,6 +104,9 @@ def AddCommonOptions(parser):
dest='json_results_file',
help='If set, will dump results in JSON form '
'to specified file.')
+ group.add_argument('--logdog-file',
+ help='Specifies the location for the unified logcat '
+ 'file which logdog will stream.')
logcat_output_group = group.add_mutually_exclusive_group()
logcat_output_group.add_argument(
« no previous file with comments | « build/android/pylib/local/device/local_device_environment.py ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698