uwp app和未处理的异常

时间:2017-02-21 11:16:08

标签: c# uwp windows-10 unhandled-exception hockeyapp

我为Windows 10桌面创建了一个通用Windows平台应用程序。我正在使用HockeyApp来记录我的事件和异常。我是uploaded pdb symbols到我的HockeyApp帐户。 我得到了一个未处理的异常,这是日志:

MyApp!<BaseAddress>+0xe6890f
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xb41a69
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xb3c820
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xb3810a
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xbc7a30
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xbd4dc3
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xe68fc9
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x4ba96e
MyApp!<BaseAddress>+0xf22ade
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x50c81a
MyApp!<BaseAddress>+0x10227bb
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x69993e
MyLibrary!<BaseAddress>+0x497d7c
MyApp!<BaseAddress>+0xb1c72c
MyApp!<BaseAddress>+0xb1c6e6
MyApp!<BaseAddress>+0xb1c614
         Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule.CoreApplication_UnhandledErrorDetected(Object sender, ApplicationModel.Core.UnhandledErrorDetectedEventArgs e)

我如何使用此信息?我如何找到此异常的真正原因?有什么想法吗?

0 个答案:

没有答案
相关问题