Xamarin Android Error Handling and Logging

Just ending up with the Xamarin Android implementation and general agreement online is that you cannot catch and handle generic exceptions in Xamarin. From what I can tell, the best you can do is try to log the error before exiting the application completely (but cannot stop this attempt).

There seems to be only third party options available to generate error logs in the cloud service, which I would rather not pay for.

Could you please confirm:

1 - How accurate are my comments above? 2 - Are there any reliable free cloud services to dump logs on?

thank

+3


source to share


2 answers


  • I'm not entirely sure that there is no way to handle generic exceptions.

  • I am using Raygun . They already have a good plugin for Xamarin and it's very easy to install.



0


source


Check out this Xamarin Insights Xamarin Insights by Xamarin - cloud bug and performance dashboard



0


source







All Articles