Closed
Description
[REQUIRED] Step 2: Describe your environment
- Android Studio version: Tried on both 3.6.3 and 4.0.0-beta05
- Firebase Component: Firebase IID (via messaging or installations
- Component version:
We have direct deps on:
FIREBASE_ANALYTICS = "17.3.0"
FIREBASE_MESSAGING = "20.1.5"
FIREBASE_PERF = "19.0.6"
FIREBASE_CRASHLYTICS = "17.0.0-beta04"
Firebase installations resolves to 16.2.1
[REQUIRED] Step 3: Describe the problem
We have a significant number of crash reports in crashlytics with this obfuscated stack trace:
Fatal Exception: java.lang.IllegalStateException
at com.google.firebase.iid.FirebaseInstanceId.zzl(FirebaseInstanceId.java:70)
at com.google.firebase.iid.FirebaseInstanceId.getId(FirebaseInstanceId.java:48)
at com.google.firebase.perf.internal.zzf.zzbv(zzf.java:181)
at com.google.firebase.perf.internal.zzf.zzbu(zzf.java:44)
at com.google.firebase.perf.internal.zzf.zzc(zzf.java:195)
at com.google.firebase.perf.internal.zze.run(zze.java:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
This is currently by far our largest open crash cluster
It is very similar to #1339, but I was advised by @TKBurner to create a new ticket since that was was marked closed in an older sdk version. I'm happy to provide any additional data that might help here.
Steps to reproduce:
We don't have a local repro for this issue, but it's certainly affecting people in the wild.
cc @andirayo who worked on the original issue