mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
uilts/android: Fix parameters to adb_kill_server
This commit is contained in:
parent
696dec9b91
commit
1ddbb75e74
@ -551,7 +551,7 @@ def adb_background_shell(device, command,
|
|||||||
logger.debug(full_command)
|
logger.debug(full_command)
|
||||||
return subprocess.Popen(full_command, stdout=stdout, stderr=stderr, shell=True)
|
return subprocess.Popen(full_command, stdout=stdout, stderr=stderr, shell=True)
|
||||||
|
|
||||||
def adb_kill_server(self, timeout=30, adb_server=None):
|
def adb_kill_server(timeout=30, adb_server=None):
|
||||||
adb_command(None, 'kill-server', timeout, adb_server)
|
adb_command(None, 'kill-server', timeout, adb_server)
|
||||||
|
|
||||||
def adb_list_devices(adb_server=None):
|
def adb_list_devices(adb_server=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user