MCPcopy
hub / github.com/IPADS-SAI/MobiAgent / debug

Method debug

MobiFlow/avdag/logger.py:92–94  ·  view source on GitHub ↗

记录调试信息

(self, msg: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

90 self._logger.info(msg, *args, **kwargs)
91
92 def debug(self, msg: str, *args, **kwargs):
93 """记录调试信息"""
94 self._logger.debug(msg, *args, **kwargs)
95
96 def trace(self, msg: str, *args, **kwargs):
97 """记录最详细的跟踪信息"""

Callers 15

frame_ocrFunction · 0.80
frame_textsFunction · 0.80
runMethod · 0.80
load_icon_templateMethod · 0.80
detect_iconMethod · 0.80
clear_cacheMethod · 0.80
detect_iconsMethod · 0.80
save_task_dataMethod · 0.80

Calls

no outgoing calls

Tested by 1