Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index d8f1ab304930987a11a1355d6c8d818cdab5d256..922b8999ee4f4665d01cae88e16b1df52ca0aa65 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -422,9 +422,6 @@ |
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) |