Skip to content

Commit 14c597c

Browse files
committed
chore: more logging on take screenshot
1 parent ddac5fc commit 14c597c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils/device/adb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def is_text_visible(id, text, case_sensitive=False):
145145
@staticmethod
146146
def get_screen(id, file_path):
147147
File.clean(path=file_path)
148-
Adb.__run_adb_command(command='exec-out screencap -p > ' + file_path, id=id)
148+
Adb.__run_adb_command(command='exec-out screencap -p > ' + file_path, id=id, log_level=logging.INFO)
149149
if File.exists(file_path):
150150
return
151151
else:

0 commit comments

Comments
 (0)