Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add breadcrumb support to crash reporters | Christoph Wurst | 2018-09-05 | 1 | -0/+15 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a mechanism to register crach reporters | Christoph Wurst | 2017-11-14 | 1 | -0/+68 |
This adds a crash reporter registry, which is meant for third party apps to hook into the error logging/reporting chain. This way, external tools like Sentry can be used to track and aggregate system crashes. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |