8000 GitHub - dex2oat/LogcatReader: A simple app for viewing logcat logs on an android device.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dex2oat/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. 🙏

About

A simple app for viewing logcat logs on an android device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.9%
  • Java 0.1%
0