IOS
__ ________ __
/ / ___ ____ _____ / ____/ /___ __ ______/ /
/ / / _ \/ __ `/ __ \ / / / / __ \/ / / / __ /
/ /___/ __/ /_/ / / / / / /___/ / /_/ / /_/ / /_/ /
/_____/\___/\__,_/_/ /_/ \____/_/\____/\__,_/\__,_/
appid: TDWwApWrbUyEBsum0HOJ6ETa
2020-10-22 13:49:42.458860+0800 Tinglee[36978:7123692] [Client] Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 87 named com.apple.commcenter.coretelephony.xpc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service on pid 87 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
timezone: 8
carrier: 中国联通
app_version: 2.9
sdk_version: 12.3.0
os: iOS
package_name: com.tinglee
sv: 2.9.1
language: zh-Hans-CN
display_name: Tinglee
device_id: 8D16C90A-D53E-4783-A1A6-AD8C92D0E00C
is_jailbroken: 0
resolution: 1125 x 2436
device_model: iPhone11,2
os_version: 14.0.1
----------------------------------------------------------
除此之外没有任何打印日志,在一次设置用户信息的存储中
AVUser *u = [AVUser currentUser];
if(u) {
completLogInfo(u);
[u saveInBackgroundWithBlock:^(BOOL succeeded, NSError * _Nullable error) {
#if DEBUG
NSLog(@"save AVUser %d, error:%@",succeeded,error);
// assert(succeeded);
#endif
}];
}
打印结果是:
save AVUser 0, error:Error Domain=com.LeanCloud.ErrorDomain Code=206 "(null)"