Skip to content

Commit 1462a1e

Browse files

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ The baseline profile for this app is located at [`app/src/main/baseline-prof.txt
140140
It contains rules that enable AOT compilation of the critical user path taken during app launch.
141141
For more information on baseline profiles, read [this document](https://developer.android.com/studio/profile/baselineprofiles).
142142

143-
> Note: The baseline profile needs to be re-generated for release builds that touch code which changes app startup.
143+
> [!NOTE]
144+
> The baseline profile needs to be re-generated for release builds that touch code which changes app startup.
144145
145146
To generate the baseline profile, select the `benchmark` build variant and run the
146147
`BaselineProfileGenerator` benchmark test on an AOSP Android Emulator.

0 commit comments

Comments
 (0)