EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

Bug causing multiple ANR's | Broadcast of Intent | com.telerik.localnotifications.NotificationRestoreReceiver #186

Open 7ammer opened 4 years ago

7ammer commented 4 years ago

I appear to be getting lots or ANR's which throw up this error message:

Broadcast of Intent { act=android.intent.action.LOCKED_BOOT_COMPLETED flg=0x9000010 cmp=com.prayer247.lectio365/com.telerik.localnotifications.NotificationRestoreReceiver (has extras) }
com.telerik.localnotifications.NotificationRestoreReceiver

Here is a stack trace https://pastebin.com/raw/QkLMqPJC

Google is reporting about 3,000 ANR's in the last 7 days with the same message.

I believe it's related to this package. This is the version I have installed: "nativescript-local-notifications" : "^4.1.5"

It maybe related to this issue: https://github.com/EddyVerbruggen/nativescript-local-notifications/issues/154

There is also a separate crash which has references to BroadcastReceiver.onReceive which may or may not be related. It is a java.lang.RuntimeException Crash. The error messages are all very unclear to me so please ignore it if you think its un-related. https://pastebin.com/raw/GtpNUY0J

Thank you for your time.

EddyVerbruggen commented 4 years ago

Hi, I'd be happy to investigate, but neither of those stacktraces refer to a class in this project. Do you perhaps have more elaborate ones which at least contain the com.telerik.localnotifications package?

Peterf89 commented 4 years ago

I'm having the same issue. The stracktraces do not contain anything useful imo, and i've search for com.telerik.localnotifications but its in none of them (40+ ANR's).