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

Unified Diff: build/android/screenshot.py

Issue 109553002: [Telemetry] Make StartVideoCapture start capturing synchronously. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: skyostil comments Created 7 years 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 db39c5d35a6a86454222e63cbec44b9e897c5c30..ddea8bb00084e145831f17b82bd23fb49a66979c 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)
+ adb = android_commands.AndroidCommands(options.device, api_strict_mode=True)
if options.video:
_CaptureVideo(adb, host_file, options)
« no previous file with comments | « build/android/pylib/screenshot.py ('k') | tools/telemetry/telemetry/core/platform/android_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698