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 AMAlexandre Elias [G]
10/17/2020, 1:39 AMAlexandre Elias [G]
10/17/2020, 1:39 AMadb shell cmd package compile -r [install|bg-dexopt] pkg_nameYann 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)Zach Klippenstein (he/him) [MOD]
10/28/2020, 8:09 PMwe’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)Alexandre Elias [G]
10/29/2020, 12:41 AMAlexandre Elias [G]
10/29/2020, 12:51 AMdex2oat compile based on the user's local profile of recently installed appsAlexandre Elias [G]
10/29/2020, 12:54 AMAlexandre Elias [G]
10/29/2020, 12:57 AM