https://github.com/darshanparajuli/logcatreader
A simple app for viewing logs on an android device.
https://github.com/darshanparajuli/logcatreader
android android-app android-application android-device kotlin kotlin-android logcat
Last synced: 12 months ago
JSON representation
A simple app for viewing logs on an android device.
- Host: GitHub
- URL: https://github.com/darshanparajuli/logcatreader
- Owner: darshanparajuli
- License: mit
- Created: 2017-11-20T20:17:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T21:47:10.000Z (about 1 year ago)
- Last Synced: 2025-04-03T04:09:21.707Z (about 1 year ago)
- Topics: android, android-app, android-application, android-device, kotlin, kotlin-android, logcat
- Language: Kotlin
- Homepage:
- Size: 4.71 MB
- Stars: 616
- Watchers: 55
- Forks: 111
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Logcat Reader [](https://travis-ci.org/darshanparajuli/LogcatReader)
A simple app for viewing logs on an android device.
## Screenshots

## Pre-requisite
Use ADB to grant `android.permission.READ_LOGS` to Logcat Reader.
```sh
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](https://github.com/square/java-code-styles) for formatting. 🙏

