File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ POM_URL=https://github.com/backtrace-labs/backtrace-android
1919POM_SCM_URL =https://github.com/backtrace-labs/backtrace-android
2020POM_SCM_CONNECTION =scm:git@github.com:backtrace-labs/backtrace-android.git
2121POM_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
2525POM_DEVELOPER_ID =BartoszLitwiniuk
2626POM_DEVELOPER_NAME =Bartosz Litwiniuk
2727POM_DEVELOPER_ID2 =KonradDysput
You can’t perform that action at this time.
0 commit comments