Skip to content

Troubleshooting

Code minification (Proguard/R8)

The MSDK now ships with consumerProguardFiles to ensure correct Proguard/R8 minification in your app.

You no longer need to include MSDK specific rules in your app's build scripts.

Note

Check your build's configuration to ensure compatibility with the Android tooling.

Logging

Use the following snippet to enable MSDK logging:

io.mimi.sdk.common.logging.MimiLog.isEnabled = true

Warning

We strongly recommend only enabling logging for debug builds.