revanced-integrations/README.md

9 lines
277 B
Markdown
Raw Normal View History

2022-07-31 12:17:51 +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.