DescriptionIn android_commands.py, surround pexpect import in try-except.
This allows Chrome Remote Control to import this file on platforms like Windows
where pexpect is not available. This works because it never calls the methods
that actually use pexpect.
Example failure:
http://build.chromium.org/p/chromium.perf/builders/Win7%20GPU%20%28Nvidia%29%20Perf/builds/5757/steps/scrolling_benchmark/logs/stdio
BUG=154343
TEST=Manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=163395
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|