Skip to content

Commit 2004054

Browse files
committed
wiki: Remove -d from logcat how-to
global options: -d use USB device (error if multiple devices connected) while this guide mentions connecting over WiFi. Change-Id: I8f7de2894100eb0d20effe8473e9c3d6dab87b93
1 parent 6b53a85 commit 2004054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/how-tos/logcat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ If you don't have it installed, please do that before continuing.
2424

2525
1. Open Command Prompt (Windows) or Terminal (Linux/macOS).
2626
2. Connect your device via cable or [over WiFi]({{ "how-to/adb-over-wifi/" | relative_url }}).
27-
3. Type `adb logcat -d > logcat.txt`. This will save the log to `logcat.txt`.
27+
3. Type `adb logcat > logcat.txt`. This will save the log to `logcat.txt`.
2828

29-
Additionally, the radio buffer can be viewed or stored with `logcat`. If needed or requested, type `adb logcat -db radio > radio.txt` to save it to `radio.txt`.
29+
Additionally, the radio buffer can be viewed or stored with `logcat`. If needed or requested, type `adb logcat -b radio > radio.txt` to save it to `radio.txt`.

0 commit comments

Comments
 (0)