Git Product home page Git Product logo

xlogcatmanager's Introduction

XLogcatManager

Build status

XLogcatManager is an Android app to improve LogcatManager added in Android 13 using Xposed hooks. The app requires a rooted device to work.

Android 13 added LogcatManager which shows a dialog when an app runs logcat command that has READ_LOGS permission before it is allowed to read system wide logs and access is only allowed for the next 60s, after which approval is required again. Access dialog will only be shown if the app is on the top, even if it has a foreground service, and access will be denied for all other background apps automatically. On previous android versions, the app only needed to be granted READ_LOGS permission once with adb or root and then could read logs whenever it wanted.

This affects automation apps like Tasker and terminal apps like Termux which won't be able to run logcat commands with ease anymore, unless granted adb or root access to run logcat commands, which doesn't show the dialog and access is automatically granted. The tasker app in its recent beta v6.1.3-beta has added support to use adb or root for logcat commands, like run for Logcat Entry event, because of issues with current design.

The XLogcatManager xposed module was created to allow rooted users to not have to grant adb or root access to apps that shouldn't require it just to read logs by solving LogcatManager design issues and some bugs.

Check the issuetracker at https://issuetracker.google.com/issues/243904932 for more details of the LogcatManager design and current bugs.

Other related links are

The module is based on currently latest Android 13 avd and pixel builds for July/Aug 2022 and may break depending on changes or fixups made in future builds, so use at your own risk and keep checking the github repo for updates. If you get into a bootloop, check magisk guide for how to disable modules.

Contents

Installation

Latest version is v0.1.0.

The APK files of different sources are signed with different signature keys. Do not attempt to mix them together, i.e do not try to install the app from Github Releases and then from a different source like Github Actions. Android Package Manager will also normally not allow installation of APKs with different signatures and you will get errors on installation like App not installed, Failed to install due to an unknown error, INSTALL_FAILED_UPDATE_INCOMPATIBLE, INSTALL_FAILED_SHARED_USER_INCOMPATIBLE, signatures do not match previously installed version, etc. This restriction can be bypassed with root or with custom roms.

If you wish to install from a different source, then you must uninstall the existing XLogcatManager APK from your device first, then install APK from the new source.

Github Releases

XLogcatManager application official releases can be obtained from Github Releases.

The APKs for Github Releases will be listed under Assets drop-down of a release. These are automatically attached when a new version is released.

Github Actions

XLogcatManager application beta releases can be obtained from Github Build action workflows.

The APKs for Github Build action workflows will be listed under Artifacts section of a workflow run. These are created for each commit/push done to the repository and can be used by users who don't want to wait for releases and want to try out the latest features immediately or want to test their pull requests. Note that for action workflows, you need to be logged into a Github account for the Artifacts links to be enabled/clickable. If you are using the Github app, then make sure to open workflow link in a browser like Chrome or Firefox that has your Github account logged in since the in-app browser may not be logged in.

The APKs are debuggable.

Usage

  • Root device with Magisk. Optionally enable zygisk in its settings.

  • Install LSPosed. EdXposed is untested. EdXposed and other implementations will not work if they don't have XposedBridge.deoptimizeMethod() method implemented, check LSPosed/LSPosed#1123 and XposedModule.deoptimizeMethod() for details.

  • Install XLogcatManager apk and enable it in LSPosed modules list. Only Android System Framework needs to enabled for module scope. For running on Android avd, check XposedModule class javadocs.

  • Reboot device. Rebooting will be required whenever module is installed/updated for changes to take effect.

  • If module does not work or to debug issues, check logcat. Take logcat dump by running adb logcat -d > logcat.txt from a PC over ADB or su -c 'logcat -d > /sdcard/logcat.txt' in an app granted root access, like Termux. Hooking is done during boot time, so run logcat right after boot completes to get related log entries.

Features

Current features are listed below. Further configuration options can be added in future when I get time.

  • Allows access till next reboot to the app if users selects allow button in the allow access dialog instead of just for the next 60s.
  • No 60s timeout to reshow dialog if access was (accidentally) denied by user.
  • The dialog will also show for apps with foreground service instead of just top apps.
  • Fixes the bugs mentioned in the issuetracker issue based on the solutions provided, but implementation is slightly different in some cases due to method hooking limitations. The main classes that do the hooking are XLogcatManagerService.java and XLogAccessDialogActivity.java.

xlogcatmanager's People

Contributors

agnostic-apollo 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.