I am using https://mobile.azure.com/ so I would like to know How can I do to log a manual exception?
Because I am using:
MobileCenter.Start("xxx-xx-xx-xx", typeof(Analytics), typeof(Crashes));
Analytics.SetEnabledAsync(true);
MobileCenter.SetEnabledAsync(true);
MobileCenterLog.Error("X1","x2",new Exception("Testing"));
and I can't see this exception in the portal.
any idea?