Skip to content

chao2zhang/LiveDataDebugger

Repository files navigation

LiveDataDebugger

Maven Central

The gradle plugin to make LiveData universally debuggable through bytecode transformation. Execution of LiveData.considerNotify(), LiveData.setValue() and LiveData.postValue() will be logged through logcat with info level and tag LiveData.

Usage

apply plugin: 'io.github.chao2zhang.livedatadebugger'

Once applied, additional logs will be tracked in logcat: Logcat

How it works

Checkout this blog post

About

The gradle plugin to make LiveData universally debuggable

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages