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

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 265743002: [Android] Switch to new interfaces of GetAVDs and RestartAdbServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | build/android/pylib/base/test_dispatcher.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 7ca0007d78e559957cb19464bb96c1b16520ea58..820074977591e681ffb5e59379565b5b32cce946 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -396,7 +396,7 @@ def ProvisionDevices(options):
if not bb_utils.TESTING:
# Restart adb to work around bugs, sleep to wait for usb discovery.
- device_utils.DeviceUtils(None).old_interface.RestartAdbServer()
+ device_utils.RestartServer()
RunCmd(['sleep', '1'])
provision_cmd = ['build/android/provision_devices.py', '-t', options.target]
if options.auto_reconnect:
« no previous file with comments | « no previous file | build/android/pylib/base/test_dispatcher.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698