Skip to content

Commit 57f0d14

Browse files
authored
Fix for adb shell lock issue dtmilano#252
1 parent 480ab93 commit 57f0d14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/com/dtmilano/android/adb/adbclient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ def shell(self, _cmd=None):
486486
#
487487
# synchronized
488488
#
489-
self.lock.acquire()
490489
with self.lock:
491490
if _cmd:
492491
self.__send('shell:%s' % _cmd, checkok=True, reconnect=False)

0 commit comments

Comments
 (0)