浏览代码

ATV pch: add debug log macro

Felix Paul Kühne 9 年之前
父节点
当前提交
d8ba1f9b91
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      VLC for Apple TV/TVPrefixHeader.pch

+ 6 - 0
VLC for Apple TV/TVPrefixHeader.pch

@@ -23,4 +23,10 @@
 #import "UIColor+Presets.h"
 #import "VLCTVConstants.h"
 
+#ifndef NDEBUG
+#define APLog(format, ...) NSLog(format, ## __VA_ARGS__)
+#else
+#define APLog(format, ...)
+#endif
+
 #endif /* PrefixHeader_pch */