-
Notifications
You must be signed in to change notification settings - Fork 578
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 failing to pass StrictMode #787
Comments
I'm seeing this issue as well. |
Hey all, thanks for the report. #808 should resolve the issue. |
Thanks for your pull request @clp93 ! I'll wait until your pull request is merged into master to definitely consider this as fixed. Remote Config 19.0.2 was recently released, but #808 was not merged into it.
|
Hello there, The version |
Hey @evowizz , you're most welcome. Thanks for filing the issue. In general, I'd recommend checking out https://firebase.google.com/support/release-notes/android to see when a PR makes it into an official Release. Any new features/breaking changes/bug fixes should be detailed there :) |
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Remote Config 19.0.0 and 19.0.1 are failing to pass StrictMode because of the following reason:
Here's the full log:
Version 19.0.0:
Version 19.0.1:
Of course, disabling StrictMode would disable the logs, but the issue would still be there.
Steps to reproduce:
Use Remote Config 19.0.0 or 19.0.1 as you would normally do, and enable StrictMode for the application. Run it, and after a few seconds, the application will log what I shared right above.
Relevant Code:
Add the following code within the
onCreate
method of your class extendingandroid.app.Application
.The text was updated successfully, but these errors were encountered: