Hi, I have a question related to ANR & firebas...
# android
j
Hi, I have a question related to ANR & firebase. What I want is to diagnose ANR in production app, and send an alert with slack bot. I use Firebase crashlytics but somehow it didn’t send any alert related to ANR.. (Other alerts came fine..) 1. Is it true that ANR is not being caught in Firebase Crashlytics? 2. How do we trace ANR in production..? Is it possible to
diagnose ANR in production app, and send an alert with slack bot
?
😶 4
l
Hello, This is not Kotlin related, so please, check the topic next time. ANRs come into the Google Play Console, and there's a library named ANR-Watchdog that might also help you send them your way.