|
|
@ -256,7 +256,7 @@ NSString *const kNSUserDefaults_DatabaseExtensionVersionMap = @"kNSUserDefaults_
|
|
|
|
if ([name isEqualToString:@"TSRecipient"]) {
|
|
|
|
if ([name isEqualToString:@"TSRecipient"]) {
|
|
|
|
OWSLogError(@"Could not decode object: %@", name);
|
|
|
|
OWSLogError(@"Could not decode object: %@", name);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
OWSFailDebug(@"Could not decode object: %@", name);
|
|
|
|
NSLog(@"Could not decode object: %@", name);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
OWSProdCritical([OWSAnalyticsEvents storageErrorCouldNotDecodeClass]);
|
|
|
|
OWSProdCritical([OWSAnalyticsEvents storageErrorCouldNotDecodeClass]);
|
|
|
|
return [OWSUnknownDBObject class];
|
|
|
|
return [OWSUnknownDBObject class];
|
|
|
|