From 17663f38c0c528619d7b157894eb17354205d5eb Mon Sep 17 00:00:00 2001 From: yangjintaoYYDS Date: Sat, 6 Sep 2025 18:44:31 +0800 Subject: [PATCH] 0905 Signed-off-by: yangjintaoYYDS --- .../event_handler/src/key_event_input_subscribe_manager.cpp | 1 + 1 file changed, 1 insertion(+) 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 23d1c2ad9c..c5736589ac 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); } -- Gitee