iOS: add error code

This commit is contained in:
pengfei.zhou 2021-11-19 13:08:40 +08:00 committed by osborn
parent 6ecfc307bf
commit 62cb618923

View File

@ -280,7 +280,7 @@ - (void)blendView:(UIImageView *)view forPropName:(NSString *)name propValue:(id
}];
}];
[asyncResult setExceptionCallback:^(NSException *e) {
DoricLog(@"Cannot load resource type = %@, identifier = %@, %@", type, identifier, e.reason);
DoricLog(@"Cannot load resource %@, %@", prop, e.reason);
}];
} else if ([@"imageUrl" isEqualToString:name]) {
__weak typeof(self) _self = self;