Fix stop magiskhide

This commit is contained in:
vvb2060
2021-01-24 01:22:02 +08:00
committed by topjohnwu
parent 96405c26d0
commit 5113f6d375
3 changed files with 4 additions and 4 deletions
-4
View File
@@ -20,10 +20,6 @@ map<int, vector<string_view>> uid_proc_map; /* uid -> list of process */
// Locks the variables above
pthread_mutex_t hide_state_lock = PTHREAD_MUTEX_INITIALIZER;
#if !ENABLE_INJECT
static pthread_t monitor_thread;
#endif
void update_uid_map() {
mutex_guard lock(hide_state_lock);
uid_proc_map.clear();