Logging if applications keeps crashing #42

Closed
opened 2021-01-01 14:47:42 +00:00 by arwagner · 4 comments

There seems to be no possibility to read or submit the logs if the applications keeps crashing and one has to wipe the users data. This effectively seems to wipe the logs as well.

It might be helpful to catch the exception fired in this case and offer to send the log report directly.

isRelatedTo: #32

There seems to be no possibility to read or submit the logs if the applications keeps crashing and one has to wipe the users data. This effectively seems to wipe the logs as well. It might be helpful to catch the exception fired in this case and offer to send the log report directly. isRelatedTo: #32
Starfish added the
enhancement
label 2021-03-13 07:46:39 +00:00

I have added some catch-clauses indeed :-). However, you basically cannot "catch" the whole app and make the data available without compromising privacy.

I guess most apps at the official google app store do it by using Googles Firebase Crashlytics, but that is not an option here. I believe that this really compromises privacy if an app sends crash reports without asking you for consent. (And to ask for consent, you need to open the app sucessfully.)

Will further improve to catch the errors were possible. :-)

I have added some catch-clauses indeed :-). However, you basically cannot "catch" the whole app and make the data available without compromising privacy. I guess most apps at the official google app store do it by using Googles Firebase Crashlytics, but that is not an option here. I believe that this really compromises privacy if an app sends crash reports without asking you for consent. (And to ask for consent, you need to open the app sucessfully.) Will further improve to catch the errors were possible. :-)

However, you basically cannot "catch" the whole app and make the data available without compromising privacy.

Ic. Then we're out of luck here of course. Lesson learend for me: no /var/log/syslog

is not an option here. I believe that this really compromises privacy if an app sends crash reports without asking you for consent

Agree. I like your approach.

> However, you basically cannot "catch" the whole app and make the data available without compromising privacy. Ic. Then we're out of luck here of course. Lesson learend for me: no `/var/log/syslog` > is not an option here. I believe that this really compromises privacy if an app sends crash reports without asking you for consent Agree. I like your approach.

I think this could be approached via adb. If the results in #91 (comment) were usefull, I'd add some instructions on how to do it to the Readme.

I think this could be approached via `adb`. If the results in https://codeberg.org/Starfish/TinyWeatherForecastGermany/issues/91#issuecomment-247010 were usefull, I'd add some instructions on how to do it to the Readme.

This is addressed using adb as described in the README.md

isRelatedTo: #95

This is addressed using `adb` as described in the README.md isRelatedTo: #95
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Starfish/TinyWeatherForecastGermany#42
There is no content yet.