mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-08 10:06:47 +01:00
# [0.82.0](https://github.com/revanced/revanced-integrations/compare/v0.81.0...v0.82.0) (2022-12-05) ### Features * **youtube/debugging:** print stack traces ([a9d2487](a9d24872a8
)) * **youtube/return-youtube-dislike:** do not debug log when updating the text ([080e22b](080e22b1bf
))
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.
Languages
Java
92.4%
Kotlin
7.6%