-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add build.sh and update README.md
- Loading branch information
Showing
6 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
LogDisablerLite.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Empty file.
Empty file.