-
Notifications
You must be signed in to change notification settings - Fork 580
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
Remote Config doesn't pass StrictMode (disk read violation) #5347
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Thanks for reaching out, @mlewandowskipt. Interestingly enough the issue is reproducible if we add the
If we add the |
Facing the same issue while doing Strict Mode Checking for our app. |
This issue can be verified by running the Now in Android sample app from this PR: android/nowinandroid#1050 |
By declaring a Why use a
Here are the logs I got on Pixel-6a, form a cold-start, with implementation("com.google.firebase:firebase-analytics:21.5.0")
implementation("com.google.firebase:firebase-config:21.6.0")
implementation("com.google.firebase:firebase-crashlytics:18.6.1") |
Based on the read of the logs, there seem to be multiple products involved in causing the Separately, Firebase Performance is going to make some app startup changes to avoid initializing remote config to avoid disk reads in the early phase of app start. |
Steps to reproduce:
StrictMode
withdetectAll()
andpenaltyLog()
The text was updated successfully, but these errors were encountered: