commit | 25bc41cbf0bd4b62345e8ec0eab0a262187b6b8c | [log] [tgz] |
---|---|---|
author | Luis Hector Chavez <lhchavez@google.com> | Tue May 01 17:12:16 2018 -0700 |
committer | Luis Hector Chavez <lhchavez@google.com> | Tue May 01 17:12:16 2018 -0700 |
tree | a044458b12ea033b361c2e0c3aea7ddf014e1180 | |
parent | 9ede4dbbd8cb0cdd9d4b86c5c3d7863f06fa1f62 [diff] |
adb: Avoid waiting for emulator connections This change exempts the emulator connections from WaitableConnection.WaitForConnection(). This is because emulator connections are a) more reliable and b) handled a bit differently than normal TCP connections. Bug: 78991667 Test: emulator -showkernel ; adb shell Change-Id: I552946198889a82d6c265f45e8c3b38f6ac9d045