react-native/Libraries/vendor/emitter
Kevin Gozali db617e56a3 send fatal error for js exception in eventEmitter
Summary: public

Any uncaught exception inside an event emitter handler was reported as softError, which didn't crash the app, but left the app running in an unknown state. Since there's no way for the app to catch these softerror (to provide a fallback error view, etc), let's change it to report fatal error for uncaught exception for the time being.

Reviewed By: javache

Differential Revision: D2685322

fb-gh-sync-id: 52956d3db20809cc90448bd080795754b899435e
2015-11-23 13:52:27 -08:00
..
EmitterSubscription.js
EventEmitter.js send fatal error for js exception in eventEmitter 2015-11-23 13:52:27 -08:00
EventEmitterWithHolding.js
EventHolder.js
EventSubscription.js
EventSubscriptionVendor.js
EventValidator.js
mixInEventEmitter.js