IOS应用发布NSLog的如何注释
摘要:
#ifdef DEBUG // 调试状态, 打开LOG功能#define HMLog(...) NSLog(__VA_ARGS__)#else // 发布状态, 关闭LOG功能#define HMLog(...)#endif 阅读全文
posted @ 2015-05-20 10:32 coderJin 阅读(189) 评论(0) 推荐(0)
posted @ 2015-05-20 10:32 coderJin 阅读(189) 评论(0) 推荐(0)