[ChromeDriver] Solve bug in adb_client_socket.cc.
This fixes a "net::ERR_FAILED" (-2) error. That error was being silently ignored because Device::SetUp was not returning the status of ForwardDevtoolsPort. Since the bug is fixed, we can re-enable returning the status. This change is setup for a future change to send port 0 to adb server to avoid a race condition. Change-Id: Ic0aece82cd0ff0a413f32bd5587d12998be64a21 Reviewed-on: https://chromium-review.googlesource.com/1000846 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#549311}
Showing
Please register or sign in to comment