debugdrawer-timber / au.com.gridstone.debugdrawer / LumberYard

LumberYard

object LumberYard

Keep track of Timber logs that can be displayed by TimberModule. In order for logs to be collected LumberYard.install must be called inside of Application.onCreate.

A no-op version of LumberYard is provided too, meaning you can keep the same LumberYard.install() call inside of onCreate() for release builds.

Functions

install

fun install(app: Application): Unit

Installs LumberYard for the app, planting a DebugTree that TimberModule can use to display logs from the debug drawer.