mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-22 08:25:20 -04:00
Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed: modified: frameworks/inputmethod_controller/include/input_method_controller.h modified: frameworks/inputmethod_controller/src/input_method_controller.cpp modified: services/dfx/include/inputmethod_trace.h modified: services/src/input_method_system_ability.cpp
This commit is contained in:
@@ -85,9 +85,7 @@ using namespace MessageID;
|
||||
}
|
||||
|
||||
int32_t uid = IPCSkeleton::GetCallingUid();
|
||||
std::string strBundleName;
|
||||
strBundleName = "com.inputmethod.default";
|
||||
|
||||
std::string strBundleName = "com.inputmethod.default";
|
||||
auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, "");
|
||||
if (!systemAbility) {
|
||||
IMSA_HILOGI("InputMethodController::GetImsaProxy systemAbility is nullptr");
|
||||
|
||||
Reference in New Issue
Block a user