Releases: backtrace-labs/backtrace-android
Releases · backtrace-labs/backtrace-android
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
Version 3.9.0
Version 3.8.4
Version 3.8.4
- Add getter method for
BacktraceReportfield inBacktraceDataclass - Update libraries (GSON and androidx.test.*)
- Bugfix for ConcurrentModificationException when deleting records from BacktraceDatabaseContext within the BacktraceHandlerThread
- Remove unsupported Android Manifest package value in Example App
- Add custom debug logger - introduces support for replacing the internal logger of the Backtrace Android SDK with a custom implementation.
- Add debug log with measured time of loading db, native integration setup and enabling metrics
- Fix license description in POM