gpt4 book ai didi

android - FirebaseRemoteConfig 错误 "No value of type ' String' 存在参数键“

转载 作者:IT老高 更新时间:2023-10-28 22:14:11 28 4
gpt4 key购买 nike

我正在使用 Firebase Core 和其他一些功能,但不是远程配置。每秒多次以下输出在 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'
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'.

我认为这并没有造成任何问题,只是令人讨厌它向控制台发送垃圾邮件。

最佳答案

Firebase 对我的错误报告的回答:

您似乎收到了一些有关远程配置的警告。我们成功地进行了复制,我们的工程师已经确认这是按预期工作的。发生这种情况是因为在您的应用中添加了性能监控 SDK。这是因为性能监控在内部使用 Firebase 远程配置。但是,我们的工程师已经确认他们将在未来尝试减少这些警告。目前,您可以忽略这些,因为它只是一个警告,不会影响应用的性能。

关于android - FirebaseRemoteConfig 错误 "No value of type ' String' 存在参数键“,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55510223/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com