diff --git a/frameworks/proxy/event_handler/src/key_event_input_subscribe_manager.cpp b/frameworks/proxy/event_handler/src/key_event_input_subscribe_manager.cpp index 23d1c2ad9c6ad9af91dcabd0643f79aedb241ff5..c5736589acc0b5069a338479ceae313dc1b18e62 100644 --- a/frameworks/proxy/event_handler/src/key_event_input_subscribe_manager.cpp +++ b/frameworks/proxy/event_handler/src/key_event_input_subscribe_manager.cpp @@ -439,6 +439,7 @@ KeyEventInputSubscribeManager::GetSubscribeKeyEvent(int32_t id) } std::lock_guard guard(mtx_); for (const auto &subscriber : subscribeInfos_) { + MMI_HILOGI("Subscriber id:%{public}d", subscriber.GetSubscribeId); if (subscriber.GetSubscribeId() == id) { return std::make_shared(subscriber); }