Skip to content

Commit 4f4d161

Browse files
author
Bartosz Litwiniuk
committed
Update CHANGELOG.md
1 parent 24d4bf7 commit 4f4d161

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Backtrace Android Release Notes
22

3+
## Version 3.8.4
4+
- Add getter method for `BacktraceReport` field in `BacktraceData` class
5+
- Update libraries (GSON and androidx.test.*)
6+
- Bugfix for ConcurrentModificationException when deleting records from BacktraceDatabaseContext within the BacktraceHandlerThread
7+
- Remove unsupported Android Manifest package value in Example App
8+
- Add custom debug logger - introduces support for replacing the internal logger of the Backtrace Android SDK with a custom implementation.
9+
- Add debug log with measured time of loading db, native integration setup and enabling metrics
10+
- Fix license description in POM
11+
312
## Version 3.8.3
413
- Update native crash repeating to a new strategy. Now we don't require to extract native executables.
514
- Add a new native crash handler that allows to generate a crash dump by using Java class name

0 commit comments

Comments
 (0)