From 23f7e350c69bdbf0f72d46b9b2ca2b25657f8354 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 4 Sep 2018 11:08:55 +0100 Subject: [PATCH] Redirect to app logger --- ReactNativeClient/root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactNativeClient/root.js b/ReactNativeClient/root.js index a00f28d217..0fa1c1051a 100644 --- a/ReactNativeClient/root.js +++ b/ReactNativeClient/root.js @@ -540,7 +540,7 @@ class AppComponent extends React.Component { } } catch(e) { - console.log('Error in ShareExtension.data', e); + reg.logger().error('Error in ShareExtension.data', e); } BackButtonService.initialize(this.backButtonHandler_);