Redirect to app logger

pull/768/head
Laurent Cozic 2018-09-04 11:08:55 +01:00
parent cea368cd3f
commit 23f7e350c6
1 changed files with 1 additions and 1 deletions

View File

@ -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_);