hch
2019-01-11 d8e5fed26a9e170f8a7f145428b2dd607f74e4fe
Tool/RobotTest/Main.py
@@ -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