在.pch 文件中加入 app 在发布时候 禁止打印
摘要:#ifdef DEBUG #define NSLog(...) NSLog(__VA_ARGS__) #define debugMethod() NSLog(@"%s", __func__) #else #define NSLog(...) #define debugMethod() #endif
阅读全文
posted @ 2016-03-09 16:07
posted @ 2016-03-09 16:07
posted @ 2016-03-09 16:06