From ebe14ad3c74565a23635954853644e0da2d3b7a8 Mon Sep 17 00:00:00 2001 From: GlaryCastle Date: Thu, 7 Jul 2022 21:59:37 +0800 Subject: [PATCH] Signed-off-by: GlaryCastle Changes to be committed: modified: services/dfx/src/inputmethod_dump.cpp modified: services/src/input_method_system_ability.cpp --- services/dfx/src/inputmethod_dump.cpp | 2 -- services/src/input_method_system_ability.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/services/dfx/src/inputmethod_dump.cpp b/services/dfx/src/inputmethod_dump.cpp index 93bdbfe..f88750b 100644 --- a/services/dfx/src/inputmethod_dump.cpp +++ b/services/dfx/src/inputmethod_dump.cpp @@ -79,9 +79,7 @@ void InputmethodDump::ShowHelp(int fd) void InputmethodDump::ShowIllealInfomation(int fd) { - IMSA_HILOGI("InputmethodDump::ShowIllealInfomation start."); dprintf(fd, "%s\n", illegalInfo.c_str()); - IMSA_HILOGI("InputmethodDump::ShowIllealInfomation end."); } } // namespace MiscServices } // namespace OHOS \ No newline at end of file diff --git a/services/src/input_method_system_ability.cpp b/services/src/input_method_system_ability.cpp index 126d6ef..09953a9 100644 --- a/services/src/input_method_system_ability.cpp +++ b/services/src/input_method_system_ability.cpp @@ -135,7 +135,6 @@ namespace MiscServices { for (auto item : args) { argsStr.emplace_back(Str16ToStr8(item)); } - IMSA_HILOGI("InputMethodSystemAbility::InputmethodDump::Dump"); InputmethodDump::GetInstance().Dump(fd, argsStr); return ERR_OK; }