Recent user feedback, the application has a crash, but the local debugging can not reproduce the problem, of course, I think of Microsoft's developer dashboard, can see the Carsh record for a period of time, but the dashboard generated Carsh record is not real-time, and the resulting report view is very inconvenient, Is there any other way to crawl the app's crash record?
In fact, there are some third parties have provided the corresponding tool plug-ins, such as Foreign utest (http://www.utest.com/), Mtiks (http://www.mtiks.com/), the domestic nine (HTTP// Www.windows.sc and so on, younger brother English is rotten, only studies the domestic nine secluded plug-in, discovers the integration is relatively simple, the data crawl compares real-time, here organizes the method and the experience to share to everybody.
First of all, nine of the plug-in integration is very simple, through the NuGet integration this must give a praise, in the NuGet search jiuyou and then choose Nine data statistics plug-in integration can be, integration is easy, not ink, do not understand the next to their backstage help document look under.
This plugin is used to do data statistics, nine of the background report a lot of bright spots, here little show my users of the global distribution ~
Of course, what we're discussing today is not data statistics, "Error analysis" navigation found in the background:
Look down, there is a crash, and every day, from the error rate is OK, is a small range of events, then the next step needs to look at the detailed Carsh record (the official document said that the crash information is generated on the other days, but I found it seems to be real-time, this needs to be confirmed).
I took a look at the error list, and I wiped it so much!
Looked carefully, should be in the background to the version of the distinction, the same error in different versions of the occurrence is also listed, but also lists the first occurrence time and the last occurrence of the time, I found in several releases later released some of the errors are not reproduced.
Click on a today's error record to see
Find the problem, the error record of the more detailed, the following can also be seen in the error of the model and system ~ Finally, the debug packet re-released ~
Summary: Little brother began to do Windows app development, will often send some experience and development notes, if you can help everyone I am very happy, if you think I write something relatively shallow also do not take offense, younger brother calculate beginner, hope can and everybody exchanges, my qq:1878989254
Windows Phone & Windows app crashes crash information fetching method