Skip to content

Commit

Permalink
feat: add build.sh and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shizhx committed Nov 22, 2022
1 parent f6ded24 commit 73a173b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LogDisablerLite.zip
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# LogDisablerLite

Some Android OS like MIUI always print log even if log level turn to off in Developer Settings, this magisk module patch the liblog.so to disable all log.

Early Tested on:

- Realme GT2 @realme UI 3.0
- Redmi K50 @ MIUI 13.0.13
- Google Pixel 1 @LineageOS 18.1
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

rm "LogDisablerLite.zip"
pushd src || exit 1
zip -r "../LogDisablerLite.zip" ./*
popd || exit 2
Empty file modified src/customize.sh
100644 → 100755
Empty file.
Empty file modified src/post-fs-data.sh
100644 → 100755
Empty file.
Empty file modified src/service.sh
100644 → 100755
Empty file.

0 comments on commit 73a173b

Please sign in to comment.