Firebase Crash produces ANR during launch

前端 未结 4 1385
甜味超标
甜味超标 2020-12-15 05:34

Recently I got feedback and also I was able to reproduce it easily on my Nexus 5 with cleared app data. Simply, when adding compile \'com.google.firebase:firebase-crash:

4条回答
  •  渐次进展
    2020-12-15 06:13

    The issue has been introduced with the Google Play Services 9.6.80 (currently in rollout) and affects all the apps using the Firebase Crash reporting (despite of the version bundled in your app).

    • Temporary solution: disable Firebase Crash by removing the following entry from the build.gradle:

      compile 'com.google.firebase:firebase-crash:9.x.x'

    • Long term solution: wait that Google releases a fixed version of the GPS before enabling Firebase Crash again.


    UPDATE 09/16:

    Google is rolling out a fixed version of Google Play Services (9.6.83) which addresses the issue with Firebase Crash.

提交回复
热议问题