https://github.com/dergoogler/android-logger
Native Android Logging with Node.js
https://github.com/dergoogler/android-logger
Last synced: 11 months ago
JSON representation
Native Android Logging with Node.js
- Host: GitHub
- URL: https://github.com/dergoogler/android-logger
- Owner: DerGoogler
- Created: 2023-01-06T17:38:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T16:52:23.000Z (over 3 years ago)
- Last Synced: 2024-05-02T06:06:07.110Z (about 2 years ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[mkshrc]: https://github.com/Magisk-Modules-Alt-Repo/mkshrc
# Android Logger
Native Android Logging with Node.js
## Installation
Before you start make sure the [Systemless Mkshrc][mkshrc] is installed on your device.
### Install the GCC Toolchain
There is an for Android
```shell
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][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
```shell
pkg install python
```
As root user
```shell
ln -s /data/data/com.termux/files/usr/python $PREFIX/bin/python
```
...and then install this library
```shell
npm install android-logger
```