QuickbirdUWPDashboard
QuickbirdUWPDashboard copied to clipboard
Capture Crash Information
Capture app crashes somehow. Log the crash, send it to server!
Can't capture Line Number where exception occurred because it's not implemented till .net https://stackoverflow.com/questions/34833573/windows-10-exceptions-not-including-line-numbers
Another helpful link: https://blogs.msdn.microsoft.com/wsdevsol/2014/10/16/strategies-for-handling-errors-in-your-windows-store-apps/
The only real documentation for the event log is in this github repo, nothing else really: The data is saved as ETL files, and the only way to open them is with the Windows performance analyser Then you can use the GUI tool and just double-click the file, or Xperf command line utility
Download the Windows Deployment kit and tick only the windows performance tools in the installation options
Nah, not everything. I think we need to capture when user transitions from one page to another. Maybe we want to capture button clicks. Also, what happens if the app logs like a billion events? Do old ones get deleted, or will it run out of memory? Do I need to re-start logging session?
Seems like we don't need to re-start or clear logging sessions, which is good! https://stackoverflow.com/questions/33051245/what-is-the-loggingsession-buffer-size