owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.81k stars 3.05k forks source link

Better crash tracking #4218

Open jesmrec opened 10 months ago

jesmrec commented 10 months ago

When a crash related to the system happens, app stops logging and no trace about the crash appears in logcat or log files after reopening the app. For that reason, we should look for a solution that help us to get information about the crash to fix it.

Posibilities:

In this issue, we should explore options and determine if some of then fits better our case and helps to improve the crash tracking tasks.

TASKS

michaelstingl commented 10 months ago

I remember NewPipe has some magic crash handling. Anything we could learn?

jesmrec commented 10 months ago

Report crashes through the automated crash report system of NewPipe

@theScrabi any hint about this? something that could help us?