File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# LiveDataDebugger
2
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.chao2zhang.logginglivedata/logginglivedata )] ( https://search.maven.org/artifact/ io.github.chao2zhang.logginglivedata/logginglivedata )
2
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.chao2zhang.livedatadebugger/livedatadebugger )] ( https://img.shields.io/maven-central/v/ io.github.chao2zhang.livedatadebugger/livedatadebugger )
3
3
4
4
The gradle plugin to make LiveData universally debuggable through bytecode transformation.
5
5
Execution of ` LiveData.considerNotify() ` , ` LiveData.setValue() ` and ` LiveData.postValue() `
@@ -10,5 +10,8 @@ will be logged through logcat with info level and tag `LiveData`.
10
10
apply plugin: 'io.github.chao2zhang.livedatadebugger'
11
11
```
12
12
13
+ Once applied, additional logs will be tracked in logcat:
14
+ ![ Logcat] ( logcat.png )
15
+
13
16
# How it works
14
17
Checkout this [ blog post] ( https://chao2zhang.medium.com/debugging-livedata-changes-made-easy-d3aa16b81b41 )
You can’t perform that action at this time.
0 commit comments