Commit 857ebc5
fix: disable AndroidEnableMarshalMethods to fix startup crash with no logs
AndroidEnableMarshalMethods=true generates build-time P/Invoke stubs that can
crash in native code when combined with profiled AOT + trimming. The crash
bypasses managed exception handling, producing no crash logs — matching the
reported symptoms (black screen, rotated screen, silent crash).
The default runtime-generated P/Invoke trampolines are used instead.
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/900d2a81-5771-4a37-ab0c-f6d9bf79386e
Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>1 parent 92bb4b0 commit 857ebc5
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments