Typo
This commit is contained in:
parent
b5b7203350
commit
c48ed75ae5
|
|
@ -236,7 +236,7 @@ namespace edxp {
|
||||||
}
|
}
|
||||||
if (!ConfigManager::GetInstance()->UpdateAppModuleList(0, "android")) {
|
if (!ConfigManager::GetInstance()->UpdateAppModuleList(0, "android")) {
|
||||||
skip_ = true;
|
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);
|
PreLoadDex(env, kInjectDexPath);
|
||||||
}
|
}
|
||||||
|
|
@ -251,7 +251,7 @@ namespace edxp {
|
||||||
} else {
|
} else {
|
||||||
auto config_manager = ConfigManager::ReleaseInstance();
|
auto config_manager = ConfigManager::ReleaseInstance();
|
||||||
auto context = Context::ReleaseInstance();
|
auto context = Context::ReleaseInstance();
|
||||||
LOGD("skipped system server");
|
LOGD("skipped android");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// in zygote process, res is child zygote pid
|
// in zygote process, res is child zygote pid
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue