Found 2 packages
Small utility to dump crash file for further analysis. Just add this 2 line of code: Application.ThreadException += (sender, args) => MiniDump.Writer.SendReport("crash"); AppDomain.CurrentDomain.UnhandledException += (sender, args) => { MiniDump.Writer.SendReport("crash"); };
Ready to Xamarin & .NET Core, Thread.Task Replacer Implementation. Dump task lyfecycle, Detect zombie thread. It's a Thread.Task Replacer Implementation, to Visualize the state of Thread.Task. Dump Task-Info to the console at creation / start / completion. Task-Info includes information such as the name of the class in which the task was generated, the thread ID for executing the task, the time when the task was started, and so on.