增加了 APPinfo 页面的基础显示功能
This commit is contained in:
@@ -30,5 +30,12 @@ typedef int (*FUNCPTR) ( );
|
||||
#define ASSERT(expr) ((void)0) // 发布模式禁用断言
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#define LOG(format, ...) \
|
||||
printf(format, ##__VA_ARGS__)
|
||||
#else
|
||||
#define LOG(format, ...) ((void)0) // 发布模式禁用断言
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user