| 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 627c2ddf97f863d1b92d7b350d85633cdea75c6d..a012d6e8c6a3a26df1d5ec6721fbea557c818cfe 100644
|
| --- a/build/android/pylib/utils/test_environment.py
|
| +++ b/build/android/pylib/utils/test_environment.py
|
| @@ -36,7 +36,7 @@ def CleanupLeftoverProcesses():
|
| _KillWebServers()
|
| did_restart_host_adb = False
|
| for device in android_commands.GetAttachedDevices():
|
| - adb = android_commands.AndroidCommands(device, api_strict_mode=True)
|
| + adb = android_commands.AndroidCommands(device)
|
| # Make sure we restart the host adb server only once.
|
| if not did_restart_host_adb:
|
| adb.RestartAdbServer()
|
|
|