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