by admin » Wed Jun 18, 2014 9:49 am
There are many scenarios on various Android devices why temporary save file don't work, there are literally thousands different Android devices and there is no way for us to test all of them. Other reasons can also be caused by other softwares installed and running on the device. The list of reasons includes:
- Utility or manager app running in the background that claims to optimize memory/space, but really erases your temporary safe files of other apps.
- Running low on battery on some Android devices will type the temporary safe file.
- Running low on memory on the main phone memory.
- Running low on memory where the app is installed (main or sd card)
- Manually going into settings to clear the app data.
- Uninstalling and reinstalling the app.
- Running too many apps simultaneously.
If force close is happening consistently, it's much better if we have a repro case for the force close so we can fix it since that would be within our control (for example we fixed some slow memory leaks that was causing force closes after playing for long time a few versions ago). But if it's one of those rare occasional force closes, it can also be caused by exactly same set of reasons listed above for losing the temporary safe file unfortunately.