ios - Handling exceptions thrown outside of a try/catch block with Xamarin Insights -
ios - Handling exceptions thrown outside of a try/catch block with Xamarin Insights -
it understanding xamarin.insights study uncought exceptions.
in tests, when exception thrown outside try/catch block, insights log shows crashed event though no exception details attached. design or missing something?
also effort invoke track or study within uncaught exception handler doesn't produce events/reporting in log. after restart app.
appdomain.currentdomain.unhandledexception += (object sender, unhandledexceptioneventargs e) => { insights.report(e.exceptionobject); }; i using insights 1.7
you need upload dsym files xamarin.insights associated every ios app create available in release configuration. stack traces symbolicated.
also, still issue because insights has been reworked quite since 11/2014...
ios xamarin
Comments
Post a Comment