摘要: #ifdef DEBUG #define MALog(...) NSLog(__VA_ARGS__); #define MALog_Func(x) NSLog(@"%s: L%d :%@", __func__, __LINE__, (x)); #define MALogStack NSLog(@"%s: L%d :%@", __func__, __LINE__, [NSThread callStackSymbols]);#else #define MALOG(...); #define MALog_Func(x); #define MALogStack; 阅读全文
posted @ 2013-05-14 14:07 翛尧 阅读(156) 评论(0) 推荐(0)