SAD-B-D-M-T Documentation

Live Logcat

Capture Android logs while an issue occurs, narrow visible output with filters, and export the session for review.

What Logcat is useful for

Logcat is Android's logging stream. It can provide useful context when the phone crashes, an app fails, service drops, thermal warnings appear, or a problem occurs only during a specific action.

Capture a session

  1. Connect and authorize the device.
  2. Open Live Logcat.
  3. Click Start capture.
  4. Reproduce the problem on the phone.
  5. Use the filter field to narrow visible lines when needed.
  6. Click Stop when the relevant event has occurred.
  7. Export the accumulated log to a TXT file.

Useful filter terms

FilterWhy it may help
AndroidRuntimeOften relevant to application crashes.
thermalMay help locate temperature-related messages.
modemMay help narrow cellular-related output on some devices.
crashBroad starting point for crash-related messages.
SamsungMay help narrow vendor-specific output on Samsung devices.

Capture tips

  • Start the capture shortly before reproducing the problem.
  • Record what you were doing and the approximate time of the event.
  • Remember that a filter changes what is visible in the window; review the exported accumulated log when deeper analysis is needed.
  • Inspect the log before sharing it because logs can contain identifiers or other contextual data.