mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +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 JavaScriptModulesConfig jsModulesConfig,
|
||||||
final JSBundleLoader jsBundleLoader,
|
final JSBundleLoader jsBundleLoader,
|
||||||
NativeModuleCallExceptionHandler nativeModuleCallExceptionHandler) {
|
NativeModuleCallExceptionHandler nativeModuleCallExceptionHandler) {
|
||||||
|
FLog.d(ReactConstants.TAG, "Initializing React Bridge.");
|
||||||
mReactQueueConfiguration = ReactQueueConfigurationImpl.create(
|
mReactQueueConfiguration = ReactQueueConfigurationImpl.create(
|
||||||
ReactQueueConfigurationSpec,
|
ReactQueueConfigurationSpec,
|
||||||
new NativeExceptionHandler());
|
new NativeExceptionHandler());
|
||||||
|
|||||||
Reference in New Issue
Block a user