Pas*_*yma 36 android firebase firebase-remote-config
我正在使用Firebase Core和其他一些功能,但没有使用Remote Config。每秒多次在Logcat上显示以下输出。
我在哪里可以禁用远程配置功能,甚至可以设置那些不存在的值?
依存关系:
// Project
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
classpath 'com.google.firebase:firebase-plugins:1.2.0'
classpath 'io.fabric.tools:gradle:1.26.1'
// Module
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.android.support:preference-v7:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'org.jsoup:jsoup:1.11.3'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.google.firebase:firebase-core:16.0.8'
implementation 'com.google.firebase:firebase-messaging:17.5.0'
implementation 'com.google.firebase:firebase-perf:16.2.4'
implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.jsibbold:zoomage:1.2.0'
implementation 'com.android.support:exifinterface:28.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
Run Code Online (Sandbox Code Playgroud)
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'fpr_vc_trace_sampling_rate'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'fpr_vc_trace_sampling_rate'.
Run Code Online (Sandbox Code Playgroud)
我认为这并不会引起任何问题,只是会烦扰控制台。
Hrk*_*Hrk 44
Firebase对我的错误报告的答案:
似乎您收到有关远程配置的警告。我们设法进行了复制,我们的工程师已经确认这是按预期进行的。发生这种情况是因为您的应用程序中添加了Performance Monitoring SDK。这是因为性能监控在内部使用Firebase远程配置。但是,我们的工程师已经确认,他们将在将来尝试减少这些警告。目前,您可以忽略这些内容,因为这只是一个警告,并不影响应用程序的性能。
Rus*_*zov 12
它来自“ firebase-perf”的最新版本(例如16.2.5),因为它具有内部的“ firebase-remote-config”依赖项。我有同样的问题,但我不知道如何正确修复此日志垃圾邮件(logcat中的“像这样的折叠线”选项除外)。我希望Firebase小组能尽快解决。
| 归档时间: |
|
| 查看次数: |
5603 次 |
| 最近记录: |