chore: Follow up notification logging

krille/experimental-design
Krille 2 years ago
parent 6d973db6fc
commit 0eaa7aa73e
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -34,7 +34,7 @@ Future<void> 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();

Loading…
Cancel
Save