Gustav Tross
09/21/2024, 7:40 PMkpgalligan
09/22/2024, 1:35 PMkpgalligan
09/22/2024, 1:37 PMGustav Tross
09/23/2024, 6:04 AMclass DebugAppInit @Inject constructor(
private val timberTree: AutomaticTagLogcatTree,
) : AppInit {
override fun invoke() {
Timber.plant(timberTree)
}
}
In our release build we don’t plant any trees and hence we don’t get any logs.
It sounds like I could do something similar with Kermit, do you happen to have any docs on how to do so or any examples available on how to configure it in my application setup?