Skip to content

Releases: backtrace-labs/backtrace-android

Version 3.10.6

03 Dec 20:30

Choose a tag to compare

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

02 Dec 16:23

Choose a tag to compare

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

25 Nov 15:44

Choose a tag to compare

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

25 Aug 19:47
47515a3

Choose a tag to compare

  • 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

19 Aug 21:57
8ef7d57

Choose a tag to compare

  • 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

12 Aug 20:01
19ef834

Choose a tag to compare

  • 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

15 Jul 16:57
12aa3a4

Choose a tag to compare

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

19 Jun 22:39

Choose a tag to compare

Version 3.10.0-rc1 Pre-release
Pre-release

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

28 Nov 13:42
463e766

Choose a tag to compare

Version 3.9.0

  • Added a support for nested and suppressed exceptions (#158)
  • Improved attribute performance and metrics startup (#157)
  • Added metrics initialization debug information (#153)
  • Changed Android SDK to 34 (#155)

Version 3.8.4

01 Oct 18:51
b8aea1b

Choose a tag to compare

Version 3.8.4

  • Add getter method for BacktraceReport field in BacktraceData class
  • 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