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

Unified Diff: build/android/pylib/single_test_runner.py

Issue 10777017: Android: further simplication for test runners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 8 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/pylib/single_test_runner.py
diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/single_test_runner.py
index 35d5a94bb6c9df6b2bfeae6c22d746247a390c30..8c0bbbf9f489053a1d95ddf119977f85e83f494b 100644
--- a/build/android/pylib/single_test_runner.py
+++ b/build/android/pylib/single_test_runner.py
@@ -333,4 +333,6 @@ class SingleTestRunner(BaseTestRunner):
self.dump_debug_info.StopRecordingLog()
if self.test_package.performance_test:
self.adb.TearDownPerformanceTest()
+ if self.dump_debug_info:
+ self.dump_debug_info.ArchiveNewCrashFiles()
super(SingleTestRunner, self).TearDown()

Powered by Google App Engine
This is Rietveld 408576698