public class AndroidDebugger extends AbstractDebugger
Only use this debugger if really required, Android has a good java.util.logging
implementation, therefore JulDebugger is preferred.
printInterpretedconnection| Constructor and Description |
|---|
AndroidDebugger(XMPPConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
log(String logMessage) |
protected void |
log(String logMessage,
Throwable throwable) |
newConnectionReader, newConnectionWriter, onIncomingStreamElement, onOutgoingStreamElement, userHasLoggedpublic AndroidDebugger(XMPPConnection connection)
protected void log(String logMessage)
log in class AbstractDebuggerprotected void log(String logMessage, Throwable throwable)
log in class AbstractDebugger