mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 09:08:58 +08:00
Add log output to rule out that multiple react context creation are responsible for increased mem / image not loading in CTScan
Reviewed By: @krangarajan Differential Revision: D2495435
This commit is contained in:
committed by
facebook-github-bot-4
parent
189ba53ca2
commit
2bded4cb2e
@@ -492,6 +492,7 @@ public class ReactInstanceManager {
|
||||
private ReactApplicationContext createReactContext(
|
||||
JavaScriptExecutor jsExecutor,
|
||||
JSBundleLoader jsBundleLoader) {
|
||||
FLog.i(ReactConstants.TAG, "Creating react context.");
|
||||
NativeModuleRegistry.Builder nativeRegistryBuilder = new NativeModuleRegistry.Builder();
|
||||
JavaScriptModulesConfig.Builder jsModulesBuilder = new JavaScriptModulesConfig.Builder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user