I need to save some data every time the application closes, I did this by overriding the onStop
, onDestroy
, onPause
and it works, under normal conditions, more when the crash
app does not execute none of these override
and consequently does not save the data I need.
Would I have identified how the app stopped working (crash)?