Android Question Firebase : "New Fatal Cluster"

Pere Vinyes

Member
Licensed User
Longtime User
All was fine: compilation and functionality tests... but after one day in Google Play an email with this information was received:

New fatal cluster
Cvj52vFVxSfNWI4XcQgZJvyDSATy77fAyZvSRAMKVOONvK0uQn8NBMx1LyeaDGUkZ7c8xyQ-UiwGXlRWUvEpiia0Euc3wL-kBn8aWPjlGZmGgxBZpTyJRZgJuD9RVkPun0e9m8odWw=s0-d-e1-ft


Your app recently experienced an error that hasn't been seen before. An error cluster has been created to track it, with details below.
App
J7w6_aLkbjQLGpv1MoFlxwco0IgQpTgnnWHIPT7hCqA8db71BC5Te8PAOwKVrnMw3xWvSOll7XuMihVLJLMKYMSC9meofnyv_lJkBZ8v-u46LReAP-ZiTQ1DLx3CSC4nJwdjdLX6rsJ3IUDRyqS4=s0-d-e1-ft

com....
Fatal error
java.lang.IllegalArgumentException
First seen version
24
File
ContextImpl.java
Stack trace
java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.google.android.gms.analytics.service.START (has extras) } at android.app.ContextImpl.validateServiceIntent(ContextImpl.java:1691) at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1790) at android.app.ContextImpl.bindService(ContextImpl.java:1768) at android.content.ContextWrapper.bindService(ContextWrapper.java:538) at com.google.analytics.tracking.android.AnalyticsGmsCoreClient.connect(AnalyticsGmsCoreClient.java:82) at com.google.analytics.tracking.android.GAServiceProxy.connectToService(GAServiceProxy.java:279) at com.google.analytics.tracking.android.GAServiceProxy.createService(GAServiceProxy.java:163) at com.google.analytics.tracking.android.GAThread.init(GAThread.java:95) at com.google.analytics.tracking.android.GAThread.run(GAThread.java:493)


Do you know the meening or what is wrong. What may I do?

Thanks
 
Top