MindorksOpenSource / CrashReporter

CrashReporter is a handy tool to capture app crashes and save them in a file.
Apache License 2.0
403 stars 94 forks source link

failed to post notification on channel null android #6

Closed monsterbrain closed 5 years ago

monsterbrain commented 6 years ago

I've integrated the library. On Checking crash with emulator v api 27, the notification is not appearing. Just showing a toast

Developer warning for package "mypackage.appname" failed to post notification on channel null

Please update .

balsikandar commented 6 years ago

Thanks will update over this weekend and will let you know. Thanks

monsterbrain commented 6 years ago

I think it's due to the new oreo notification system, where a channel is required for notifications I guess ...