移除调试日志

lowmem
Matthew 1 month ago
parent 46ec0a4f39
commit ebf8312f6f

@ -95,7 +95,7 @@ static int64_t get_msec()
void DebugLog(int commid, char flag, const char* format, ...)
{
#ifndef NDEBUG
ALOGW("FMT: %s", format);
// ALOGW("FMT: %s", format);
// std::this_thread::sleep_for(std::chrono::milliseconds(100));
#endif
va_list argptr;
@ -146,7 +146,7 @@ void DebugLog(int commid, char flag, const char* format, ...)
delete[] szbuf;
#ifndef NDEBUG
ALOGW("FMT: %s end", format);
// ALOGW("FMT: %s end", format);
#endif
}

Loading…
Cancel
Save