I am studying the implementation of a simple crash report in my application, which will ask the user whether he wants to or not to send us an emergency log.
I haven’t done a crash report before, what I used was an attempt / trick storing errors in a log file.
I think these are my biggest doubts about how this works or should work ... I'm not quite sure if the crash report will be a try / catchs interaction with an external application that fires when it happens or what happens will be correct a way to follow him.
I do not have SQL Server, so what I planned to use would be a simple script loading, which the dump report application would use to send data.
Excuse me for not knowing how the crash report works, and I hope the community helps me better understand it.
I searched around the crash report and saw how most things go around Crystal Report, ready to go to libraries, etc., but I would like to start it small so that I can better understand it before breaking into some kind of a large library or other solution, if available at my end.
source
share