464027401@qq.com
2021-12-15 2e150f4bb015d843dae94a9c1281a062fca5162b
去掉部分无用日志打印
2个文件已修改
4 ■■■■ 已修改文件
HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinPhoneSDK.m 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinphoneManager.m 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDLLinPhoneSDK(OC)/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];
}
HDLLinPhoneSDK(OC)/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 =