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

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: Nit on comment 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 359ef46096b027e890aa55c66694b5c5645e9bac..260a87f30e0e2e30b584970e3cce01f8327064cb 100644
--- a/build/android/pylib/single_test_runner.py
+++ b/build/android/pylib/single_test_runner.py
@@ -337,4 +337,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