如何使用 WER 请求额外数据?
我是 WER 的新手(实际上,几天前才注册)。
我已经成功建立了一个帐户并将我的测试应用程序映射到它。
但是,当我调用未处理的异常时,我发现没有收集任何其他文件(解决方案中心有正确的报告,BucketID <> 8,尚未到达 winqual,但至少已发送)。
我预计会收集 Version.txt、AppCompat.txt 和 minidump.mdmp 等文件。我还尝试使用 WerRegisterFile 函数添加文件。没有错误,但也没有发送任何文件。
我已阅读此内容thread - 它表示仅在服务器要求时才收集附加数据。所以,我的问题是(可能听起来很愚蠢,但是......):我如何请求额外的数据?我已经扫描了我的个人资料中的所有内容,但唯一有用的选项与产品相关/文件映射。
我觉得这应该是显而易见的(帮助中没有讨论),但是......我被困住了:(指示在哪里看的屏幕截图会很好:)
I'm new to WER (actually, just registered a few days ago).
I've managed to establish an account and map my test application to it.
However, when I invoke an unhandled exception, I see that no additional files are collected (there is proper report in Solutions center with BucketID <> 8, it is not arrived yet to winqual, but at least it was sent).
I expect that files like Version.txt, AppCompat.txt and minidump.mdmp will be collected. I also tried to add file by using WerRegisterFile function. No errors, but no files are sent either.
I've read this thread - it says that additional data is only collected, if server asks for it. So, my question is (may be it sounds stupid, but...): how can I request additional data? I've scanned everything in my profile, but the only useful options are related to product/file mappings.
I feel that this should be obvious (it's not discussed in help), but... I'm stuck :( A screenshot indicating where to look would be nice :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
奇怪的是,没有人回答这个问题,因为答案非常简单:)
您无法收集新错误的任何数据。错误报告应首先到达 WinQual。然后您可以查看报告(只有简短信息)并要求服务器收集文件、转储和附加信息。只有这样才会收集额外的数据。
It's strange that nobody have answered on that question, as the answer was a very simple :)
You can not collect any data for new errors. Error report should arrive on WinQual first. Then you can view a report (there is short info only) and ask server to collect files, dumps, additional info. Only then additional data will be collected.