mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-11 12:35:50 +01:00
🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
6eaf9fee65
## [0.30.3](https://github.com/revanced/revanced-integrations/compare/v0.30.2...v0.30.3) (2022-07-31) ### Bug Fixes * app crashes on first start ([#111](https://github.com/revanced/revanced-integrations/issues/111)) ([ |
||
---|---|---|
.github | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
.releaserc | ||
build.gradle | ||
CHANGELOG.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
ReVanced Integrations
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.