After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580631 - Implement o.fd.Tp.Debug to publish debug messages
Implement o.fd.Tp.Debug to publish debug messages
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks: 585844
 
 
Reported: 2009-04-28 17:10 UTC by Guillaume Desmottes
Modified: 2009-06-25 17:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2009-04-28 17:10:51 UTC
Empathy should implement org.freedesktop.Telepathy.Debug so debug applications (including its own; cfr bug #579725) could access to its debug output
Comment 1 Guillaume Desmottes 2009-06-09 10:58:14 UTC
I'd like to see this implemented before considering undrafting the Debug interface. So we'll be sure the API fits for clients as well.
Comment 2 Jonny Lamb 2009-06-09 11:43:01 UTC
Okay, good point. I'll try and get onto it soon.
Comment 4 Guillaume Desmottes 2009-06-18 11:08:10 UTC
Got this error whe trying to build your branch:
empathy-debug.c: In function ‘log_to_debugger’:
empathy-debug.c:123: erreur: reading through null pointer (argument 2)
Comment 5 Jonny Lamb 2009-06-18 16:26:42 UTC
Did you re-run autogen.sh? a7785586a changes the libempathy/Makefile.am which defines G_LOG_DOMAIN, which is where the error originates. Therefore you need to update your Makefiles.
Comment 6 Guillaume Desmottes 2009-06-22 10:47:33 UTC
Indeed, that fixed it.

Your branch looks good.
Comment 7 Jonny Lamb 2009-06-25 17:53:34 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.