Signed-off-by: GlaryCastle <yangpeng190@huawei.com>

Changes to be committed:
	modified:   services/dfx/src/inputmethod_dump.cpp
	modified:   services/src/input_method_system_ability.cpp
This commit is contained in:
GlaryCastle
2022-07-07 21:59:37 +08:00
parent 2588889ce0
commit ebe14ad3c7
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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
@@ -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;
}