So I released a compose app for beta testing a few days ago and one of the testers experienced crashes while casually browsing the app. However, I don't see any crashes on crashlytics or ANRs on play console. Could this be related to compose?
c
Colton Idle
04/17/2021, 2:28 AM
Compose is only the UI toolkit... so I fail to see how that would prevent crashes from showing up in crashlytics. You could just insert an exception to be thrown in a debug build with crashlytics enabled to see if you can indeed see crashes coming through.
s
Se7eN
04/17/2021, 2:08 PM
Yep I can see other crashes but not the ones the user reported