WASdkImpl/WASdkImpl.xcframework/ios-arm64/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__]];\ }\