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