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: #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.