commit | 30b519c99f99c2f15a02232b07e2f2f63df39135 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Sep 13 11:17:33 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Sep 27 14:36:12 2017 -0700 |
tree | e4585ac22d880efba1aa0f0debc466a2c89a1b20 | |
parent | 162aa5124e7dd49d5b7733a586e3ebc24a4ace61 [diff] |
adb: add lock to remove_socket. The comment that was previously here says that local_socket_list_lock must be taken, but this function is exposed to external callers that can't possibly take the lock. Bug: http://b/65419665 Bug: 64709603 (presubmit balking at the line above) Test: python test_device.py Change-Id: I12d464933936b2a210a827ccf19ea201020d8d78 (cherry picked from commit 62c92f0c0529d8d1817afb4ff0c83151e4bb0ea0)