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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -