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