Eliosoft / elios

Entertainment LIghting Open source Software a.k.a ELIOS is a Java application that provides remote management capabilities to your lighting system based on Art-Net. This project is released under GPL v3.
http://www.eliosoft.net
GNU General Public License v3.0
6 stars 3 forks source link

Add context dump on error #57

Open acollign opened 12 years ago

acollign commented 12 years ago

It could be interesting to dump the current context to a file when an error occurred. Some information that looks interesting

jgastonraoul commented 12 years ago

It's a great idea ! How do you think we can do that ?

acollign commented 12 years ago

A simple dump of System.getEnvironment and a Default UncaughtExceptionHandler should do the trick. Then we could save this dump to a file and show a dialog to ask the user to send the file (i.e by opening the default email software).