Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 757 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 757 Bytes

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