Skip to content

Commit 7f9d080

Browse files
author
Chao Zhang
committed
Add logcat screenshot
1 parent 8c3d1a0 commit 7f9d080

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
33

44
The gradle plugin to make LiveData universally debuggable through bytecode transformation.
55
Execution of `LiveData.considerNotify()`, `LiveData.setValue()` and `LiveData.postValue()`
@@ -10,5 +10,8 @@ will be logged through logcat with info level and tag `LiveData`.
1010
apply plugin: 'io.github.chao2zhang.livedatadebugger'
1111
```
1212

13+
Once applied, additional logs will be tracked in logcat:
14+
![Logcat](logcat.png)
15+
1316
# How it works
1417
Checkout this [blog post](https://chao2zhang.medium.com/debugging-livedata-changes-made-easy-d3aa16b81b41)

logcat.png

105 KB
Loading

0 commit comments

Comments
 (0)