Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T04:23:01.000Z (7 months ago)
- Last Synced: 2024-10-15T15:26:13.759Z (22 days ago)
- Topics: android, android-app, android-application, android-device, kotlin, kotlin-android, logcat
- Language: Kotlin
- Homepage:
- Size: 4.38 MB
- Stars: 585
- Watchers: 56
- Forks: 104
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logcat Reader [![Build Status](https://travis-ci.org/darshanparajuli/LogcatReader.svg?branch=master)](https://travis-ci.org/darshanparajuli/LogcatReader)
A simple app for viewing logs on an android device.
## Screenshots
## Usage
Use ADB to grant `android.permission.READ_LOGS` to LogCatReader.
```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. 🙏