Skip to content

darshanparajuli/LogcatReader

Repository files navigation

Logcat Reader

A simple app for viewing logs on an android device.

Get it on F-Droid Get it on Google Play

Features

  • Nice UI (open an issue if you disagree :P)
  • Record, save, share or export logcat logs
  • Filter logs by app (or package name), tag, message, priority, pid, tid, date, time, etc.
    • Message, tag, and package name support regex
  • Robust search functionality with highlighting and regex support
  • Various display options (compact mode, for example)

Screenshots

Pre-requisite

Use ADB to grant android.permission.READ_LOGS to Logcat Reader.

adb shell "pm grant com.dp.logcatapp android.permission.READ_LOGS && am force-stop com.dp.logcatapp"

Contributing

Pull requests are welcome! Please use Square's code style for formatting. 🙏