bruno-garcia / crashy

What type of crashes do you currently monitor? This library offers many example crashes to verify that.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashy

Crashy

A .NET library with a series of ways to crash an application. Particularly native crashes for different platforms. This library is useful to test your crash reporting service.

Via .NET, you an trigger crashes such as:

Managed

  • C# exceptions on a non-background thread
  • C# exception throw from a task
  • Unobserved task exception (non fatal)

Android

  • Kotlin exception on a background thread
  • Kotlin exception thrown - can be caught in C#

macOS

  • Objective-C exception
  • C++ exception
  • Rust panic
  • Segmentation fault (C++ and Objective-C libs)

Acknowledgements

About

What type of crashes do you currently monitor? This library offers many example crashes to verify that.

License:MIT License


Languages

Language:C# 90.6%Language:Objective-C 3.4%Language:Kotlin 2.7%Language:C++ 2.3%Language:Rust 1.0%