GNOME Bugzilla – Bug 768579
improve some debug/log output
Last modified: 2016-07-08 16:56:53 UTC
Here are a couple of patches I found useful when doing some debugging.
Created attachment 331088 [details] [review] bin: properly display the type of the removed message Makes debugging easier.
Created attachment 331089 [details] [review] miniobject: weak_unref: display the pointer of the object if failing That's generally the most useful information to help debugging the problem.
commit e73650e5f99dac178ee401438008c43b6a32e247 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Fri Jul 8 16:31:56 2016 +0200 miniobject: weak_unref: display the pointer of the object if failing That's generally the most useful information to help debugging the problem. https://bugzilla.gnome.org/show_bug.cgi?id=768579 commit 757a8b04c08b785e9d73177d493050c2af94919f Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Fri Jul 8 16:29:38 2016 +0200 bin: properly display the type of the removed message Makes debugging easier. https://bugzilla.gnome.org/show_bug.cgi?id=768579