-
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
Firebase logcat logging on release build #403
Comments
I found a few problems with this issue:
|
Thnaks birfincankafein@ for reaching out.
Session ID is an anonymous information which is solely for the debugging purposes, see:
We print the time it took for an activity to become visible, which is also for debugging purposes. For the rest of the logs, assigning to RC to take a look |
|
The fix has been submitted for stopping Firebase Performance logging by default. (To enable debug logging, follow document here https://firebase.google.com/docs/perf-mon/get-started-android#debug_your_integration) Expect it to be available in upcoming Firebase Performance release (around mid January, 2020). |
New Performance Monitoring version is released: https://firebase.google.com/support/release-notes/android#performance_v19-0-5. |
Environment
Firebase Component:
FirebasePerformance, FirebaseRemoteConfig
Component versions:
The problem
In my release build, I still can see the logs related to my configs, performance session ids, etc. It should not be logged to the console.
Relevant Code:
The text was updated successfully, but these errors were encountered: