Fix Timber tagging for fdroid builds
This commit is contained in:
@@ -4,4 +4,4 @@ import timber.log.Timber
|
|||||||
|
|
||||||
fun initTimber() = Timber.plant(Timber.DebugTree())
|
fun initTimber() = Timber.plant(Timber.DebugTree())
|
||||||
|
|
||||||
fun debugLog(tag: String?, message: String?) = Timber.d(tag, message)
|
fun debugLog(tag: String?, message: String?) = Timber.tag(tag).d(message)
|
||||||
|
|||||||
Reference in New Issue
Block a user