summaryrefslogtreecommitdiffstats
path: root/tests/lib/Support
Commit message (Collapse)AuthorAgeFilesLines
* Add breadcrumb support to crash reportersChristoph Wurst2018-09-051-0/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a mechanism to register crach reportersChristoph Wurst2017-11-141-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>