Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit logs in "module not found" scenarios
Summary: In the TurboModule interop layer, several modules are appearing as null. It's unclear why. We landed a few module resolution simplification diffs, to *attempt* to mitigate the problem: D45131297. But we're not sure if those diffs will be 100% successful. So, this diff inserts two logs into the TurboModule system, for scenarios we know could lead to TurboModules being null. The hope: this helps us understand the actual problem, in case our earlier fix attempt (i.e: D45131297) fails. Notes: - These logs are temporary. - These logs will only run in the TurboModule interop's test group. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D45197703 fbshipit-source-id: 4401a6111492444cc4b405c52183d02df94c3828
- Loading branch information