react-native/React
Spencer Ahrens d796584b6c [ReactNative] ErrorUtils.reportError shouldn't redbox
Summary:
@public

ErrorUtils.reportError is intended for reporting handled errors to the
server, like timeouts, which means that we shouldn't shove them in the
developer's face.

Test Plan: add `require('ErrorUtils').reportError(new Error('error'))` and see a useful error message with stack but no redbox.  Debugger confirms `reportSoftException` is called but it doesn't do anything yet.  `reportFatalError` and throwing exceptions still show redboxes.
2015-06-02 17:47:49 -08:00
..
Base Revert "[ReactNative] Track bridge events' flow" 2015-06-02 10:36:32 -08:00
Executors [ReactNative] Optimize console.profile and add markers on JS entry points 2015-06-02 06:22:49 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [ReactNative] ErrorUtils.reportError shouldn't redbox 2015-06-02 17:47:49 -08:00
React.xcodeproj Implemented fast path for same borders/radii 2015-05-28 09:16:44 -08:00
Views [react-native] -mountOrUnmountSubview: should handle zero-sized clip-rects correctly 2015-06-02 01:48:21 -08:00