Yann Badoual
10/16/2020, 7:10 PMHalil Ozercan
10/16/2020, 7:11 PMAndrey Kulikov
10/17/2020, 1:07 AMAlexandre Elias [G]
10/17/2020, 1:33 AMadb shell cmd package compile -r [install|bg-dexopt] pkg_name
Yann Badoual
10/21/2020, 10:58 AMlouiscad
10/28/2020, 12:55 PMSergey Y.
10/28/2020, 1:19 PMZach Klippenstein (he/him) [MOD]
10/28/2020, 4:23 PMdex2oat
with the speed
compiler filter also fix this? (reading documentation at https://source.android.com/devices/tech/dalvik/configure)we’re considering adding an AOT compile list for known Compose hot functions to Android Studio “Run” workflowWould love to see this exposed for command-line builds as well, both for local development as well as running UI tests. We also have a bit of a strange use case, we deploy android apps to custom devices which have storage restrictions that prevent us from using the
speed
filter on all the apps indiscriminately, but we could probably use a specific profile just for compose code.Alexandre Elias [G]
10/29/2020, 12:37 AMdex2oat
with --compiler-filter=speed
also works. (I specifically tried that when I last investigated the issue)dex2oat
compile based on the user's local profile of recently installed apps