Do you guys know a way to somehow log all events f...
# android
p
Do you guys know a way to somehow log all events from a flows in a app ? We would like to debug the all flows and log the data but I haven't found a mechanism.
k
Why would you want to do that? I suspect "log all emissions from all flows all the time" isn't really the solution to whatever problem you're facing
2
p
I totally agree with you but in my team alot of EventBus events are being replaced with SharedFlows and Flows so they requested if there would be a way to log when the flow is collected.
k
Hum, do you want to log when an event is emitted or when an event is received? Or when a component subscribes to a SharedFlow (literally the flow is collected)?