Skip to content

Keep MapboxLogger rule for minification #41

@Guardiola31337

Description

@Guardiola31337

After mapbox/mapbox-navigation-android#2774 examples app is crashing if Proguard is enabled because of MapboxLogger.

Adding -keep class com.mapbox.common.logger.MapboxLogger {*;} in the Navigation SDK Proguard rules fixes it but I believe we should add the @Keep annotation / custom Proguard rules in com.mapbox.common:logger so it's handled automatically and clients don't need to worry about.

cc @RingerJK @LukasPaczos

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions