Skip to content

Logcat

Read Android logcat with powerful filtering by tag, priority, time, and search string. Also supports clearing the buffer.

ParameterTypeRequiredDefaultDescription
linesnumberNo100Maximum number of recent log lines
tagstringNoFilter by log tag (e.g., MyApp)
priority"V" | "D" | "I" | "W" | "E" | "F"NoMinimum log priority level
sincestringNoOnly logs since this time (e.g., 2025-01-15 10:30:00.000)
grepstringNoFilter lines containing this string (case-insensitive)
deviceIdstringNoTarget device serial

Show the last 100 error logs from my device

Show logcat for tag MyApp with Warning priority

Search logcat for NullPointerException

Show logs since 2025-01-15 10:30:00

Clear the logcat buffer

  • Screenshot — Capture visual state alongside logs
  • Device Shell — Run dumpsys commands for deeper debugging