Comment on I hate Android!
bjoern_tantau@swg-empire.de 52 minutes agoTo 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.
Comment on I hate Android!
bjoern_tantau@swg-empire.de 52 minutes agoTo 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 41 minutes ago
If it’s an open source app, you could test what’s happening in
onSaveInstanceStateandonCreatewithsavedInstanceState/onRestoreInstanceState, maybe by attaching some tracing to it.