Bug P2
Status Update
Comments
pi...@naverz-corp.com <pi...@naverz-corp.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Expected output
What is the expected output?
Current output
What is the current output?
Description
I want to generate a version of performance-samples project.
app-release.aab
withoutbaseline.prof
. However, I discovered thatbaseline.prof
is being created inside the generated aab file, even though there is no such configuration code in thebuild.gradle
like below or nobaseline-prof.txt
. Relevant code can be referenced in the attachedmacrobenchmark.zip
file andapp-release.aab
file. It is similar to having deleted the files in thegeneration
>baselineprofile
folder located underrelease
in theAdditionally, even when I change the option to
automaticGenerationDuringBuild = false
,baseline.prof
continues to be created inside the aab file. I would like to know if there is a plugin bug fix or a workaround to preventbaseline.prof
from being included in theapp-release.aab
.