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

Unified Diff: trunk/src/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py

Issue 93793002: Revert 237667 "[Telemetry] Refactor common Android test harness ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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/utils/test_environment.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py (revision 237673)
+++ trunk/src/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py (working copy)
@@ -17,9 +17,6 @@
from telemetry.core.backends.chrome import android_browser_backend
from telemetry.core.platform import android_platform_backend
-util.AddDirToPythonPath(util.GetChromiumSrcDir(), 'build', 'android')
-from pylib.utils import test_environment # pylint: disable=F0401
-
CHROME_PACKAGE_NAMES = {
'android-content-shell':
['org.chromium.content_shell_apk',
@@ -206,7 +203,7 @@
# flake out during the test. We skip this if Telemetry is running under a
# buildbot because build/android/test_runner.py wrapper already took care
# of it before starting the shards.
- test_environment.CleanupLeftoverProcesses()
+ adb.RestartAdbdOnDevice()
packages = adb.RunShellCommand('pm list packages')
possible_browsers = []
« no previous file with comments | « trunk/src/build/android/pylib/utils/test_environment.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698