mirror of
https://github.com/YTVanced/Vanced
synced 2025-01-03 14:10:59 +00:00
Fix Guide Link
This commit is contained in:
parent
44889d6f12
commit
5feb4090db
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ You can technically create a logcat with only your phone and no root, but this w
|
||||||
|
|
||||||
### Creating a logcat using adb on your PC
|
### Creating a logcat using adb on your PC
|
||||||
|
|
||||||
- Run the following adb command. Unless you added adb to PATH, add a `.\` before the command. Having issues? Check the [Guide](./SettingUpAdb.md#Getting%20started%20using%20adb)
|
- Run the following adb command. Unless you added adb to PATH, add a `.\` before the command. Having issues? Check [our adb setup Guide](./SettingUpAdb.md#getting-started-using-adb)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
adb shell logcat -c
|
adb shell logcat -c
|
||||||
|
|
Loading…
Reference in a new issue