C# Class Stampsy.Extensions.Common.CrashReporting

显示文件 Open project: stampsy/Stampsy.Extensions

Public Methods

Method Description
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

Private Methods

Method Description
sigaction ( Signal sig, IntPtr act, IntPtr oact ) : int

Method Details

HookCrashReporterWithMono() public static method

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
return void