Added NSLogDebug

This commit is contained in:
xialin
2013-12-26 10:29:55 +02:00
parent 9cc6d6f6f6
commit 632cc55d28
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -63,6 +63,10 @@ void AudioSessionManager_audioRouteChangedListener(void *inClientData, AudioSess
#define NSLogError NSLog
#endif
#define LOG_LEVEL 3
#define NSLogDebug(frmt, ...) do{ if(LOG_LEVEL >= 4) NSLog((frmt), ##__VA_ARGS__); } while(0)
@implementation AudioSessionManager
@synthesize headsetDeviceAvailable = mHeadsetDeviceAvailable;
+1 -1
View File
@@ -9,7 +9,7 @@ It also notifies interested listeners of audio change events (optional).
## Requirements
The only requirement to use this module is an ARC-based iOS 5+ project.
The only requirement to use this module is an ARC-based iOS 6+ project.
# Documentation