Crash Log on Windows Phone 7 device
NickName:Jirapong Ask DateTime:2010-11-30T18:07:55

Crash Log on Windows Phone 7 device

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.

Is there a way to get a crash log from Windows Phone 7? (like iPhone).

Copyright Notice:Content Author:「Jirapong」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/4312479/crash-log-on-windows-phone-7-device

Answers
Francesco De Vittori 2010-11-30T11:10:49

You can easily create your own crash report. Basically this is what you have to do:\n\n\nIn your App class add an handler for the UnhandledException event\ninside the handler prepare a log with everything you need (stacktrace, memory allocated, etc.)\nuse an email composer Task to send the report.\n",


More about “Crash Log on Windows Phone 7 device” related questions

Crash Log on Windows Phone 7 device

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. Is there a way to get a cras...

Show Detail

Crash Log on Windows Phone 7 device

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. Is there a way to get a cras...

Show Detail

Debug on Windows phone 7 DEVICE

I am new to windows phone 7 development. I want to run/debug my WP7 app in connected device, when i change target to windows phone device(from windows phone emulator) in VS 2010, its unable to run ...

Show Detail

Windows Phone app crash on device

I make installed app on windows phone which crash but when I run in windows emulator it did not crash I have button where I load page which have browser and I try to load there Code for button cl...

Show Detail

App hangs my Windows Phone 7 phone

I am currently developing an app that seems to hang my Windows Phone 7 phone. If I start the application and then press the home button or use the back arrow and then repeat this several times then...

Show Detail

How to access log output from real windows phone 8 device

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 develop...

Show Detail

How to access Device Crash Logs on Windows Phone 8.1

We are developing a video rendering app for windows phone 8.1 and are hitting a roadblock. The phone restarts when we call VideoComposition.RenderToFileAsync to combine multiple video clips. It only

Show Detail

Debugging Windows Phone 7 device traffic with Fiddler

I followed all the steps from the article but when I try to hit the server from my windows phone it says there is a dns error. Article for reference. http://blogs.msdn.com/b/fiddler/archive/2011/0...

Show Detail

Can I use a Windows phone 7 as device with Windows phone 8 SDK

I'm just confused, I just began Windows Phone programming and I was asking myself : can I use a Windows phone 7 (HTC HD7) as device in Visual Studio 2013 and SDK for Windows Phone 8? (sorry, mayb...

Show Detail

What is Windows Phone 7/8 device driver model?

What is the device driver model for Windows Phone 7/8 ? I heard sometime back Windows using same philosophy as in iOS where in app can run both on desktop and mobile so I was in impression both Win...

Show Detail