Crash Log on Windows Phone 7 device

前端 未结 2 535
梦毁少年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:03

    You can also check BugSense which is a cross-platform(iPhone,Android and Windows Phone) tool that collects and analyzes crash reports from mobile apps.

    Disclaimer: I have developed the WP7 plugin.

    0 讨论(0)
  • 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.
    0 讨论(0)
提交回复
热议问题