GNOME Bugzilla – Bug 569374
Logging exceptions from tweener callbacks could be better
Last modified: 2009-01-27 19:20:04 UTC
When tweener callbacks (onComplete, onStart, etc.) throw exceptions, all you get to the log is the exception message, e.g. Error calling onComplete: [exception message] Using logError() we could get also the backtrace logged, making debugging much easier.
Created attachment 127345 [details] [review] tweener: use logError() to log exceptions from callbacks Makes log messages much more useful when they include the backtrace and not just the callback name (e.g. 'onComplete')
yes!
Committed as r153