Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

🔩 ReVanced Integrations containing classes to be merged by ReVanced Patcher
https://github.com/revanced/revanced-integrations

integrations revanced source

Last synced: 3 months ago
JSON representation

🔩 ReVanced Integrations containing classes to be merged by ReVanced Patcher

Awesome Lists containing this project

README

        

# 🔩 ReVanced Integrations

The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.

## ❓ How to use debugging:

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