-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Labels
Description
What happened?
Alot of ANRs are being logged in Firebase Analytics after upgrading to one signal version 5.4.0.
Steps to reproduce?
Many users face ANR when the app runs. There are no specific steps to reproduce this issue.What did you expect to happen?
No ANR in my app.
OneSignal Android SDK version
5.4.0
Android version
12
Specific Android models
Samsung Galaxy A02sRelevant log output
main (runnable):tid=1 systid=30692
at android.content.Intent.getBooleanExtra(Intent.java:9025)
at com.onesignal.notifications.internal.open.impl.NotificationOpenedProcessor.handleDismissFromActionButtonPress(NotificationOpenedProcessor.kt:83)
at com.onesignal.notifications.internal.open.impl.NotificationOpenedProcessor.processFromContext(NotificationOpenedProcessor.kt:64)
at com.onesignal.notifications.receivers.NotificationDismissReceiver$onReceive$1$1.invokeSuspend(NotificationDismissReceiver.kt:55)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8751)
at java.lang.reflect.Method.invoke(Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)Code of Conduct
- I agree to follow this project's Code of Conduct