-
Notifications
You must be signed in to change notification settings - Fork 23
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
jdk.internal.misc.Unsafe.park #281
Comments
Thank you for reporting this. Could you provide the percentage of sessions encountering this as well as the daily active users that are running the affected version of your app? Are you able to reproduce this locally? |
Hello @tanderson-ld Could you provide the percentage of sessions encountering this as well as the daily active users that are running the affected version of your app? Are you able to reproduce this locally? |
Thanks for answering those questions. The Android 14 part is very helpful. For our first question, we are looking for a percentage of sessions affected. Ex: 1 thousand sessions in a month, and 10 people hit the issue, that would be 1%. This is a useful number for us as it helps us evaluate if it is related to usage, execution order, or a race condition within the SDK. |
In the last 30 days, this ANR has occurred in 33% of users and has occurred more than 1,500 times |
That is many more than expected.
We will investigate. |
The last thing that was done was the migration of the sdk, from v3.1.1 to v5.3.0. But I don't have the data from when we did the update. |
Hi again @ravendanot. I have spent some time investigating this more. Theory: Questions:
Workaround options:
|
Are you able to see the duration of the ANR? I have been able to reproduce something similar for ~1 second related to the retry interval when sending events. Code is here. |
Hello @tanderson-ld. We have not been able to see the duration of the ANR. I am going to try |
Sounds good, please let us know if that ends up resolving the issue. I still think we will try to make a fix, but will wait for your result. |
Describe the bug
ANRs are being logged in Firebase Crashlytics. This issue occurs during the application closing process.
Logs
SDK version
v5.3.0
Language version, developer tools
Kotlin v1.7.20
OS/platform
Android
The text was updated successfully, but these errors were encountered: