Any idea how to debug Compose being busy in UI tes...
# compose
a
Any idea how to debug Compose being busy in UI testing context? I’m getting busy timeout failure and have no idea why.
Found the cause and filed a Compose issue: https://issuetracker.google.com/issues/214419707 I dug deep in my code until I commented out the part which causes recomposition. I detected recomposition by enabling Profile HWUI rendering
🙏🏻 1