Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

🔩 ReVanced Integrations containing classes to be merged by ReVanced Patcher

License

Notifications You must be signed in to change notification settings

ReVanced/revanced-integrations

Repository files navigation

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