Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alter bugsnag extension to allow multiple shared object paths #237

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

fractalwrench
Copy link
Contributor

Goal

Allows users to specify multiple shared object paths via the bugsnag plugin extension. Previously it was only possible to specify one shared object path, which meant only one directory could be searched for SO files to upload. The previous API also had to be supplied as a relative path as a string rather than a File which led to user confusion.

Changeset

  • Removed String bugsnag.sharedObjectPath in favour of List<File> bugsnag.sharedObjectPaths
  • Updated BugsnagUploadNdkTask to handle multiple shared object paths
  • Added additional safety checks in shared object path logic within BugsnagUploadNdkTask

Tests

Verified that each shared object path specified in a local example app is searched.

@fractalwrench fractalwrench marked this pull request as ready for review July 20, 2020 15:50
@fractalwrench fractalwrench merged commit f465018 into v5 Jul 21, 2020
@fractalwrench fractalwrench deleted the v5-shared-object-path branch July 21, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants