DebuggingTelepathy

Differences between revisions 3 and 4
Revision 3 as of 2006-11-10 20:47:42
Size: 740
Editor: 207
Comment:
Revision 4 as of 2006-11-10 23:33:21
Size: 819
Editor: 207
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
You can also test connection-managers using the `telepathy-inspector` package. Just make sure you stop all instances of those connection-managers beforehand. You can also test connection-managers using the `telepathy-inspector` package.

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

Just make sure you stop all instances of those connection-managers beforehand. 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)