You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Change log tag
This commit is contained in:
@@ -5,9 +5,10 @@ Zygisk loader for KernelSU, which allows Zygisk modules to run without Magisk en
|
|||||||
## Development road map
|
## Development road map
|
||||||
|
|
||||||
- [x] Basic Zygisk loader
|
- [x] Basic Zygisk loader
|
||||||
- [ ] Stabilize injector
|
- [x] Stabilize injector
|
||||||
- [ ] Separate zygiskd process
|
- [ ] Separate zygiskd process
|
||||||
- [ ] Handle 64 bit only devices
|
- [ ] Handle 64 bit only devices
|
||||||
|
- [ ] DenyList
|
||||||
|
|
||||||
## Running on Magisk
|
## Running on Magisk
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,11 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef LOG_TAG
|
#ifndef LOG_TAG
|
||||||
#define LOG_TAG "zygisksu"
|
#if defined(__LP64__)
|
||||||
|
# define LOG_TAG "zygisksu64"
|
||||||
|
#else
|
||||||
|
# define LOG_TAG "zygisksu32"
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LOG_DISABLED
|
#ifdef LOG_DISABLED
|
||||||
|
|||||||
Reference in New Issue
Block a user