|
|
@ -22,7 +22,7 @@ class AdbWrapper: |
|
|
|
|
|
|
|
|
if output_streams: |
|
|
if output_streams: |
|
|
res = subprocess.run(comspec, capture_output=True, check=True) |
|
|
res = subprocess.run(comspec, capture_output=True, check=True) |
|
|
return res.stdout |
|
|
|
|
|
|
|
|
return res.stdout, res.stderr |
|
|
|
|
|
|
|
|
else: |
|
|
else: |
|
|
ret = subprocess.check_call(comspec, shell=False) |
|
|
ret = subprocess.check_call(comspec, shell=False) |
|
|
|