/LogcatReader

A simple app for viewing logs on an android device.

Primary LanguageKotlinMIT LicenseMIT

Logcat Reader

A simple app for viewing logs on an android device.

This fork is based on Logcat Reader by darshanparajuli

Downloads

Github releases

Screenshots

Usage

Use ADB to grant android.permission.READ_LOGS to LogCatReader.

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

or use root permission to grant this permission.
On newer android versions (Android 13+) you still need to allow access all device logs manually.

Contributing

Pull requests are welcome!