1
0
Fork 1

Update adb log grep string

This commit is contained in:
Arne 2025-03-26 08:36:03 +00:00
parent 68258b1c8d
commit c96abf8edc

View file

@ -58,7 +58,7 @@ Solltest du dort nicht weiter kommen kannst du [hier](https://codeberg.org/Arne/
3. Folge den Schritten [6] bis [10] unter [Windows]. s.u.
4. Nun kannst du mit der Ausgabe der Debug-Logs beginnen. Nenne die Log-Datei bspw `logcat.txt`:
```
$ adb -d logcat -v time | grep -i monocles_chat > logcat.txt
$ adb -d logcat -v time | grep -i "monocles chat" > logcat.txt
```
5. Fahre nun mit den verbliebenen Schritten unter [Windows] ab Schritt [12] fort.