mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00: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:
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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user