Skip to content

Commit ddbe9cc

Browse files
committed
Fix ADB command in CONTRIBUTING.md
1 parent 1748e22 commit ddbe9cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ __On your PC__:
9696

9797
```
9898
adb logcat -c
99-
adb logcat -f debug.log
99+
adb logcat > debug.log
100100
```
101101
102102
The logcat command captures the full system log by default, which may expose
@@ -106,8 +106,9 @@ __On your PC__:
106106
one below:
107107
108108
```sh
109-
adb logcat --pid=$(adb shell pidof -s com.beemdevelopment.aegis) -f debug.log
109+
adb logcat --pid=$(adb shell pidof -s com.beemdevelopment.aegis) > debug.log
110110
```
111+
111112
_If you are using a debug APK, replace ``com.beemdevelopment.aegis`` with
112113
``com.beemdevelopment.aegis.debug``._
113114

0 commit comments

Comments
 (0)