提交 01c6616e 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

Turn off logs

上级 39d1795b
...@@ -25,7 +25,7 @@ int main(int argc, char *argv[]) ...@@ -25,7 +25,7 @@ int main(int argc, char *argv[])
//init ProfileLog //init ProfileLog
profile_log::init(); profile_log::init();
//If you want to do profile test, please turn this on (true) //If you want to do profile test, please turn this on (true)
profile_log::set_log_state(true); profile_log::set_log_state(false);
LOG_PROFILE("Program","Main Start."); LOG_PROFILE("Program","Main Start.");
//Init watchdog //Init watchdog
tb_watch_dog().watch(); tb_watch_dog().watch();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册