Skip to content

chao2zhang/LiveDataDebugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bcf014 · Jun 20, 2021

History

11 Commits
Apr 6, 2021
Jun 20, 2021
Mar 19, 2021
Mar 19, 2021
Apr 24, 2021
Jun 20, 2021
Jun 20, 2021
Mar 19, 2021
Mar 19, 2021
Apr 24, 2021
Apr 24, 2021

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