Releases: backtrace-labs/backtrace-android
Releases · backtrace-labs/backtrace-android
Version 3.12.0
Version 3.12.0
Improvements
- Add support for dynamic attachments with native crashes.
Version 3.11.0
Version 3.11.0
Improvements
- Dependency isolation: Shadow the google/gson dependency to avoid version conflicts with host applications and allow use of alternative serialization libraries.
- Static device attributes API: Introduce persistent device attributes initialized at startup to reduce redundant per-report processing.
- Improve retry reliability: Update the Backtrace Database Context retry mechanism to ensure queued reports are retried predictably under intermittent or transient failures.
- Dynamic attachments: Add runtime attachment support, enabling files to be attached to reports post SDK initialization.
What's Changed
See CHANGELOG.md
Full Changelog: 3.10.5...3.11.0
Version 3.10.6
Version 3.10.6
- Improve database Timer reliability
- Update Crashpad native library
What's Changed
See CHANGELOG.md
Full Changelog: 3.10.5...3.10.6
Version 3.10.5
Version 3.10.5
- Fix native-library loading for AAB / split APK installs
What's Changed
See CHANGELOG.md
Full Changelog: 3.10.4...3.10.5
Version 3.10.4
Version 3.10.4
- Add support for Crashpad offline native crash replay
What's Changed
See CHANGELOG.md
Full Changelog: 3.10.3...3.10.4
Version 3.10.3
- Fix default value of ANR timeout in BacktraceANRSettings
What's Changed
See CHANGELOG.md
Full Changelog: 3.10.2...3.10.3
Version 3.10.2
- Updated Android SDK v36, Gradle v8.14
- Upgraded gson, org.json, guava, mockito-core
- Cleaned up layout/manifest, updated SDK, and re-enabled instrumentation tests in 'Example app'
What's Changed
See CHANGELOG.md
Full Changelog: 3.10.1...3.10.2
Version 3.10.1
- Adds GSON fix - implement ThrowableTypeAdapterFactory #178
- Adds 16 KB page-size support, compileSdk 35, AGP 8.5 #176
What's Changed
See CHANGELOG.md
Full Changelog: 3.10.0...3.10.1
Version 3.10.0
Version 3.10.0
- Bump version of all dependencies (gson, mockito, concurrentunit)
- ANR based on ApplicationInfo
- Update UnhandledExceptionAttributeType classifier
- DatabaseContext batch null bugfix
- Fixes a potential ConcurrentModificationException in BacktraceDatabaseContext during record deletion
- Use Maven Central repository
Version 3.10.0-rc1
Version 3.10.0-rc1
- Fix for a potential ConcurrentModificationException in BacktraceDatabaseContext, which could occur during deletion operations in the BacktraceHandlerThread when context is used by multiple threads.
- ANR based on ApplicationExitInfo