Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android] update AOT profile for servicing (#23765)
Tested with .NET 8, it appears that a resonable number of MAUI code changes have made the AOT profile slightly out of date. Just updating it, and testing a `dotnet new maui` project on a Pixel 7: Before: Average(ms): 444.5 Std Err(ms): 4.19324854180304 Std Dev(ms): 13.2602161872774 After: Average(ms): 434.8 Std Err(ms): 3.77359245282264 Std Dev(ms): 11.933147112141 I also fixed some NRT warnings in the app used for recording profiles.
- Loading branch information