Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Using GameActivity.cpp:1122 when quickly leaving and resuming my game (sometimes gracefully quitting it). Back and forth, many, many times. Then boom!
GameActivity 4.0
, I'm able to get a crash atConfiguration
Pixel 9 Pro, Android 15, NDK 27.2.12479018
Crash
Running the crash dump in
ndk-stack
, it points atprefab-src/modules/game-activity/src/game-activity/GameActivity.cpp:1122:3
. Maybe theinsetsCallback_
function pointer is wrong?