Skip to content

Commit 63f0710

Browse files
committed
debug
1 parent fded3da commit 63f0710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labgrid/driver/adb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def on_deactivate(self):
7474

7575
def _run(self, cmd, *, timeout=30.0, codec="utf-8", decodeerrors="strict"):
7676
cmd = [*self._base_command, "shell", *shlex.split(cmd)]
77+
print(cmd)
7778
result = subprocess.run(
7879
cmd,
7980
text=True, # Automatically decode using default UTF-8

0 commit comments

Comments
 (0)