Skip to content

Commit f228d74

Browse files
committed
add print
1 parent a6aee94 commit f228d74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/qualcomm/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ def execute(self, custom_runner_cmd=None, method_index=0):
167167
)
168168
else:
169169
qnn_executor_runner_cmds = custom_runner_cmd
170+
171+
print("Execution command is: ", qnn_executor_runner_cmds)
170172

171173
self._adb(["shell", f"{qnn_executor_runner_cmds}"])
172174

0 commit comments

Comments
 (0)