SDK Debugging
This page explains the different tools to debug your APM Flutter integration, bypass the 6-hour batching, and change the SDK log level for your Flutter apps.
Debug Mode
adb shell setprop debug.luciq.apm.app YOUR_APP_PACKAGE_NAMEadb shell setprop debug.luciq.apm.app noneLogging
Luciq.init(
// ...
debugLogsLevel: LogLevel.debug,
);Last updated