Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blawuken/revanced-integrations-extended


https://github.com/blawuken/revanced-integrations-extended

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 🔩 ReVanced Integrations

ReVanced Extended Integrations containing classes to be merged by ReVanced Patcher.

## ❓ How to use debugging:

- 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.