public interface NativeModuleCallExceptionHandler
We should also note that we have a unique stance on what 'caused' means: even if there's a bug in the framework/native code, it was triggered by JS and theoretically since we were able to set up the bridge, JS could change its logic, reload, and not trigger that crash.
Modifier and Type | Method and Description |
---|---|
void |
handleException(java.lang.Exception e)
Do something to display or log the exception.
|