You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Google Play Console we have quite some ANRs logged that point to the NotificationRestoreReceiver of this plugin but I do not understand what the issue here is.
This seems to exclusively happen on Honor and Huawei phones (=from the era before HarmonyOS and with Play Store/ Play Services installed obviously)
Only information
Broadcast of Intent { act=android.intent.action.LOCKED_BOOT_COMPLETED flg=0x9000010 cmp=xxx.yyy.zzz/com.telerik.localnotifications.NotificationRestoreReceiver (has extras) }
and nothing much more except native obfuscated traces.
I understand that the AndroidManifest uses the RECEIVE_BOOT_COMPLETED permission
In the Google Play Console we have quite some ANRs logged that point to the
NotificationRestoreReceiver
of this plugin but I do not understand what the issue here is.This seems to exclusively happen on Honor and Huawei phones (=from the era before HarmonyOS and with Play Store/ Play Services installed obviously)
Only information
and nothing much more except native obfuscated traces.
I understand that the AndroidManifest uses the
RECEIVE_BOOT_COMPLETED
permissionplugins/packages/local-notifications/native-src/android/app/src/main/AndroidManifest.xml
Line 4 in ccac450
and the intent filters on
LOCKED_BOOT_COMPLETED
andBOOT_COMPLETED
plugins/packages/local-notifications/native-src/android/app/src/main/AndroidManifest.xml
Lines 25 to 26 in ccac450
and finally, in the receiver this line guards for the
BOOT_COMPLETED
plugins/packages/local-notifications/native-src/android/app/src/main/java/com/telerik/localnotifications/NotificationRestoreReceiver.java
Line 28 in ccac450
looks all good to me. Still we get these ANRs. Any idea why?
Btw, in Eddy's original plugin, there is also an issue related to this, not resolved as well:
EddyVerbruggen/nativescript-local-notifications#186
The text was updated successfully, but these errors were encountered: