AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Profiling on Debug Builds
It is totally valid to collect a profile from an emulator. It's more if you're looking at where are the performance hotspots in my code. That's when you sort of want to make sure that it's real. And just developing with the debug builds is easier, especially since I'm not writing an app that's getting released.