GNOME Bugzilla – Bug 620913
More control with G_DBUS_DEBUG
Last modified: 2010-07-01 18:40:16 UTC
would be nice if there was some way to get a view of all of the messages going in and out, but without the hexdump
Yep. I suggest splitting 'message' up into 'messages' and 'payload'. From IRC <desrt> btw about the G_DBUS_DEBUG stuff... 1) i saw some conflicting notes in the docs and code about if it should be =messages or =message 2) it would be nice if the debug flags supported not just which events to report but also in how much default *detail <davidz> desrt: file a bug about message vs. messages? (never heard about that before) desrt: re detail... I dunno. I don't like having both message and messages or having an option to control granularity... <desrt> david; gdbusconnection.c line 74 * debug output when using G_DBUS_DEBUG=messages, e.g. in addition to
Done, see http://git.gnome.org/browse/glib/commit/?id=bd8d837f573a784a234740bd49f9103cdf70c268 that also addds other useful G_DBUS_DEBUG flags.