-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple ANR crashes #746
Comments
Hello, |
Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50000010 launchParam=MultiScreenLaunchParams { mDisplayId=0 mFlags=0 } (has extras) } This is the stack trace for the ANR: "Signal Catcher" daemon prio=5 tid=3 Runnable "main" prio=5 tid=1 Blocked
"Jit thread pool worker thread 0" prio=5 tid=2 Native (still starting up) |
Description:
Here is a list of ANR's I get:
Broadcast of Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 cmp=com.package.name/io.presage.receiver.NetworkChangeReceiver (has extras) }
Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010 }
I have seen similar questions, #239 - #237 In #237 you mentioned that this issue was fixed (#237 (comment))
But I'm still getting it, alot.
Environment
com.onesignal:OneSignal:3.10.1
Steps to Reproduce Issue:
I'm not sure as it happens to users. I wasn't able to reproduce it.
The text was updated successfully, but these errors were encountered: