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