mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 15:00:12 +00:00
NotifyPointerEvent log
Signed-off-by: wang-longhao <wanglonghao3@h-partners.com>
This commit is contained in:
parent
918ee426da
commit
c85d920fe4
@ -2768,7 +2768,7 @@ void WindowSessionImpl::NotifyPointerEvent(const std::shared_ptr<MMI::PointerEve
|
||||
std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr();
|
||||
if (uiContent != nullptr) {
|
||||
if (pointerEvent->GetPointerAction() != MMI::PointerEvent::POINTER_ACTION_MOVE) {
|
||||
TLOGI(WmsLogTag::WMS_EVENT, "InputTracking id:%{public}d",
|
||||
TLOGI(WmsLogTag::WMS_EVENT, "Input id:%{public}d",
|
||||
pointerEvent->GetId());
|
||||
}
|
||||
HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "WindowSessionImpl:pointerEvent Send id:%d action:%d",
|
||||
|
Loading…
Reference in New Issue
Block a user