feat:doric android and iOS's monitor add source parameter when exception
This commit is contained in:
@@ -87,7 +87,7 @@ - (id)findClass:(Class)clz target:(id)target context:(DoricContext *)context met
|
||||
[invocation invoke];
|
||||
} @catch (NSException *exception) {
|
||||
DoricLog(@"CallNative Error:%@", exception.reason);
|
||||
[context.driver.registry onException:exception];
|
||||
[context.driver.registry onException:exception source:context.source];
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user