调试时全部打印

lowmem
Matthew 1 month ago
parent 6239916828
commit 90df33d1f7

@ -182,7 +182,9 @@ void PtzController::PtzProc()
{ {
//if(timeout >= CAMERA_SELF_TEST_TIME) //if(timeout >= CAMERA_SELF_TEST_TIME)
{ {
#ifndef NDEBUG
if (timeout == 1 || ((timeout % 10) == 0)) if (timeout == 1 || ((timeout % 10) == 0))
#endif
{ {
XYLOG(XYLOG_SEVERITY_INFO, "开始查询云台自检状态timeout=%u秒", (uint32_t)timeout); XYLOG(XYLOG_SEVERITY_INFO, "开始查询云台自检状态timeout=%u秒", (uint32_t)timeout);
} }

Loading…
Cancel
Save