From c48ed75ae5e1d9339f4575a717b8e3b9454dfda6 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Sat, 21 Nov 2020 15:46:03 +0800 Subject: [PATCH] Typo --- edxp-core/src/main/cpp/main/src/edxp_context.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edxp-core/src/main/cpp/main/src/edxp_context.cpp b/edxp-core/src/main/cpp/main/src/edxp_context.cpp index ac777773..4e507288 100644 --- a/edxp-core/src/main/cpp/main/src/edxp_context.cpp +++ b/edxp-core/src/main/cpp/main/src/edxp_context.cpp @@ -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