I'm currently developing an android app. I noticed a very rare error which Leeds to a crash of my app. Unfortunately, I had my smartphone never connected to my PC when it occurred. So, is there a way to automatically save all logs to server/ database (and especially the thrown run time exceptions). The error data should be overwritten on every start of my app, so that it contains only the logs of the last run... How can I achieve that?
Thanks Mahak Singhvi