-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Dex Layout reordering requires non-minified benchmark build #992
Comments
Can you specify the issue more ... |
+1 Can you explain what "Dex layout reordering" is? I found nothing while search for these terms. |
I guess it is |
Thanks a lot for the link. android {
experimentalProperties["android.experimental.r8.dex-startup-optimization"] = true
} |
- Disable minification - Enable `android.experimental.r8.dex-startup-optimization` Closes android#992
can i pick this up |
Thanks @priyanshnama. With already #1020 in flight to address this issue there is no need for another approach at this time. |
The switch to not use a specific build type but rely on the Baseline Profile Gradle plugin to provide the right build type makes this bug obsolete. |
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
We can enable Dex layout reordering to use startup profiles. To use them, the benchmark build needs to have
isMinifyEnabled = false
.Relevant logcat output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: