mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 09:19:10 +00:00
Do not set forceProfilerBytecodeGeneration option
Reviewed By: bnham Differential Revision: D3598103 fbshipit-source-id: 3bd7069379cd38bd86c13a87487f546044f66902
This commit is contained in:
parent
fe8eca43ac
commit
73a64ed2eb
@ -78,7 +78,7 @@ void stopAndOutputProfilingFile(
|
||||
}
|
||||
|
||||
void addNativeProfilingHooks(JSGlobalContextRef ctx) {
|
||||
JSEnableByteCodeProfiling();
|
||||
// JSEnableByteCodeProfiling();
|
||||
installGlobalFunction(ctx, "nativeProfilerStart", nativeProfilerStart);
|
||||
installGlobalFunction(ctx, "nativeProfilerEnd", nativeProfilerEnd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user