How to access log output from real windows phone 8 device

99封情书 提交于 2019-12-10 13:10:02

问题


I have to get access to a crash log on a windows phone 8 device.

I just deployed the XAP file there and it was successfully installed but seem to crash on startup.

I just started with wp8 development and looking for something similar like logcat for android.

Any tips for me to get the information? All my search revealed only information for output of debug-run...

I have Visual Studio 2012 Express, if this helps...


回答1:


There isn't a built-in crash log for wp apps unless it is published in the store where you can access these logs for your registered apps.

You will need the original code unless the original developer has implemented crash log reports to be sent through email or uploaded somewhere.

Note, if you deployed through the xap deployment tool you can check IsolatedStorage for the app using a tool like Windows Phone Power Tools. Maybe the original developer logs unhandled exceptions there.



来源:https://stackoverflow.com/questions/16938490/how-to-access-log-output-from-real-windows-phone-8-device

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