ANRs after Compose BOM 2024.01.00 update #379
-
I have been experiencing ANRs in my project after upgrading to Compose BOM 2024.01.00 and I am also observing these on 2024.02.00. I could not get anything meaningful from the logs, but I managed to narrow down the issue and it seems to be related to molecule AND my project. When I move my presentation logic from the view to a view-model using molecule I start seeing ANRs:
However, if I create an empty project and implement the same test in isolation I do not get an issue. I got a report from Crashlytics this morning, here is a sample stacktrace:
I am struggling to narrow the problem down far enough to even considering raising an issue, but I thought I would reach out in case anyone else is facing this or could maybe have a notion of what the problem could be. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
UPDATE: it seems updating |
Beta Was this translation helpful? Give feedback.
By the way this was also filed as an issue (#396) and is now filed upstream on Compose itself.