mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 10:34:31 +08:00
Adding support in the new RN bridge on iOS
Differential Revision: D4393955 fbshipit-source-id: e5f3fb6773908678773a5dd4fdea568bcc200336
This commit is contained in:
committed by
Facebook Github Bot
parent
7c2f8a9e14
commit
b50f55026a
@@ -276,9 +276,9 @@ void JSCExecutor::initOnJSVMThread() throw(JSException) {
|
||||
addNativeProfilingHooks(m_context);
|
||||
addNativeTracingLegacyHooks(m_context);
|
||||
PerfLogging::installNativeHooks(m_context);
|
||||
#endif
|
||||
|
||||
initSamplingProfilerOnMainJSCThread(m_context);
|
||||
#endif
|
||||
|
||||
#ifdef WITH_FB_MEMORY_PROFILING
|
||||
addNativeMemoryHooks(m_context);
|
||||
|
||||
Reference in New Issue
Block a user