Debugging your integration

Debugging your integration

This page shows you how to use the Support SDK's built-in logging to debug issues with your integration.

Add the following code to your app, before you initialize the Support SDK.

Logger.setLoggable(true);

When that's in place, recreate the issue and check the console log for errors. This is usually enough to troubleshoot most integration issues.