revanced-integrations/README.md

9 lines
276 B
Markdown
Raw Normal View History

2022-07-05 22:34:23 +02:00
# ReVanced Integrations
# How to use debugging:
2022-07-31 12:16:45 +02:00
- Usage on Windows: ```adb logcat | findstr "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.