java.util.ConcurrentModificationException in activity onCreate

后端 未结 5 1985
情话喂你
情话喂你 2020-12-03 00:38

In a recent release where I added MoPub via Admob ad mediation I am seeing a bunch of ConcurrentModificationException in crash logs. It all seems to be native code and I am

5条回答
  •  情歌与酒
    2020-12-03 01:16

    In our case, we are only seeing the crash with

    com.google.firebase:firebase-analytics:17.2.2 
    

    reverting to 17.2.1 has fixed the problem

    This happens too if you are using firebase-core:17.2.2, because firebase-analytics is the same library rebranded. Take into account that as per official docs, current usage of firebase-core is deprecated -> https://firebase.google.com/support/release-notes/android#latest_sdk_versions

提交回复
热议问题