From a3226f8e99811729b883b955af1b8a53abcb845f Mon Sep 17 00:00:00 2001 From: liujianjiang Date: Fri, 9 Jan 2026 17:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_function/deal_all_task.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_function/deal_all_task.py b/public_function/deal_all_task.py index 763f957..3ba2c37 100644 --- a/public_function/deal_all_task.py +++ b/public_function/deal_all_task.py @@ -143,6 +143,7 @@ class DealAllTask: while True: try: result = self.async_execute_adb_command(pad_code, file_name, is_check=True) + self.logger.info(f"{pad_code};{file_name};{result}") if result: if isinstance(result, list): return True @@ -151,7 +152,7 @@ class DealAllTask: count += 1 time.sleep(30) except Exception as e: - logger.info(f"{pad_code[0]}; : {e}") + self.logger.info(f"{pad_code[0]}; : {e}") if count == times: return False