Visual Studio App Center - 按时间查找诊断日志
Visual Studio App Center - find diagnostic log by time
我们有一个集成了 Visual Studio App Center 的 Xamarin 应用程序,根据我们的内部日志,它的崩溃很难追踪。
App Center 帐户配置为将其数据导出到 Azure Application Insights,以便更好地了解数据。
然而,在 AppInsights 中我只看到自定义事件,没有失败,尽管在 App Center 诊断部分报告了很多崩溃错误。
诊断中的问题已分组,但有没有办法按时间从 crash/error 中查找记录的数据?根据我们的内部日志,我们知道问题发生的时间,但想检查一下当时是否有一些崩溃记录到 App Center,有没有办法检查它?
从官方 docs 来看,Azure Application Insights 似乎没有像在 Azure Blob 存储中那样显式记录 "Crash" 数据。
此相同要求已记录为功能请求 here and here, that discusses the need in much greater detail. Please feel free to express your interest in getting this implemented by our internal Teams by elaborating the need and priority, and upvoting the request. Here is the Product's Roadmap 以进行跟踪。
同时,以下是我目前能想到的替代方案:
- Switch to Azure Blob Storage(我知道当你已经在使用不同的解决方案时很难进行切换,但这只是一个可用的选项)
- Call specific APIs for specific crash/error information
- 有关获取崩溃事件的更多信息here
- Errors and Export API 要探索的定义
希望对您有所帮助!
我们有一个集成了 Visual Studio App Center 的 Xamarin 应用程序,根据我们的内部日志,它的崩溃很难追踪。
App Center 帐户配置为将其数据导出到 Azure Application Insights,以便更好地了解数据。
然而,在 AppInsights 中我只看到自定义事件,没有失败,尽管在 App Center 诊断部分报告了很多崩溃错误。
诊断中的问题已分组,但有没有办法按时间从 crash/error 中查找记录的数据?根据我们的内部日志,我们知道问题发生的时间,但想检查一下当时是否有一些崩溃记录到 App Center,有没有办法检查它?
从官方 docs 来看,Azure Application Insights 似乎没有像在 Azure Blob 存储中那样显式记录 "Crash" 数据。
此相同要求已记录为功能请求 here and here, that discusses the need in much greater detail. Please feel free to express your interest in getting this implemented by our internal Teams by elaborating the need and priority, and upvoting the request. Here is the Product's Roadmap 以进行跟踪。
同时,以下是我目前能想到的替代方案:
- Switch to Azure Blob Storage(我知道当你已经在使用不同的解决方案时很难进行切换,但这只是一个可用的选项)
- Call specific APIs for specific crash/error information
- 有关获取崩溃事件的更多信息here
- Errors and Export API 要探索的定义
希望对您有所帮助!