在.pch 文件中加入 app 在发布时候 禁止打印

#ifdef DEBUG  

#define NSLog(...) NSLog(__VA_ARGS__)  

#define debugMethod() NSLog(@"%s", __func__)  

#else  

#define NSLog(...)  

#define debugMethod()  

#endif 

chumper  11:46:21

posted on 2016-03-09 16:07  D_ye了淡淡  阅读(118)  评论(0编辑  收藏  举报