[TIMOB-20224] Windows: Investigate crash dump analysis library
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Done |
Resolution Date | 2016-02-03T05:15:12.000+0000 |
Affected Version/s | Release 5.1.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2016-01-12T07:58:33.000+0000 |
Updated | 2016-02-03T05:15:17.000+0000 |
Description
Investigate crash analysis library for Windows Store/Phone, equivalent for Crittercism, KSCrash and so on.
per TIMOB-20150
{quote}
To sum things up, the sdk team has decided to use these 2 libraries KSCrash and ACRA for iOS and Android respectively. The next step is to determine in detail the protocol for these libs with the crash-server endpoint. So PEM team please take a look at above comments and proposal, and we can determine how to move forward in replacing the crittercism client lib.
Things to note and consider:
1. do we need to achieve cross-platform parity in the data posted at client? or let the crash-server process each platform's unique crash report and insert accordingly to the database?
2. additional information to append to the data, such as app guid or key.
3. windows platform will be considered at a later phase, with priority placed on iOS and Android.
4. Possibility to fork these 2 repos if in depth modifications are required.
{quote}
I was spending an hour on this, but ends up finding few commercial services for it. - HockeyApp - [HockeyApp](http://support.hockeyapp.net/kb/client-integration-windows-and-windows-phone/hockeyapp-for-windows-store-apps-and-windows-phone-store-apps) provides distribution-integration like TestFlight, and it includes Crash Reports. Seems like it's a Windows RT components that can be used from C++/CX. - Crittercism - [Crittercism](http://docs.crittercism.com/windows/windows.html#requirements) supports Windows Phone Store Apps, but it's for .NET apps. (Titanium for Windows is C++/CX app). - Splunk MINT - [Splunk MINT](http://docs.splunk.com/Documentation/Mint/latest/ProductOverview/Documentation) once did support Windows Phone, but not any more for now.