hxp
2024-08-16 1b4a88c973efb52f8a2b00439d7fbf0dba1aaf3e
Tool/RobotTest/Main.py
@@ -10,7 +10,7 @@
# @note: 
#
#---------------------------------------------------------------------
HaveDEBUG = False
HaveDEBUG = True
#初始化Log模块
@@ -28,11 +28,11 @@
    logname = sys.argv[1]
if HaveDEBUG:
    #gc.set_debug(gc.DEBUG_LEAK)
    InitMyLog("InsideRobot%s"%logname, True, logging.DEBUG)
    InitMyLog("RobotTest%s"%logname, True, logging.DEBUG)
else:
    #gc.set_debug(gc.DEBUG_LEAK)
    #gc.disable()
    InitMyLog("InsideRobot%s"%logname, True, logging.INFO)
    InitMyLog("RobotTest%s"%logname, True, logging.INFO)
from framework.frame import StartApp