bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

Remove filtering of Unity SO files #321

Closed fractalwrench closed 4 years ago

fractalwrench commented 4 years ago

Goal

Removes the filtering out of 'unnecessary' lines in Unity library SO files added in #313. This information will now be required by the pipeline so shouldn't be stripped from the file uploaded to Bugsnag.

Testing

Relied on existing E2E coverage, also manually tested and verified that symbolication appears as expected.