Add Timber
This commit is contained in:
parent
6230a31fdf
commit
485b38efad
9 changed files with 37 additions and 48 deletions
|
|
@ -3,11 +3,13 @@ package io.element.android.x
|
|||
import android.app.Application
|
||||
import com.airbnb.mvrx.Mavericks
|
||||
import io.element.android.x.matrix.MatrixInstance
|
||||
import timber.log.Timber
|
||||
|
||||
class ElementXApplication : Application() {
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
Timber.plant(Timber.DebugTree())
|
||||
MatrixInstance.init(this)
|
||||
Mavericks.initialize(this)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue