commit | 182e957f95e88d897fca63d6966d59815698efda | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Sep 13 14:51:23 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Oct 02 16:14:28 2017 -0700 |
tree | 4333b93d9a30b741b14d92852ddceaf5f148dd75 | |
parent | 656eda99081467c4b62af6ffd0fa3d57bc84f281 [diff] |
adb: partially revert b5e11415. Revert the write_msg_lock part of commit b5e11415. A write which hangs will hold onto the mutex, preventing the device kick from ever happening, which also causes lots of other stuff to hang, due to Kick being called with the transport lock taken. Bug: 67320882 Test: python test_devices.py Change-Id: Ie7c958799c93cad287c32d6bbef30c07f40c2d51 (cherry picked from commit 33d14b874844b21b4f14e25c5234c96fab7baeb3)