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

Unified Diff: trunk/src/build/android/pylib/perf/test_runner.py

Issue 25727009: Revert 226762 "Android perf tests: kill adbd on the device after..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « trunk/src/build/android/pylib/android_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/android/pylib/perf/test_runner.py
===================================================================
--- trunk/src/build/android/pylib/perf/test_runner.py (revision 226979)
+++ trunk/src/build/android/pylib/perf/test_runner.py (working copy)
@@ -50,7 +50,6 @@
import os
import sys
-from pylib import android_commands
from pylib import constants
from pylib.base import base_test_result
from pylib.base import base_test_runner
@@ -154,11 +153,6 @@
}
self._SaveResult(persisted_result)
- try:
- self.adb.KillAdbdDevice()
- except Exception as e:
- logging.error('Exception when killing adbd %s', e)
-
return (output, result_type)
def RunTest(self, test_name):
« no previous file with comments | « trunk/src/build/android/pylib/android_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698