| 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 47842b2f5ed9f34790aec7262bd193702f736957..606f931f2c686fb87bf092f5cd6b57676a6aa7e4 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -416,7 +416,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'])
|
|
|
| if not options.no_reboot:
|
|
|