Skip to content

Commit adadfea

Browse files
committed
debug
1 parent fded3da commit adadfea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labgrid/driver/adb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ def on_deactivate(self):
7373
# Command Protocol
7474

7575
def _run(self, cmd, *, timeout=30.0, codec="utf-8", decodeerrors="strict"):
76+
print(f"pre-cmd: {cmd}")
7677
cmd = [*self._base_command, "shell", *shlex.split(cmd)]
78+
print(f"pos-cmd: {cmd}")
7779
result = subprocess.run(
7880
cmd,
7981
text=True, # Automatically decode using default UTF-8

0 commit comments

Comments
 (0)