【发布时间】:2018-02-09 11:50:04
【问题描述】:
我的 Xamarin (PCL) Android 应用程序在发布时突然随机崩溃。即使您当前没有使用它,有时也会发生这种情况,然后出现应用停止工作的消息。
我想知道,是否有任何方法可以跟踪正在发生的事情,也许有一些我可以查看的日志,或者其他任何东西来找出问题,因为我说它是随机发生的,很难找到问题。
非常感谢。
【问题讨论】:
-
尝试集成 Insights 以获得崩溃报告:developer.xamarin.com/guides/insights
-
Application Insights 现已弃用。请尝试使用 HockeyApp 或考虑 MobileCenter。访问:hockeyapp.net或visualstudio.com/app-center
标签: c# android xamarin xamarin.forms xamarin.android