Class AndroidDebugger


public class AndroidDebugger extends AbstractDebugger
Very simple debugger that prints to the android log the sent and received stanzas.

Only use this debugger if really required, Android has a good java.util.logging implementation, therefore JulDebugger is preferred.

It is possible to not only print the raw sent and received stanzas but also the interpreted packets by Smack. By default,interpreted packets won't be printed. To enable this feature just change the printInterpreted static variable to true.