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

Unified Diff: build/android/test_runner.py

Issue 2163833003: Logdog for logcats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try new test runner format 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
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 46889f94a6c0d7a06977c358d5c14ed81353cd82..eaa7f6ea8f1b8fb2eb2877878cf758eb45670a0b 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -104,6 +104,10 @@ def AddCommonOptions(parser):
dest='json_results_file',
help='If set, will dump results in JSON form '
'to specified file.')
+ group.add_argument('--logdog-command',
+ help='Command that will run the logdog butler')
+ group.add_argument('--logdog-stream',
+ help='Added arguments for using logdog streaming')
logcat_output_group = group.add_mutually_exclusive_group()
logcat_output_group.add_argument(

Powered by Google App Engine
This is Rietveld 408576698