Release v6.17.0#2248
Merged
YYChen01988 merged 27 commits intomainfrom Aug 14, 2025
Merged
Conversation
Sync Main and next
…ifecycleCallbacks Remove unused file
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.4 to 3.29.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4e828ff...51f7732) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Update release dockerfiles
Only use Buildkite plugins once per step
Correct pipeline YAML
… the OS does not report them
…b/codeql-action-3.29.5 build(deps): bump github/codeql-action from 3.29.4 to 3.29.5
Do not report `lowMemory` or `memoryTrimLevel` when not available
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/checkout-5.0.0 build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@ac638b0...017a9ef) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ched ExitInfo Plugin: Avoid synthesizing duplicate ANRs when in fallback modes
Remove unused dependencies in Example app
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.4 to 3.29.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4e828ff...76621b6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: YingYing Chen <40571804+YYChen01988@users.noreply.github.com>
Fix reported loadAddress for system libs in NDK errors
Update BumpSnag workflow
* change to discardOldestFileIfNeeded sorting
* update changelog
* cached lastmodified
* linting
* Created Comparable class
* linting
* Update bugsnag-android-core/src/main/java/com/bugsnag/android/FileStore.kt
Co-authored-by: Jason <lemnik@users.noreply.github.com>
* Update bugsnag-android-core/src/main/java/com/bugsnag/android/FileStore.kt
Co-authored-by: Jason <lemnik@users.noreply.github.com>
* fixed unresolved reference
* avoid unnecessary .map { it.file}
* unresolved ref
* Update bugsnag-android-core/src/main/java/com/bugsnag/android/FileStore.kt
Co-authored-by: Jason <lemnik@users.noreply.github.com>
* chore(FileStore): moved FileWithTimestamp to inside FileStore, and inverted the `isStorageDirValid` of `discardOldestFileIfNeeded`
---------
Co-authored-by: Jason <lemnik@users.noreply.github.com>
Collaborator
Android notifier sizes
Generated by 🚫 Danger |
2d89f89 to
dceda9e
Compare
dceda9e to
c9c1aa4
Compare
lemnik
approved these changes
Aug 14, 2025
twometresteve
approved these changes
Aug 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhancements
memoryTrimLevelandlowMemorywill not be reported when they are not set (newer versions of Android do not set these values)#2237
Bug fixes
bugsnag-plugin-android-exitinfowhenreportUnmatchedANR = true && disableProcessStateSummaryOverride = true#2235
#2244
discardOldestFileIfNeededmethod to avoid potential crashes where mutliple files have the same last modified time#2189