mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 16:51:23 +00:00
Adjust scripts for resetprop
This commit is contained in:
@@ -160,7 +160,7 @@ int main(int argc, char **argv, char **envp) {
|
||||
logfile = fopen("/cache/magisk.log", "a+");
|
||||
setbuf(logfile, NULL);
|
||||
|
||||
pthread_t list_monitor, unmount_thread;
|
||||
pthread_t list_monitor;
|
||||
|
||||
pthread_mutex_init(&mutex, NULL);
|
||||
pthread_create(&list_monitor, NULL, monitor_list, "/magisk/.core/magiskhide/hidelist");
|
||||
|
Submodule jni/sepolicy-inject updated: 3a0df56605...be1dcb7264
Reference in New Issue
Block a user