Better zygote process detection

This commit is contained in:
topjohnwu
2019-03-08 23:53:53 -05:00
parent ab0cc78d2c
commit 081074ad9d
4 changed files with 38 additions and 19 deletions

View File

@ -18,7 +18,7 @@
using namespace std;
pthread_t proc_monitor_thread;
static pthread_t proc_monitor_thread;
static const char *prop_key[] =
{ "ro.boot.vbmeta.device_state", "ro.boot.verifiedbootstate", "ro.boot.flash.locked",
@ -327,4 +327,3 @@ void auto_start_magiskhide() {
});
}
}