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: 8 days ago
JSON representation

A simple app for viewing logs on an android device.

Lists

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

## 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. 🙏