【发布时间】:2018-05-29 10:46:16
【问题描述】:
在 C# UWP 中有没有办法记录这个错误的堆栈跟踪?
因为,应用程序崩溃了,并且没有任何信息可以帮助确定发生这种情况的原因。
我正在使用 HockeyApp 来跟踪和记录错误。
这是输出的样子:
UWP_Destiny!<BaseAddress>+0x751e6c
UWP_Destiny!<BaseAddress>+0x76f936
UWP_Destiny!<BaseAddress>+0x76f864
Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule.CoreApplication_UnhandledErrorDetected(Object sender, ApplicationModel.Core.UnhandledErrorDetectedEventArgs e)
布局周期占我应用中所有错误的 80% 以上,我无法在我的计算机上重现它。
【问题讨论】:
标签: c# logging uwp unhandled-exception