QuickbirdUWPDashboard icon indicating copy to clipboard operation
QuickbirdUWPDashboard copied to clipboard

Capture Crash Information

Open VladimirAkopyan opened this issue 6 years ago • 5 comments

Capture app crashes somehow. Log the crash, send it to server!

VladimirAkopyan avatar Sep 25 '17 11:09 VladimirAkopyan

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

VladimirAkopyan avatar Oct 05 '17 23:10 VladimirAkopyan

Another helpful link: https://blogs.msdn.microsoft.com/wsdevsol/2014/10/16/strategies-for-handling-errors-in-your-windows-store-apps/

VladimirAkopyan avatar Oct 05 '17 23:10 VladimirAkopyan

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

VladimirAkopyan avatar Oct 06 '17 03:10 VladimirAkopyan

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?

VladimirAkopyan avatar Oct 06 '17 12:10 VladimirAkopyan

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

VladimirAkopyan avatar Oct 06 '17 12:10 VladimirAkopyan