Search code examples
windows-runtimewindows-store-appscrash-reportscrash-dumps

WinRT sideloaded app crash reports


I have a sideloaded application in company and want to collect crash-reports and logs for this app.

How I can do this? I know App sends data to Windows Store Developer Center, but I haven't one because of sideloading.


Solution

  • UPDATE 1

    Check out my library WinrtErrLog. Detailed blog about how to use, not by me


    There are couple of paid libraries available that will deliver crash logs.

    MarkedUp

    BugSense

    Raygun

    You can also create own web service which stores the exception log in database.