diff --git a/ReactCommon/cxxreact/JSCLegacyProfiler.cpp b/ReactCommon/cxxreact/JSCLegacyProfiler.cpp index dcd1b6d13..6be0471ed 100644 --- a/ReactCommon/cxxreact/JSCLegacyProfiler.cpp +++ b/ReactCommon/cxxreact/JSCLegacyProfiler.cpp @@ -78,7 +78,7 @@ void stopAndOutputProfilingFile( } void addNativeProfilingHooks(JSGlobalContextRef ctx) { - JSEnableByteCodeProfiling(); + // JSEnableByteCodeProfiling(); installGlobalFunction(ctx, "nativeProfilerStart", nativeProfilerStart); installGlobalFunction(ctx, "nativeProfilerEnd", nativeProfilerEnd); }