Troubleshooting

This section describes some basic troubleshooting procedures.

Enabling Logging

By default, Jabber Guest SDK will log all WARN, ERROR and ASSERT log statements. To modify what Jabber Guest logs, use the Jabber Guest log utility. The com.cisco.jabber.guest.util.Log.setLogLevel(int level) method can be used to set the log level at runtime. To get the current log level, use the getLogLevel() method. At runtime, the logs for just the client application can be set via adb using the command: adb shell setprop log.tag.JabberGuestSDK DEBUG