This is not going to be too specfiic, but maybe om...
# compose
m
This is not going to be too specfiic, but maybe omeone can point me in the right direction at least. We get very weird random crashes (sometimes it's NPE, sometimes IndexOutOfBounds and sometimes low level stuff like SIGSEGV). It can be reproduced by rapidly clicking a refresh button which asynchronously (but quickly, think milliseconds) updates the composable state. Only on production (non-debuggable, proguarded) builds.
👀 2
well, believe it or not, but it's Sentry library which messes things up. We're not sure yet, but it probably has some compiler plugin which taps into every place which throws exceptions and tries to log them all (for whatever twisted reason). and compose throws and catches lots and lots of exceptions on some ui interactions. Maybe this helps someone. Will post update if I have more details