A simple app for viewing logs on an android device.
- 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)
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"
Pull requests are welcome! Please use Square's code style for formatting. 🙏