1. 修复LogTrace日志

This commit is contained in:
coffee 2025-07-26 11:02:37 +08:00
parent 3d82844ae2
commit 60b4068289

View File

@ -24,7 +24,7 @@
#if USE_HD_TRACE
#define LogTr(format, ...) _LogDLevel(kLogLevelTrace, format, ##__VA_ARGS__)
#define LogTrace() LogTr()
#define LogTrace() LogTr("")
#else
#define LogTr(format, ...)
#define LogTrace()