我在Windows商店应用认证套件中测试了我的应用,我收到了以下错误:
Crashes and hangs test
PASSED
App launch tests
FAILED
Crashes and hangs
Error Found: The crashes and hangs test detected the following errors:
Application .............._neutral__jarrs3vj594qe was detected by Windows Error Reporting and experienced a crash or hang.
Impact if not fixed: An app that stops responding or crashes can cause data loss and is a poor user experience.
How to fix: Investigate, debug the executable(s) in question to identify and fix the problem, then rebuild and re-test the app.
Using Application Verifier Within Your Software Development Lifecycle
任何想法是什么原因造成的?
答案 0 :(得分:1)
查看这些tips for passing Windows certification。
http://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx#crashes_and_hangs_test上有关于崩溃和挂起测试的具体信息。阅读文章,但它建议采取以下纠正措施:
确保在测试计算机上启用了UAC。
确保在足够大的计算机上运行测试 屏幕。
如果您的应用无法启动且您的测试平台满足 ActivateApplication的先决条件,您可以解决问题 通过查看激活事件日志。要在中找到这些条目 事件日志:
1.打开eventvwr.exe并导航到Application and Services Log \ Microsoft \ Windows \ Immersive-Shell文件夹 2.过滤视图以显示事件ID:5900-6000 3.查看日志条目以获取可能解释应用程序未启动原因的信息。