Adjust scripts for resetprop

This commit is contained in:
topjohnwu
2016-11-05 02:38:02 +08:00
parent 1d0c36a0ab
commit bcdd74514f
4 changed files with 49 additions and 33 deletions

View File

@@ -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");