# LogcatReader **Repository Path**: github-android-mirror/LogcatReader ## Basic Information - **Project Name**: LogcatReader - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-23 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. Get it on F-Droid Get it on Google Play ## 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. 🙏