Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion osu.Android/osu.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Maui.Essentials" Version="10.0.51" />
</ItemGroup>
<!-- Mono runtime environment variables baked into the APK. Enables Mono's
--jitmap output (read by Native/crash_handler.cpp's resolveViaPerfmap()
jitmap output (read by Native/crash_handler.cpp's resolveViaPerfmap()
to symbolicate JIT frames in native_crash.log) and redirects TMPDIR so
the perfmap lands in the app's external-files dir (same place as the
crash log). See mono.env for details. -->
Expand Down
Loading