DebuggingTelepathy

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-11-10 20:13:37
Size: 330
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 ===
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
}}}
Line 4: Line 12:
`SALUT_DEBUG=all telepathy-salut`
`GABBLE_DEBUG=all telepathy-gabble`
`GOSSIP_DEBUG=all gossip`
`/usr/lib/cohoba/cohoba-applet -w`
`/usr/lib/cohoba/cohoba-applet houston`
You can also test connection-managers using the `telepathy-inspector` package.
Line 10: Line 14:
=== 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
}}}

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)