We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1748e22 commit ddbe9ccCopy full SHA for ddbe9cc
CONTRIBUTING.md
@@ -96,7 +96,7 @@ __On your PC__:
96
97
```
98
adb logcat -c
99
- adb logcat -f debug.log
+ adb logcat > debug.log
100
101
102
The logcat command captures the full system log by default, which may expose
@@ -106,8 +106,9 @@ __On your PC__:
106
one below:
107
108
```sh
109
- adb logcat --pid=$(adb shell pidof -s com.beemdevelopment.aegis) -f debug.log
+ adb logcat --pid=$(adb shell pidof -s com.beemdevelopment.aegis) > debug.log
110
111
+
112
_If you are using a debug APK, replace ``com.beemdevelopment.aegis`` with
113
``com.beemdevelopment.aegis.debug``._
114
0 commit comments