Android Analytics receiver已为namespace=com.google.perception注册

Android Analytics receiver已为namespace=com.google.perception注册,android,Android,我的应用程序中有时会出现这种错误。我猜大约有五分之一的人会启动这个应用程序。当这个错误发生时,我再次启动这个应用程序,大多数情况下它都能正常工作。再重新启动一段时间后,错误再次发生。对我来说,这似乎有点随机 以下是“查看摘要”的一些屏幕截图: 我审查的只是应用程序包ID 我猜这与Firebase和FirebaseAnalytics有关,因为上面写着“com.google.perception”,但我真的不知道。 不管怎样,这里是模块: // Google Sign In SDK

我的应用程序中有时会出现这种错误。我猜大约有五分之一的人会启动这个应用程序。当这个错误发生时,我再次启动这个应用程序,大多数情况下它都能正常工作。再重新启动一段时间后,错误再次发生。对我来说,这似乎有点随机


以下是“查看摘要”的一些屏幕截图:

我审查的只是应用程序包ID


我猜这与Firebase和FirebaseAnalytics有关,因为上面写着“com.google.perception”,但我真的不知道。 不管怎样,这里是模块:

// Google Sign In SDK
    implementation 'com.google.android.gms:play-services-auth:19.0.0'

    // Firebase SDK
    implementation platform('com.google.firebase:firebase-bom:26.4.0')
    implementation 'com.google.firebase:firebase-database'
    implementation 'com.google.firebase:firebase-storage'
    implementation 'com.google.firebase:firebase-auth'
    implementation 'com.google.firebase:firebase-messaging'
    implementation 'com.google.firebase:firebase-analytics'

    // Firebase UI Library
    implementation 'com.firebaseui:firebase-ui-database:7.1.1'
    // --


    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.google.firebase:firebase-core:16.0.4'
但是,在代码中,firebase stuff不会在“开始”活动中调用,只会在用户必须首先启动的另一个活动中调用

也许是谷歌Admob的东西

    // ads
    implementation 'com.google.android.gms:play-services-ads:19.6.0'

我不知道原因是什么,也没有在互联网上发现这个错误。但我不能让一个应用程序在生产中随机崩溃,就像5次发布中有1次一样