Log Analytics
Local-First

Log Encyclopedia

Android Logcat

Classic logcat lines with PID/TID, priority, tag, and free-form message for mobile debugging.

Category: Mobile

Regex Pattern

^(?<date>\d{2}-\d{2})\s+(?<time>\d{2}:\d{2}:\d{2}\.\d+)\s+(?<pid>\d+)\s+(?<tid>\d+)\s+(?<priority>[VDIWEAF])\s+(?<tag>[^:]+):\s+(?<message>.*)$

DuckDB Schema

date VARCHAR, time VARCHAR, pid INTEGER, tid INTEGER, priority VARCHAR, tag VARCHAR, message VARCHAR

Ready to analyze?

Click below to open the local DuckDB tool preloaded for Android Logcat.

Analyze Now (Local & Private)Prefilled SQL: SELECT * FROM log_table LIMIT 200;