Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 922b8999ee4f4665d01cae88e16b1df52ca0aa65..d8f1ab304930987a11a1355d6c8d818cdab5d256 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('--store-tombstones', dest='store_tombstones', |
+ action='store_true', |
+ help='Add tombstones in results if crash.') |
AddCommonOptions(parser) |
AddDeviceOptions(parser) |