ducdh1210 / labstreaminglayer

Automatically exported from code.google.com/p/labstreaminglayer
0 stars 0 forks source link

(Patch) Improve error logging by returning exception message #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Attached patch allows the receiver to know about the reason behind a standard 
exception.

Tested on Linux.

Original issue reported on code.google.com by ozan...@gmail.com on 27 Nov 2013 at 2:38

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks! Actually we did originally not include the error text in there to give 
users less reason to panic (when the sender disconnects, which is a common 
situation, this reads "Input stream error"). Patch committed to repo.

Original comment by christia...@gmail.com on 23 Jan 2014 at 11:43