Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 922b8999ee4f4665d01cae88e16b1df52ca0aa65..7de080d15a7935d8c6023caa9d53827f23cdf15f 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -422,6 +422,9 @@ def AddInstrumentationTestOptions(parser): |
help='StrictMode command-line flag set on the device, ' |
'death/testing to kill the process, off to stop ' |
'checking, flash to flash only. Default testing.') |
+ group.add_argument('--tombstones', dest='tombstones', |
jbudorick
2016/08/01 17:39:18
Something like --store-tombstones or --capture-tom
BigBossZhiling
2016/08/01 22:35:13
Done.
|
+ action='store_true', |
+ help='Add tombstones in results if crash.') |
AddCommonOptions(parser) |
AddDeviceOptions(parser) |