如何在Mobile Center中添加有关崩溃的其他信息

时间:2017-03-07 15:34:20

标签: xamarin mobile-center visual-studio-app-center

我开发了一个Xamarin.Android应用程序,并使用Xamarin.Insights获取有关崩溃或发生错误的信息。

由于该视频(https://www.youtube.com/watch?v=E_uOgl-sO5A&t=680s),我正在将此项目迁移到移动中心。

我想知道如何在崩溃报告期间添加有关崩溃的其他信息。 例如,我想知道用户是否连接到wifi,或用户的身份,或其他任何东西。 或者我想在try catch中报告错误,其中包含有关此时使用的异常捕获和实际变量值的信息。

使用Xamarin.Insight,非常简单:

string sAdditionnalInformation = exc.Message + sTitle + sDescription;
Insights.Report(exc, sAdditionnalInformation , Insights.Severity.Error);

我怎么能用Mobile Center做到这一点?

我在这里看到了文档:https://docs.microsoft.com/en-us/mobile-center/sdk/crashes/xamarin

我知道下面的方法可以手动报告崩溃,但我无法添加其他信息:

Crashes.GenerateTestCrash() 

我已经看过下面的事件,但我不知道如何添加附加信息。我没有找到任何关于此的文件。

Crashes.SentErrorReport

任何帮助都将非常感谢请: - )

1 个答案:

答案 0 :(得分:5)

移动中心目前尚不支持此功能,但在路线图上,请参阅此处的“崩溃”部分:https://docs.microsoft.com/en-us/mobile-center/general/roadmap

  

崩溃

     
      
  • 在门户网站
  • 中显示从Crashes SDK发送的附件