mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-18 17:24:37 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user