react-native-macos/React/CxxModule
Valentin Shergin 1b994f9ddd Proxing NSException stack trace to NSError object
Summary:
When we catch an Objective-C exception and convert it to NSError we need to somehow represent the call stack from NSException instance in NSError instance. For now, we just attach the stack trace to `message` field.

The next step would be to figure out how to pass the Objective-C stack trace to error reporting infra to help it to display the stack trace nicely in the web interface.

Changelog: [Internal] Fabric-specific internal change.

Reviewed By: sammy-SC

Differential Revision: D23557600

fbshipit-source-id: a080c2e186e719e42dcfc01bb12f5811e3c5b2e6
2020-09-08 13:22:54 -07:00
..
DispatchMessageQueueThread.h Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTCxxMethod.h Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
RCTCxxMethod.mm Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTCxxModule.h Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
RCTCxxModule.mm Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTCxxUtils.h Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTCxxUtils.mm Proxing NSException stack trace to NSError object 2020-09-08 13:22:54 -07:00
RCTNativeModule.h Instrument sync and async method calls (#28893) 2020-05-13 20:28:18 -07:00
RCTNativeModule.mm Guard all NativeModulePerfLogger calls with a null check 2020-05-20 20:19:30 -07:00