docs: Generalize answer to question

This commit is contained in:
oSumAtrIX 2024-09-17 21:06:07 +02:00 committed by GitHub
parent 52863ce00e
commit d5168e55d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,9 @@ You can check supported apps and their patches on the [ReVanced Website](https:/
You can get (full) APKs from sites such as [APKMirror](https://www.apkmirror.com/) or [APKPure](https://apkpure.net/de). An APK ends with the extension `.apk`.
## 10 Capture logs from patched YouTube
## 10 Capture logs
1. Turn on `Misc > Debugging > Debug logging` (Ensure you have used the `Enable debugging` patch).
1. (Only if the setting exists) Turn on `Misc > Debugging > Debug logging` in the settings (Ensure you have used the `Enable debugging` patch).
2. Open a shell over ADB and capture logs using the command `logcat | grep revanced:` (or `logcat | grep AndroidRuntime` for exception logs). Alternatively, any app capable of capturing logs using Logcat can be used.
## 11 Can you help me?