1. 修改日志宏
This commit is contained in:
parent
b32d43dd17
commit
031dc7641b
@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
#if USE_HD_LOG_ERROR
|
||||
#define LogE(format, ...) _LogDLevel(0, kLogLevelError, __FILE__, format, ##__VA_ARGS__)
|
||||
#define LogE(format, ...) _LogDLevel(kLogLevelError, format, ##__VA_ARGS__)
|
||||
#else
|
||||
#define LogE(...)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user