android / performance-samples

Samples to show APIs and best practices in Performance on Android
https://d.android.com/topic/performance/overview
Apache License 2.0
1.27k stars 214 forks source link

Does Baseline profile generation requires nonMinified Release? #278

Closed hellosagar closed 7 months ago

hellosagar commented 7 months ago

Recently, we decided to switch to the Baseline profile plugin from the non-plugin approach. We are generating profiles on Firebase test labs. The plugin adds two flavors: nonMinified and Benchmark. I would like to know if both the app module and the benchmark module APKS should be non-minified for the baseline profile generation.

I couldn't find a clear mention of it in the documentation.