Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

HockeyApp Exception logging

$
0
0

I am going to create a new app from scratch, and formerly I have been used a lot of

try
{
   ...
}
catch (Exception e)
{
   if (Xamarin.Insights.IsInitialized)
      Xamarin.Insights.Report(e);
}

How can I do this in HockeyApp?


Viewing all articles
Browse latest Browse all 204402

Trending Articles