Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

lib-crash: Allow reporting exceptions without crashing #2887

@pocmo

Description

@pocmo

In some situations you need to catch a certain type of exception (famous example: JSONException). In those situations often you can continue without crashing the app. In the case of an JSONException the cause is often that the JSON was different than what you expected. In those situations it would be nice to not only silently continue running but also report this exception (like a crash) via lib-crash. With that this error is visible to us and we can fix our code.

┆Issue is synchronized with this Jira Task

Metadata

Metadata

Assignees

Labels

<crash>Component: lib-crashE3Estimation points: 3🌟 featureNew functionality and improvements

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions