Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: build/android/test_runner.py

Issue 2201833002: Added tombstones in instrumentation tests results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698