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

Unified Diff: build/android/pylib/utils/test_environment.py

Issue 143263017: Make api_strict_mode the default in AndroidCommands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more cases Created 6 years, 10 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 | « build/android/pylib/android_commands.py ('k') | build/android/screenshot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « build/android/pylib/android_commands.py ('k') | build/android/screenshot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698