commit | 6ec5e885c1077f0853a35856a2a659d358b6f089 | [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 | 430980398f259c93d0da00d1f2ddef8e52135704 | |
parent | 91d09a407146a930454faba2f7842ad76bbeec77 [diff] |
adb: partially revert 3cf1b36e. Revert the write_msg_lock part of commit 3cf1b36e. 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 6e0ed550a55f57afdfebcdc8d511377789851666)