mirror of
https://github.com/revanced/revanced-integrations
synced 2025-02-14 06:54:26 +01:00
docs: improve README
structure
This commit is contained in:
parent
8997ab7962
commit
43b007e865
@ -1,8 +1,10 @@
|
|||||||
# ReVanced Integrations
|
# 🔩 ReVanced Integrations
|
||||||
|
|
||||||
|
The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.
|
||||||
|
|
||||||
|
## ❓ How to use debugging:
|
||||||
|
|
||||||
# How to use debugging:
|
|
||||||
- Usage on Windows: ```adb logcat | findstr "revanced" > log.txt```
|
- Usage on Windows: ```adb logcat | findstr "revanced" > log.txt```
|
||||||
- Usage on Linux: ```adb logcat | grep --line-buffered "revanced" > log.txt```
|
- Usage on Linux: ```adb logcat | grep --line-buffered "revanced" > log.txt```
|
||||||
|
|
||||||
This will write the log to a file called log.txt which you can view then.
|
This will write the log to a file called log.txt which you can view then.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user