Giter Club home page Giter Club logo

syslog's Introduction

SysLog

This is a simple application that records various log types, and compresses them as a zip file. The logs are saved in the application's private cache directory named by the date and time.

You can access the zip files through the system document picker - Select the SysLog app to view collected log zips.

Get it on Google Play Get it on F-Droid

Enabling Log Access via ADB (No root required)

To enable access to some logs (Logcat and Radio) to SysLog, you will need to grant the READ_LOGS permision using a computer with ADB. ADB is part of the Android platform-tools, and you need to enable ADB access on you device.

From a command line with adb available, you can grant the READ_LOGS permission via the following command:

adb shell pm grant com.tortel.syslog android.permission.READ_LOGS

This command tells the phone's package manager to grant the READ_LOGS permission to SysLog.

How exactly do I get adb working?

There is a detailed guide from XDA-Developers for information on what ADB is, and how to set it up.

There is also some official documentation here.

Do I need a computer to do this?

Yes. When you access a device over ADB, you have some privileged access. This can not be done on the device.

Note about Root Access

Even with granting the READ_LOGS permission to the app via adb, it may still not be possible to get all logs without root access. The only logs that should work after granting permisssions are logcat and radio logs - the rest may still be restricted.

syslog's People

Contributors

luca020400 avatar poussinou avatar tortel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.