Comment on I hate Android!
VibeSurgeon@piefed.social 2 hours ago
Mishandling an OOM killer event is generally speaking developer error.
Comment on I hate Android!
VibeSurgeon@piefed.social 2 hours ago
Mishandling an OOM killer event is generally speaking developer error.
bjoern_tantau@swg-empire.de 1 hour ago
To me it looks like sometimes Android is sending KILL instead of TERM. because sometimes it works like it should and sometimes it doesn’t. Not just with the one app.
VibeSurgeon@piefed.social 1 hour ago
If it’s an open source app, you could test what’s happening in
onSaveInstanceStateandonCreatewithsavedInstanceState/onRestoreInstanceState, maybe by attaching some tracing to it.