lpw
2026-04-27 941435d20902efa495cd58c6c8bf5595117934d4
frameworks/WASdkImpl.framework/Headers/WASdkCore.h
@@ -11,7 +11,7 @@
#import <WACommon/WACommon.h>
NS_ASSUME_NONNULL_BEGIN
#define WASdkLog(fmt,...) {\
if([WACoreProxy isDebugMode]){\
if([WACoreProxy displayLog]){\
NSLog((@"WASDK LOG [(version %@) %s ]:" fmt), [WASdkCore getVersion],__FUNCTION__, ##__VA_ARGS__);\
[WACoreProxy addLogWithString:[NSString stringWithFormat:(@"(version %@) %s ]:" fmt),[WASdkCore getVersion],__FUNCTION__, ##__VA_ARGS__]];\
}\