-
Notifications
You must be signed in to change notification settings - Fork 626
Closed
Labels
api: crashlyticspriority: p2triaged-acceptedTriaged planned to fix in a future releaseTriaged planned to fix in a future release
Description
[REQUIRED] Step 2: Describe your environment
Versions:
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.3.2'
implementation 'com.google.firebase:firebase-analytics-ktx:21.2.0'
[REQUIRED] Step 3: Describe the problem
We facing this issue for almost 3 months now. But recently the ANR count is insanely high as you can see in the above
From crashlytics:
main (timed waiting):tid=1 systid=19557
at jdk.internal.misc.Unsafe.park(Unsafe.java)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
at com.google.firebase.crashlytics.internal.common.Utils.awaitEvenIfOnMainThread(Utils.java:22)
at com.google.firebase.crashlytics.internal.common.CrashlyticsController.handleUncaughtException(CrashlyticsController.java:94)
at com.google.firebase.crashlytics.internal.common.CrashlyticsController$1.onUncaughtException(CrashlyticsController.java:94)
at com.google.firebase.crashlytics.internal.common.CrashlyticsUncaughtExceptionHandler.uncaughtException(CrashlyticsUncaughtExceptionHandler.java:26)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
at java.lang.Thread.dispatchUncaughtException(Thread.java:2306)
Relevant Code:
// TODO(you): code here to reproduce the problem
texclayton, slott, bnayagrawal, karthikeyan1241997, DouglasGiovanella and 14 morearlindiDev, emstylian, GP2Engine, amanwynk, akilanfidelis and 1 more
Metadata
Metadata
Assignees
Labels
api: crashlyticspriority: p2triaged-acceptedTriaged planned to fix in a future releaseTriaged planned to fix in a future release