mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 23:24:06 +08:00
Do not set forceProfilerBytecodeGeneration option
Reviewed By: bnham Differential Revision: D3598103 fbshipit-source-id: 3bd7069379cd38bd86c13a87487f546044f66902
This commit is contained in:
committed by
Facebook Github Bot 3
parent
fe8eca43ac
commit
73a64ed2eb
@@ -78,7 +78,7 @@ void stopAndOutputProfilingFile(
|
||||
}
|
||||
|
||||
void addNativeProfilingHooks(JSGlobalContextRef ctx) {
|
||||
JSEnableByteCodeProfiling();
|
||||
// JSEnableByteCodeProfiling();
|
||||
installGlobalFunction(ctx, "nativeProfilerStart", nativeProfilerStart);
|
||||
installGlobalFunction(ctx, "nativeProfilerEnd", nativeProfilerEnd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user