commit | 7120a7c76a098f6b7fd9eb5e4a6c0a45040b02ff | [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 | a3a47e5ee8255d203436d1e156c71fd20811bb66 | |
parent | 33d9bf57ba5cb2069747ae1f24d0a8ec01a3e774 [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