We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cadb8c commit 796d182Copy full SHA for 796d182
packages/react-native/ReactCommon/react/runtime/ReactInstance.cpp
@@ -241,6 +241,8 @@ void ReactInstance::loadScript(
241
if (hasLogger) {
242
ReactMarker::logTaggedMarkerBridgeless(
243
ReactMarker::RUN_JS_BUNDLE_START, scriptName.c_str());
244
+ ReactMarker::logMarkerBridgeless(ReactMarker::INIT_REACT_RUNTIME_START);
245
+ ReactMarker::logMarkerBridgeless(ReactMarker::APP_STARTUP_START);
246
}
247
248
// Check if the shermes unit is avaliable.
0 commit comments