commit | 2b933918fcdbfb411502a9b12d77d6a1895855ce | [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 | c78ecca70b44be14b06f526f17db199773ad160c [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)