Changelog files.

This commit is contained in:
Benoit Marty 2022-08-19 10:11:31 +02:00
parent eeeb569ae0
commit f75b2e6ef1
2 changed files with 2 additions and 0 deletions

1
changelog.d/6884.bugfix Normal file
View File

@ -0,0 +1 @@
Ensure SyncThread is started when the app is launched after a Push has been received.

1
changelog.d/6884.sdk Normal file
View File

@ -0,0 +1 @@
Rename `DebugService.logDbUsageInfo` (resp. `Session.logDbUsageInfo`) to `DebugService.getDbUsageInfo` (resp. `Session.getDbUsageInfo`) and return a String instead of logging. The caller may want to log the String.