Added back firebase logger + updated some icons

This commit is contained in:
Sylvain Berfini 2022-06-01 16:01:40 +02:00
parent fc99465fb9
commit 89d072de68
5 changed files with 2 additions and 4 deletions

View file

@ -284,8 +284,7 @@ class CoreContext(
init {
if (context.resources.getBoolean(R.bool.crashlytics_enabled)) {
// TODO: FIXME: uncomment
// loggingService.addListener(loggingServiceListener)
loggingService.addListener(loggingServiceListener)
Log.i("[Context] Crashlytics enabled, register logging service listener")
}
@ -372,8 +371,7 @@ class CoreContext(
core.removeListener(listener)
stopped = true
_lifecycleRegistry.currentState = Lifecycle.State.DESTROYED
// TODO: FIXME: uncomment
// loggingService.removeListener(loggingServiceListener)
loggingService.removeListener(loggingServiceListener)
}
private fun configureCore() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB