Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 505bd2a10a1b1ab7a58418127eea76f75f27c8f3..7d2e0b36dec6b648bac0fba560a068afa42dc44e 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -556,6 +556,10 @@ def AddPerfTestOptions(parser): |
group.add_argument( |
'--write-buildbot-json', action='store_true', |
help='Whether to output buildbot json.') |
+ # TODO(rnephew): Move up to top level options when implemented on all tests. |
+ group.add_argument( |
+ '--trace-output', metavar='FILENAME', type=os.path.realpath, |
+ help='Path to save test_runner trace data to.') |
AddCommonOptions(parser) |
AddDeviceOptions(parser) |