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

Unified Diff: build/android/test_runner.py

Issue 2105383004: Updated files Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment out logdog changes. Created 4 years, 6 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') | no next file » | 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 8ca3ed74020253ccd7df5dd805be8c2a30b14d7d..f0329faf009ae4a281c497265215b80d25271d49 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -104,6 +104,15 @@ def AddCommonOptions(parser):
dest='json_results_file',
help='If set, will dump results in JSON form '
'to specified file.')
+ group.add_argument('--logdog_butler-dir',
+ help='If set, contains the location of the logdog butler '
+ 'for streaming logcats')
+ group.add_argument('--logdog_butler-prefix',
+ help='Must be set to use to use logdog butler.'
+ 'Contains the prefix to use for the logdog butler.')
+ group.add_argument('--logdog_butler-project',
+ help='Must be set to use logdog butler.'
+ 'Contains the project name for logdog butler.')
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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698