Skip to content

Release v6.17.0#2248

Merged
YYChen01988 merged 27 commits intomainfrom
release/v6.17.0
Aug 14, 2025
Merged

Release v6.17.0#2248
YYChen01988 merged 27 commits intomainfrom
release/v6.17.0

Conversation

@YYChen01988
Copy link
Copy Markdown
Contributor

@YYChen01988 YYChen01988 commented Aug 14, 2025

Enhancements

  • memoryTrimLevel and lowMemory will not be reported when they are not set (newer versions of Android do not set these values)
    #2237

Bug fixes

  • Handle edge-cases to reduce the changes of duplicate ANR reporting from bugsnag-plugin-android-exitinfo when reportUnmatchedANR = true && disableProcessStateSummaryOverride = true
    #2235
  • Correct the reporting of the loadAddress for native system libraries and JIT frames
    #2244
  • Added deterministic sorting for discardOldestFileIfNeeded method to avoid potential crashes where mutliple files have the same last modified time
    #2189

lemnik and others added 26 commits August 1, 2025 09:50
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>
Only use Buildkite plugins once per step
…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
* 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>
@YYChen01988 YYChen01988 requested a review from lemnik as a code owner August 14, 2025 09:17
@bugsnagbot
Copy link
Copy Markdown
Collaborator

bugsnagbot commented Aug 14, 2025

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1828.75 1630.4
arm64_v8a 639.23 438.53
armeabi_v7a 581.9 381.19
x86 712.94 512.24
x86_64 684.28 483.58

Generated by 🚫 Danger

@YYChen01988 YYChen01988 enabled auto-merge August 14, 2025 11:32
@YYChen01988 YYChen01988 disabled auto-merge August 14, 2025 12:36
@YYChen01988 YYChen01988 enabled auto-merge August 14, 2025 12:36
@YYChen01988 YYChen01988 disabled auto-merge August 14, 2025 12:36
@YYChen01988 YYChen01988 enabled auto-merge August 14, 2025 12:37
@YYChen01988 YYChen01988 merged commit 3f0eb72 into main Aug 14, 2025
56 checks passed
@YYChen01988 YYChen01988 deleted the release/v6.17.0 branch August 14, 2025 12:44
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.

6 participants