android-logger
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Android Logger

Native Android Logging with Node.js

Installation

Before you start make sure the Systemless Mkshrc is installed on your device.

Install the GCC Toolchain

There is an for Android

curl -sL https://github.com/Googlers-Repo/extra/releases/download/gcc-android-10.2.0/gcc-installer_mkshrc_1.2.2.sh | sh

This script requires Systemless Mkshrc above 1.2.2. If not, some logs might be incorrectly displayed.

Install Python

There are currently no native Python for this, so symlink Python from Termux

As Termux user

pkg install python

As root user

ln -s /data/data/com.termux/files/usr/python $PREFIX/bin/python

...and then install this library

npm install android-logger

Readme

Keywords

none

Package Sidebar

Install

npm i android-logger

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

4.57 kB

Total Files

7

Last publish

Collaborators

  • der_googler