SDK Debugging
This page explains the different tools to debug your APM Android integration, bypass the 6-hour batching, and change the SDK log level for your Android apps.
Debug Mode
Enabling Debug Mode
Disabling Debug Mode
Logging
// Set log level
Luciq.setSdkDebugLogsLevel(LogLevel.DEBUG)// Set log level
Luciq.setSdkDebugLogsLevel(LogLevel.DEBUG);Last updated