From 2e150f4bb015d843dae94a9c1281a062fca5162b Mon Sep 17 00:00:00 2001 From: 464027401@qq.com <464027401@qq.com> Date: 星期三, 15 十二月 2021 13:15:45 +0800 Subject: [PATCH] 去掉部分无用日志打印 --- HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinphoneManager.m | 3 --- HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinPhoneSDK.m | 1 - 2 files changed, 0 insertions(+), 4 deletions(-) diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneSDK.m" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneSDK.m" index b0c8eed..75db80f 100644 --- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneSDK.m" +++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneSDK.m" @@ -43,7 +43,6 @@ } -(void)login:(NSString*)username password:(NSString*)pwd domain:(NSString*) domain{ - NSLog(@"sipDomain:%@",domain); [HDLLinphoneManager.instance login:username password:pwd domain:domain]; } diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.m" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.m" index cd5681e..0c9504b 100644 --- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.m" +++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.m" @@ -1991,12 +1991,10 @@ signal(SIGPIPE, SIG_IGN); - NSLog(@"willCreateLinphoneCore"); // create linphone core [self createLinphoneCore]; [self.providerDelegate config]; // _iapManager = [[InAppProductsManager alloc] init]; - NSLog(@"CreatedLinphoneCore"); // - Security fix - remove multi transport migration, because it enables tcp or udp, if by factoring settings only // tls is enabled. This is a problem for new installations. @@ -2098,7 +2096,6 @@ return; } - NSLog(@"Creating linphonecore"); // Set audio assets NSString *ring = -- Gitblit v1.8.0