mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 13:42:27 +00:00
Add CLI to detect MagiskHide status
This commit is contained in:
@@ -29,7 +29,7 @@ extern char *system_block, *vendor_block, *magiskloop;
|
||||
static void term_thread(int) {
|
||||
LOGD("proc_monitor: running cleanup\n");
|
||||
hide_list.clear(true);
|
||||
hide_enabled = 0;
|
||||
hide_enabled = false;
|
||||
close(sockfd);
|
||||
sockfd = -1;
|
||||
pthread_mutex_destroy(&list_lock);
|
||||
|
||||
Reference in New Issue
Block a user