| Index: build/android/pylib/utils/test_environment.py
|
| diff --git a/build/android/pylib/utils/test_environment.py b/build/android/pylib/utils/test_environment.py
|
| index b39db084abb4c2ec006de12ae2e0842910d8fa36..145e07c85efa4a4674f2b3acf23972cb15f628c1 100644
|
| --- a/build/android/pylib/utils/test_environment.py
|
| +++ b/build/android/pylib/utils/test_environment.py
|
| @@ -38,7 +38,7 @@ def CleanupLeftoverProcesses():
|
| device = device_utils.DeviceUtils(device_serial)
|
| # Make sure we restart the host adb server only once.
|
| if not did_restart_host_adb:
|
| - device.old_interface.RestartAdbServer()
|
| + device_utils.RestartServer()
|
| did_restart_host_adb = True
|
| device.old_interface.RestartAdbdOnDevice()
|
| device.old_interface.EnableAdbRoot()
|
|
|