只需在文件开头添加一下代码即可:
#ifdef DEBUG
#define NSLog(FORMAT, ...) fprintf(stderr,"%s\n",[[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
#else
#define NSLog(...)
#endif
只需在文件开头添加一下代码即可:
#ifdef DEBUG
#define NSLog(FORMAT, ...) fprintf(stderr,"%s\n",[[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
#else
#define NSLog(...)
#endif
本文标题:Xcode隐藏控制台打印时间
本文链接:https://www.haomeiwen.com/subject/nvcvdttx.html
网友评论