Skip to content

Troubleshooting

Code minification (Proguard/R8)

The MSDK now ships with its own appropriate consumerProguardFiles to ensure correct minification in your app.

You no longer need to include MSDK specific rules in your app's Proguard/R8 configuration.

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.core.util.Log.isEnabled = true

Warning

We highly recommend only enabling logging for debug builds.