Skip to content

Commit b8aea1b

Browse files
Merge pull request #152 from backtrace-labs/release-candidate/3.8.4
Release-candidate/3.8.4
2 parents a4f8d7c + 4f4d161 commit b8aea1b

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
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

backtrace-library/publish.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def configurePom(pom) {
5858

5959
pom.licenses {
6060
license {
61-
name = POM_LICENCE_NAME
62-
url = POM_LICENCE_URL
63-
distribution = POM_LICENCE_DIST
61+
name = POM_LICENSE_NAME
62+
url = POM_LICENSE_URL
63+
distribution = POM_LICENSE_DIST
6464
}
6565
}
6666

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ POM_URL=https://github.com/backtrace-labs/backtrace-android
1919
POM_SCM_URL=https://github.com/backtrace-labs/backtrace-android
2020
POM_SCM_CONNECTION=scm:git@github.com:backtrace-labs/backtrace-android.git
2121
POM_SCM_DEV_CONNECTION=scm:git@github.com:backtrace-labs/backtrace-android.git
22-
POM_LICENCE_NAME=The Apache Software License, Version 2.0
23-
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
24-
POM_LICENCE_DIST=repo
22+
POM_LICENSE_NAME=MIT
23+
POM_LICENSE_URL=https://opensource.org/licenses/MIT
24+
POM_LICENSE_DIST=repo
2525
POM_DEVELOPER_ID=BartoszLitwiniuk
2626
POM_DEVELOPER_NAME=Bartosz Litwiniuk
2727
POM_DEVELOPER_ID2=KonradDysput

0 commit comments

Comments
 (0)