How to capture iOS crashes in MonoTouch application
问题 We have logging in place for any .Net Framework exceptions that occur in our iPad MonoTouch application and can get these back to our support department to help analyze and resolve issues. However, if the application crashes due to an iOS error (i.e. sigsev), we are unsure how to capture that information or tell our very unsophisticated users how to obtain and provide it to us. Can anyone offer any guidance on this? 回答1: Crashes will often (but not always, e.g. out-of-memory) create crash