diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index e8097c0cc..2f4400b94 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -34,7 +34,7 @@ Future pushHelper( onSelectNotification: onSelectNotification, ); } catch (e, s) { - Logs().wtf('Push Helper has crashed!', e, s); + Logs().v('Push Helper has crashed!', e, s); // Initialise the plugin. app_icon needs to be a added as a drawable resource to the Android head project final flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin();