I have device with very poor debug capabilities, and it's inside car, can't connect it to PC. My program works on 3 different emulators and on my personal phone. but in car it sometimes crashes(like exception). I have no idea in which place of program it happens, so I can't just do try...catch
and save printStackError. But I want save exception which leads to program termination to txt file.
All founded answers going to try...catch
which not an option.
Does Android have something like onCrash
or similar.
Update 1:
I can't use Google play or google-services, because it's standalone application without Google play on device.