未验证 提交 9fd0bbf1 编写于 作者: L Liu Qi 提交者: GitHub

Merge pull request #279 from idstein/patch-1

Support ADB IP devices
......@@ -111,7 +111,7 @@ def clear_phone_data_dir(serialno, phone_data_dir):
################################
def adb_devices():
serialnos = []
p = re.compile(r'([\w|-]+)\s+device')
p = re.compile(r'(\S+)\s+device')
for line in split_stdout(sh.adb("devices")):
m = p.match(line)
if m:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册