ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Improved additional data sent with error reports. #168

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 12:44:13 on 2012-03-10

Currently, the ErrorReporting class includes the version of the application and a list of loaded assemblies along with sent error reports.

However, the list of assemblies isn't all that useful, and the following info would make solving some errors much easier:


Imported from Bug 624 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 17:10:37 on 2012-03-10

Enhanced the ErrorReporting class in a630a5e to include the operating system, platform architecture, application uptime and a unique user ID. Also adjusted the loaded assemblies list to not include file paths and have a more compact, readable and sorted layout.