-
Notifications
You must be signed in to change notification settings - Fork 614
[ANR] Main thread blocking issue, 100% reproducible #6145
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
Comments
I found a few problems with this issue:
|
|
|
Hi @Thortoco, thank you for reaching out. Is there any chance that you share an MCVE to help us investigate the issue? Looking into the error logs you shared, it looks to me that the issue might be related to #4345. Based on the comment,
|
Hi @park671, sorry for the silence here. I'm trying to reproduce the issue to confirm if it's a duplicate of issue #4345. I'm quite having difficulty in reproducing the issue following the steps you shared. Here's my AndroidManifest.xml:
and in the MyDirectBootReceiver.kt
Is that correct? Am I missing anything? |
Hey @park671. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @park671 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Getting this is issue. Logs
|
[REQUIRED] Step 3: Describe the problem
Firebase crashlytics blocks main thread till system kill app due to anr.
our app is a launcher, directBootAware is true with the first activity and out app listen to lock boot complete broadcast.
firebase auto start by itself, and init Firebase crashlytics after user unlock, but it blocks on main thread.
here is
Steps to reproduce:
android 15
100% ANR crash on the 2nd time reboot.
Relevant Code:
The text was updated successfully, but these errors were encountered: