Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve crash reporting system #1332

Closed
lorenzoPrimi opened this issue Jan 27, 2021 · 0 comments · Fixed by ooni/probe-android#409 or ooni/probe-ios#419
Closed

Improve crash reporting system #1332

lorenzoPrimi opened this issue Jan 27, 2021 · 0 comments · Fixed by ooni/probe-android#409 or ooni/probe-ios#419
Assignees
Labels
enhancement improving existing code or new feature interrupt ooni/probe-mobile issues related to OONI Probe mobile priority/high

Comments

@lorenzoPrimi
Copy link

The actual crash report system doesn't work as expected:

  • It is not possible to create a view of the issues and navigate it. Every time we click (or control-click) on an item, we navigate away from the list of crashes.
  • There is not a working filter view for crashes, the fixed ones remain in the list, the old ones mixing with the new ones, and even more crashes that are the same are inserted multiple time with no join whatsoever.
  • iOS crashes are not symbolicated and we need to run a command-line command for every crash.

For these reasons we will look how to improve this report system to give our users a more pleasant experience with the aim to fix every crash as soon as we get it.

@lorenzoPrimi lorenzoPrimi added effort/M enhancement improving existing code or new feature interrupt ooni/probe-mobile issues related to OONI Probe mobile priority/high labels Jan 27, 2021
@lorenzoPrimi lorenzoPrimi added this to the Sprint 31 - Rhincodon milestone Jan 27, 2021
@lorenzoPrimi lorenzoPrimi self-assigned this Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improving existing code or new feature interrupt ooni/probe-mobile issues related to OONI Probe mobile priority/high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant