Crash Log on Windows Phone 7 device

前端 未结 2 538
梦毁少年i
梦毁少年i 2020-12-20 21:32

I don\'t have a WP7 device yet. Everything is functional in My App on a Simulator, but when my customer test it, app does not function at all. e.g. VDO is not playing.

2条回答
  •  無奈伤痛
    2020-12-20 22:10

    You can easily create your own crash report. Basically this is what you have to do:

    • In your App class add an handler for the UnhandledException event
    • inside the handler prepare a log with everything you need (stacktrace, memory allocated, etc.)
    • use an email composer Task to send the report.

提交回复
热议问题