| 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(
|
|
|