Windows Store Dashboard中的Symbolicate堆栈跟踪 [英] Symbolicate stack traces in Windows Store Dashboard

查看:57
本文介绍了Windows Store Dashboard中的Symbolicate堆栈跟踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,

在仪表板的分析部分中,我们可以看到我们的应用程序的一个特定崩溃和相应的堆栈跟踪。不幸的是,堆栈跟踪没有符号化,
即使公共符号包含在* .appxupload中。




我们如何检索应用程序中的信息(例如类,方法和行号)来调试崩溃:



1 System_ni System.Collections.ObjectModel.ObservableCollection_1 [[System .__ Canon,_mscorlib]]。OnCollectionChanged 0x48

2< OUR_APP> UNKNOWN 0x62

3
< OUR_APP> UNKNOWN 0x2E

4 System_ni System.ComponentModel.PropertyChangedEventHandler.Invoke 0x2

5
< OUR_APP> UNKNOWN 0x30

6
< OUR_APP> UNKNOWN 0x2C

7
< OUR_APP> UNKNOWN 0xBB

8
< OUR_APP> UNKNOWN 0x2A



请帮忙。

Dear all,
within the analytics section of the dashboard, we can see one particular crash and corresponding stack trace of our app. Unfortunately, the stack trace is not symbolicated, even though, public symbols were included in the *.appxupload.

How can we retrieve the information (e.g. classes, methods and line numbers) within our app to debug the crash:

1 System_ni System.Collections.ObjectModel.ObservableCollection_1[[System.__Canon,_mscorlib]].OnCollectionChanged 0x48
2 <OUR_APP> UNKNOWN 0x62
3 <OUR_APP> UNKNOWN 0x2E
4 System_ni System.ComponentModel.PropertyChangedEventHandler.Invoke 0x2
5 <OUR_APP> UNKNOWN 0x30
6 <OUR_APP> UNKNOWN 0x2C
7 <OUR_APP> UNKNOWN 0xBB
8 <OUR_APP> UNKNOWN 0x2A

Please help.

推荐答案

你好F.Moeller,

Hello F.Moeller,

>>在仪表板的分析部分,我们可以看到我们的应用程序的一个特定崩溃和相应的堆栈跟踪。

>>within the analytics section of the dashboard, we can see one particular crash and corresponding stack trace of our app.

请在本地调试您的应用程序以查看是否可以重现此问题。崩溃日志包含许多信息,这些信息也可能与设备或客户机器上的其他内容有关。

Please debug your app locally to see if you can reproduce this issue. The crash log contains so many info which may also related to device or some other things on customer's machine.

您是否曾在项目中编写过一些日志?例如,编写异常信息并在创建自己的记录器类时编写创建时间。我认为如果您有一些错误,可以使用这种方式记录它们如果没有记录,那也可能与你的
客户的机器/环境有关。论坛上的社区很难知道原因。

Have you ever write some logs in your project? For example, write exception info and write create time when create your own logger class. I think if you have some error you can use this way to log them. If it is not logged, that may also related to your customer's machine/environment. It is hard for community on the forum to know the reason.

祝你好运,

Barry


这篇关于Windows Store Dashboard中的Symbolicate堆栈跟踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆