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

Unified Diff: build/android/screenshot.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
Index: build/android/screenshot.py
diff --git a/build/android/screenshot.py b/build/android/screenshot.py
index ddea8bb00084e145831f17b82bd23fb49a66979c..db39c5d35a6a86454222e63cbec44b9e897c5c30 100755
--- a/build/android/screenshot.py
+++ b/build/android/screenshot.py
@@ -77,7 +77,7 @@ def main():
if len(args) > 1:
parser.error('Too many positional arguments.')
host_file = args[0] if args else options.file
- adb = android_commands.AndroidCommands(options.device, api_strict_mode=True)
+ adb = android_commands.AndroidCommands(options.device)
if options.video:
_CaptureVideo(adb, host_file, options)

Powered by Google App Engine
This is Rietveld 408576698