1. 修复LogTrace日志
This commit is contained in:
parent
3d82844ae2
commit
60b4068289
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#if USE_HD_TRACE
|
#if USE_HD_TRACE
|
||||||
#define LogTr(format, ...) _LogDLevel(kLogLevelTrace, format, ##__VA_ARGS__)
|
#define LogTr(format, ...) _LogDLevel(kLogLevelTrace, format, ##__VA_ARGS__)
|
||||||
#define LogTrace() LogTr()
|
#define LogTrace() LogTr("")
|
||||||
#else
|
#else
|
||||||
#define LogTr(format, ...)
|
#define LogTr(format, ...)
|
||||||
#define LogTrace()
|
#define LogTrace()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user