This commit is contained in:
LoveSy 2020-11-21 15:46:03 +08:00 committed by 双草酸酯
parent b5b7203350
commit c48ed75ae5
1 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ namespace edxp {
}
if (!ConfigManager::GetInstance()->UpdateAppModuleList(0, "android")) {
skip_ = true;
LOGW("skip injecting into andorid because no module hooks it");
LOGW("skip injecting into android because no module hooks it");
}
PreLoadDex(env, kInjectDexPath);
}
@ -251,7 +251,7 @@ namespace edxp {
} else {
auto config_manager = ConfigManager::ReleaseInstance();
auto context = Context::ReleaseInstance();
LOGD("skipped system server");
LOGD("skipped android");
}
} else {
// in zygote process, res is child zygote pid