Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.31 KB

When writing desktop applications you are dealing with a high volume of unique installations. Tracking down a bug requires detailed information of what happened on the user's computer. However, you would not want to bother the users with how to make this information available to you.

I wasn't really satisfied with the frameworks available so I came up with one that suits my needs. Hopefully it will also suit yours.

For information on how to integrate the FeedbackReporter Framework please see the screencast and the documentation.

Suggestions, bug reports and fixes are much welcome.

You can DOWNLOAD the latest release or get the source code from github

git clone git://github.com/tcurdt/feedbackreporter.git

Enjoy!

Credits:

  • Fraser Speirs, Multipart/Form construction, BSD License
  • Jens Alfke, Exception handling and callstack, BSD License
  • Torsten Curdt, initial codebase, ASL2.0 License
  • Sean McBride, various fixes and modernization after years of project dormancy

any more contributors sending patches. Thanks!