mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
690a29355e
Summary: When NativeUIManager.getConstantsForViewManager throws an exception from native, we just swallow that exception and set null as the view config. Instead, we should log that an error occurred. This way, we can tell if the NativeModule sync method call returned undefined, or if the NativeModule sync method call thew an exception. I'll take a look and see if we can add this logging higher up in the native stack, so that we can actually capture the stack information from this NativeModule sync method call failure. Created from Diffusion's 'Open in Editor' feature. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D26227379 fbshipit-source-id: 02b516d247f82f873f059005e6a2cc6f2a64fdb5