-
Notifications
You must be signed in to change notification settings - Fork 616
Significant Increase in ANRs After Updating to SDK 34 - Firebase Ads Libraries #6223
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
Facing same issue!! |
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
This issue was originally opened in the firebase/quickstart-android repository, but the error seems to be related to the SDK, so I've transferred it to the firebase/firebase-android-sdk repo. |
@axitasavani Sorry that you ran into this. There's also a page on the docs talking about Optimizing initialization and ad loading |
Hi, @thatfiredev SS: Attached Screenshot of Firebase TestLab
|
Hi @axitasavani, I tried reproducing the issue, however, I did not encounter the ANR issue. I wonder if the issue is related to the behavioral changes in Android 14 documented here. Could you share an MCVE to help us investigate the issue? |
@lehcar09 Let me share the Init code of Admob which I used :
Screenshot of ANR : ANR logs :
Also You can check in Android Developer ANR official document that they are report ANR in app which are target API 14 and above that's why increase suddenly. SS of official document of android developer site : |
Hi, @lehcar09 any update? |
Thank you for the additional details @axitasavani . Looking at your logs, it looks like that the ANR you’re experiencing is caused by the behavioral changes in Android 14. Our engineers are already working on this along with other improvements for API level 34 (android 14). Pardon me, but we don't have a definite timeline yet. However, it should be rolled out across all Firebase Android SDKs soon. We hope for your understanding. To streamline the updates, you can follow on the issue #6147. With that, I'll be closing this issue now. Thanks. |
Uh oh!
There was an error while loading. Please reload this page.
Step 1: Describe your environment
Step 2: Describe the problem:
Steps to reproduce:
We have observed a substantial rise in ANRs (Application Not Responding) incidents after updating our Android SDK to version 34. The issue appears to be linked to Google Ads libraries, as the ANRs are predominantly coming from them.
Our project is configured with the following settings:
This issue is critical and has negatively impacted the user experience. We seek urgent assistance in identifying and resolving the root cause of these ANRs.
The text was updated successfully, but these errors were encountered: