Hacker News new | ask | show | jobs
by igorglad 846 days ago
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!
1 comments

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!