Is it safe to manually generate .appxsym and .appxupload for Windows Store Apps crash analysis?

只谈情不闲聊 提交于 2019-12-05 12:21:52

Yes. This is fine. As you note, the appxupload's format is documented as being a zip archive containing the .appx and .appxsym files, and the .appxsym file is a compressed file with the app's public symbols. The appx and its creation is documented in App packages and deployment

Generating this yourself or generating it through VS will give essentially identical results, barring differences in the appxupload's contents (most likely different appx options or processing).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!