-
Notifications
You must be signed in to change notification settings - Fork 616
Firebase Performance Monitoring Console/Logcat Spam #3441
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
I found a few problems with this issue:
|
Hi @findyourexit, thanks for your report. Unfortunately after testing the same scenario, I'm unable to reproduce this issue. Could you answer a few questions for us to narrow it down?
Also any chance you could provide us with an MCVE? |
While we wait on reproducing this, an update is that these messages are coming from the library Firebase Performance uses for event dispatching. We are working with them to figure out ways to having a good logging message. |
Thanks for the super prompt replies @argzdev and @visumickey! @argzdev - I'll endeavour to produce an MCVE to share here. When/if I can do so, I'll report back right away. |
Hey @findyourexit. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @findyourexit if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Hello, I created a reproducable case: https://issuetracker.google.com/action/issues/225529530/attachments/36592621?download=true Download, unzip and open the project in android studio and run it on any emulator. You will see the spam in logcat. Since you are working on this, please remove the logs or ideally make them configurable (be default to not show with an option to enable them). |
@vkryachko Would you like to take a look at this as the logs are coming from the firelog side? |
Hey @findyourexit. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
@jeremyjiang-dev These logs happen any time an event is scheduled for upload, I think an initial question to answer is whether that's normal for FirePerf to log this much data? It sounds like that should not be the case, can you check if you're uploading more data than necessary? |
Hey @vkryachko ! We have not changed the volume or frequency on our recent SDKs and the QPS looks normal. Is there a way to turn off the Firelog logs? |
I wanted to check if, has there been any updates? |
* Disable verbose logging in transport-runtime. fixes #3441 * Address review comments.
com.google.firebase:firebase-bom:29.1.0
(com.google.firebase:firebase-perf:20.0.5
,com.google.firebase:perf-plugin:1.4.1
)Steps to reproduce:
The steps to reproduce this were rather simple. To reproduce, I simply:
The two rows that keep appearing are as follows:
As mentioned, the above rows continue to appear over and over, with approximately less than a second between each occurrence.
I've found loosely related posts on StackOverflow and on other projects here on GitHub, but no resolution seems apparent.
In order to pre-empt the recommendation to disable logging via
AndroidManifest.xml
firebase_performance_logcat_enabled
meta-data
, I've already done so, however it doesn't stop the above from occurring:Any help with this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: