MonoDroid: Global Error Handler

后端 未结 3 738
你的背包
你的背包 2020-12-21 04:53

Is there a way to create a global error handler for MonoDroid? My debugger is broken so I need a way to see the exception info while the application crashes.

3条回答
  •  抹茶落季
    2020-12-21 05:29

    Most (all?) unhandled exceptions should end up in the Android debug log:

    http://docs.xamarin.com/android/advanced_topics/android_debug_log

提交回复
热议问题