|
|
|
|
|
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! |
|