Hello guys, is there any tooling or library to do ...
# compose
b
Hello guys, is there any tooling or library to do composition performance tracing on production? Something the can track the render time and recompositon count on per device. The
runtime-trace
library under androidx compose isn't meant for production and only for profiling, as the doc suggests.