Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture Crash Information #60

Open
VladimirAkopyan opened this issue Sep 25, 2017 · 5 comments
Open

Capture Crash Information #60

VladimirAkopyan opened this issue Sep 25, 2017 · 5 comments

Comments

@VladimirAkopyan
Copy link
Member

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

@VladimirAkopyan
Copy link
Member Author

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
Copy link
Member Author

VladimirAkopyan added a commit that referenced this issue Oct 6, 2017
@VladimirAkopyan
Copy link
Member Author

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
Copy link
Member Author

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant