mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
Kill orphaned marker end in JSCExecutor
Reviewed By: mhorowitz Differential Revision: D6594498 fbshipit-source-id: 67f281ded088bdbad3eb1e173882d4328c1fdc93
This commit is contained in:
parent
a010a0cebd
commit
6ad1f0957a
@ -438,9 +438,6 @@ namespace facebook {
|
||||
jsScript = adoptString(std::move(script));
|
||||
ReactMarker::logMarker(ReactMarker::JS_BUNDLE_STRING_CONVERT_STOP);
|
||||
}
|
||||
#ifdef WITH_FBSYSTRACE
|
||||
fbsystrace_end_section(TRACE_TAG_REACT_CXX_BRIDGE);
|
||||
#endif
|
||||
|
||||
SystraceSection s_("JSCExecutor::loadApplicationScript-evaluateScript");
|
||||
evaluateScript(m_context, jsScript, jsSourceURL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user