Hacker News new | ask | show | jobs
by tmpfs 848 days ago
Looks very neat and the website is polished too, good job.

I assume this would work for Flutter apps too but I would need to run using Android Studio instead of the flutter CLI - is that correct?

1 comments

For Android, we currently support only code written in JVM languages (Java/Kotlin) Our instrumentation transforms bytecode to provide automatic tracing of all functions. For Android Flutter app, we will instrument JVM code and libs (actually everything placed in `*.dex` files) but your Dart code would not be instrumented Thanks for the inquiry, feel free to reach out to me if you want to chat more!
Thanks for clarifying, that makes sense. I have a hybrid dart/rust app, so not much java code in there to profile. Neat idea to record video along with the profiling trace and wish you success.
Thank you!