We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ebecf commit dc87775Copy full SHA for dc87775
packages/react-native/ReactCommon/react/runtime/hermes/HermesInstance.cpp
@@ -110,6 +110,8 @@ class HermesJSRuntime : public JSRuntime {
110
}
111
112
void unstable_initializeOnJsThread() override {
113
+ // On new arch, we're seeing a crash in release optimized builds here. Adding this as a stopgap measure to prevent
114
+ // the crash to allow us to more thoroughly test new arch while this is investigated.
115
#ifdef HERMES_ENABLE_PROFILING
116
runtime_->registerForProfiling();
117
#endif
0 commit comments