commit | e6cd0c8392c3436b58782aadc646b44b01c34b97 | [log] [tgz] |
---|---|---|
author | Ken Lierman <[email protected]> | Thu Jun 20 09:27:13 2013 -0700 |
committer | Elliott Hughes <[email protected]> | Mon May 19 16:16:42 2014 -0700 |
tree | dc7667cae8c8074bafca599419d21f3e9f3b9079 | |
parent | f33a7ecead9572be84514bcbbda0aadcbfb72d97 [diff] |
Bound the ADB connect time with a non-blocking connect After a disconnect, the initial blocking connect takes a long time to return, while subsequent calls return quicks. Switch to a non-blocking connect to make the re-connect time more consistent and faster overall. Change-Id: I21d02b22a8eb9a457c2f1fa95eb17894d5612ccd Signed-off-by: Ken Lierman <[email protected]> Reviewed-by: Gumbel, Matthew K <[email protected]> Reviewed-by: Jovanovic, Radivoje <[email protected]> Reviewed-by: Boie, Andrew P <[email protected]>