DebuggingTelepathy

Differences between revisions 2 and 3
Revision 2 as of 2006-11-10 20:39:11
Size: 597
Editor: 207
Comment:
Revision 3 as of 2006-11-10 20:47:42
Size: 740
Editor: 207
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
=== Debugging Connection managers ===
Line 11: Line 12:
You can also test connection-managers using the `telepathy-inspector` package.
Line 12: Line 14:
=== Debugging Apps ===

This page intends to give an overview over how to efficiently debug Telepathy problems.

Debugging Connection managers

If problems occur in connection managers, the debug output can help sometimes:

  • For telepathy-salut:

    SALUT_DEBUG=all telepathy-salut
  • For telepathy-gabble:

    GABBLE_DEBUG=all telepathy-gabble

You can also test connection-managers using the telepathy-inspector package.

Debugging Apps

If problems occur in clients, you can get debug output for them too:

  • For gossip:

    GOSSIP_DEBUG=all gossip
  • For cohoba:

    /usr/lib/cohoba/cohoba-applet -w
    /usr/lib/cohoba/cohoba-applet houston


[:CategoryTelepathy]BR [:CategoryBugSquad]

DebuggingTelepathy (last edited 2008-08-06 16:59:57 by localhost)