๐Ÿ”ฉ Privacy ReVanced Integrations

March 29, 2024 ยท View on GitHub

This repository contains my personal collection of Privacy 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 GNU/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.