ReVanced Extended Integrations containing classes to be merged by ReVanced Patcher.
- Usage on Windows:
adb logcat | findstr "Extended" > log.txt
- Usage on Linux:
adb logcat | grep --line-buffered "Extended" > log.txt
This will write the log to a file called log.txt which you can view then.