mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
Add log message to bridge init
Reviewed By: mhorowitz Differential Revision: D2983352 fb-gh-sync-id: d87fcb7d7728115ae45cdb6f061fa094da7dfba8 shipit-source-id: d87fcb7d7728115ae45cdb6f061fa094da7dfba8
This commit is contained in:
committed by
Facebook Github Bot 3
parent
86d6d54cb5
commit
e55cefc476
@@ -71,6 +71,7 @@ public class CatalystInstanceImpl implements CatalystInstance {
|
||||
final JavaScriptModulesConfig jsModulesConfig,
|
||||
final JSBundleLoader jsBundleLoader,
|
||||
NativeModuleCallExceptionHandler nativeModuleCallExceptionHandler) {
|
||||
FLog.d(ReactConstants.TAG, "Initializing React Bridge.");
|
||||
mReactQueueConfiguration = ReactQueueConfigurationImpl.create(
|
||||
ReactQueueConfigurationSpec,
|
||||
new NativeExceptionHandler());
|
||||
|
||||
Reference in New Issue
Block a user