Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inotia00/revanced-integrations

🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
https://github.com/inotia00/revanced-integrations

Last synced: 3 months ago
JSON representation

🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.

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.