We’re getting crashes only for minified builds… Any idea how I could go about debugging this issue?
a
We’re getting crashes only for minified builds… Any idea how I could go about debugging this issue?
c
I’m also getting this crash, if that can help, in my case it’s in a LazyList that uses an
AndroidView
in each cell
j
Can someone please file a bug with a minimal repro and post a link to the bug in this thread? cc @Mads Ager
a
Seems someone filed a bug https://issuetracker.google.com/issues/178508735 No minimal repro though. I may have time to make one for this since this is a blocker for our release
c
@allan.conda do you use firebase?
a
only for crashlytics and analytics
Update: I tried to replicate it on the compose-samples. However, All the apps crash at startup when with
NullPointerException
and I have no idea about the cause. The debug build works fine but the release crashes. Not sure if it’s the same cause.
Update: Found out it's only replicable in the emulator and it wasn't crashing on a physical device. So at least that makes the issue non-critical. I tried to replicate it in various ways in a minimal project but still failed to do so.