Skip to content

Commit

Permalink
[runtime] Enable signal chaining for Xamarin.Mac apps. (xamarin#3631) (
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 5, 2018
1 parent 5558012 commit e45a218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/launcher.m
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@

initialize_cocoa_threads (NULL);
init_logdir ();
mono_set_signal_chaining (TRUE);
mono_set_crash_chaining (TRUE);
}

#define __XAMARIN_MAC_RELAUNCH_APP__ "__XAMARIN_MAC_RELAUNCH_APP__"
Expand Down

0 comments on commit e45a218

Please sign in to comment.