We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fded3da commit 63f0710Copy full SHA for 63f0710
labgrid/driver/adb.py
@@ -74,6 +74,7 @@ def on_deactivate(self):
74
75
def _run(self, cmd, *, timeout=30.0, codec="utf-8", decodeerrors="strict"):
76
cmd = [*self._base_command, "shell", *shlex.split(cmd)]
77
+ print(cmd)
78
result = subprocess.run(
79
cmd,
80
text=True, # Automatically decode using default UTF-8
0 commit comments