You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global options:
-d use USB device (error if multiple devices connected)
while this guide mentions connecting over WiFi.
Change-Id: I8f7de2894100eb0d20effe8473e9c3d6dab87b93
Copy file name to clipboardExpand all lines: pages/how-tos/logcat.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,6 @@ If you don't have it installed, please do that before continuing.
24
24
25
25
1. Open Command Prompt (Windows) or Terminal (Linux/macOS).
26
26
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`.
28
28
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