firebase / firebase-android-sdk

Firebase Android SDK
https://firebase.google.com
Apache License 2.0
2.28k stars 578 forks source link

idea.log spamed with `FirebaseLogTask` #929

Closed hardysim closed 5 years ago

hardysim commented 5 years ago

Copied from https://issuetracker.google.com/issues/135863701 because I was send here:

Unrelated to Android Studio. Please file a bug on the Android SDK repo


I've just looked into the idea.log and found out, that every second or so there's a new entry like this:

2019-06-24 11:03:42,833 [-8C6X1JT0X] INFO - .firebase.logs.FirebaseLogTask - Processing Firebase log with tag FirebaseRemoteConfig


Build: AI-191.7141.44.35.5619324, 201905301913,

AI-191.7141.44.35.5619324, JRE 1.8.0_202-release-1483-b03x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1080x1920, 1920x1080, 2560x1440

AS: 3.5 Beta 4; Android Gradle Plugin: 3.5.0-beta04; Gradle: 5.4.1; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)Source: user_sentiment_feedback

idea.log

aguatno commented 5 years ago

@hardysim Can you let us know what products you are trying to use and what versions and SDKs you are depending on? It would be also great if could you provide steps to replicate or minimal repro so we can look deeper into this and investigate with the team

hardysim commented 5 years ago

Hmm, it seems that it's now fixed. I cannot reproduce it now.

Using AS 3.5.0

Build: AI-191.8026.42.35.5791312, 201908090002, 

AI-191.8026.42.35.5791312, JRE 1.8.0_202-release-1483-b03x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 2560x1440, 1080x1920, 2560x1440

AS: 3.5; Android Gradle Plugin: 3.5.0; Gradle: 5.6.2; NDK: from local.properties: 20.0.5594570, latest from SDK: 20.0.5594570; LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: 3.6.0-rc2, from PATH: (not found) 

and those firebase modules:

versions.firebase = [
        plugin   : '1.1.5',
        analytics: '17.2.0',
        messaging: '20.0.0',
        iid      : '20.0.0',
        config   : '19.0.2',
        ml_vision: '23.0.0',
        perf     : [
                plugin: "1.3.1",
                core  : "19.0.0",
        ],
]