C# Класс Stampsy.Extensions.Common.CrashReporting

Показать файл Открыть проект

Открытые методы

Метод Описание
HookCrashReporterWithMono ( System.Action crashReporterInitializationCode ) : void

If you're using a crash reporter that isn't aware of Mono, pass its initialization code as a parameter to this method. Otherwise, null exceptions may crash your app.

Learn more about the problem: http://stackoverflow.com/a/14499336/458193

Приватные методы

Метод Описание
sigaction ( Signal sig, IntPtr act, IntPtr oact ) : int

Описание методов

HookCrashReporterWithMono() публичный статический Метод

If you're using a crash reporter that isn't aware of Mono, pass its initialization code as a parameter to this method. Otherwise, null exceptions may crash your app.
Learn more about the problem: http://stackoverflow.com/a/14499336/458193
public static HookCrashReporterWithMono ( System.Action crashReporterInitializationCode ) : void
crashReporterInitializationCode System.Action
Результат void