Closed Hessesian closed 1 year ago
Currently Baseline Profiles and running benchmarks are only supported for the base module when using dynamic feature modules.
Thanks for clarification, are there any plans on supporting this ? We have a project where core features are setup as install-time dynamic features and if we should change it to library, depending on planned support for this
We're working through several issues around feature modules with benchmarking. Have you tried fused install time modules?
Also, this is likely the issue you have described above.
Hi, I implemented these samples into official sample for acessing dynamic feature modules https://github.com/Hessesian/android-dynamic-code-loading
And when running the benchmark, it will not load the dynamic feature module data, presumably because of install command from android test plugin that will only install main apk instead of entire bundle, any suggestions or workarounds ? Thanks