Skip to content

Upload JVM Mapping not working with Proguard 7 plugin on Android #463

Open
@peterdk

Description

@peterdk

I am testing out the 7.x variant of Bugsnag for use with the new Android Gradle plugin. I get everything to work, except for uploading JVM mappings in combination with Proguard 7 Gradle plugin. Somehow it doesn't detect that mappings are available. I think it's because the new Proguard needs 'minifyEnabled' set to false.

I also tried uploading a mapping manually, but it says:
'uploadBugsnagReleaseMapping' not found in project ':project'. Some candidates are: 'uploadBugsnagNdkReleaseMapping'.

My config:

 bugsnag {
                uploadJvmMappings = true
                uploadNdkMappings = true
                overwrite = true
                sharedObjectPaths = [new File("../debugSOs/obj")]

            }

Am I missing something here? Can I use a workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogWe hope to fix this feature/bug in the futurebugConfirmed bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions