NotifyPointerEvent log

Signed-off-by: wang-longhao <wanglonghao3@h-partners.com>
This commit is contained in:
wang-longhao 2024-07-18 09:39:20 +08:00
parent 918ee426da
commit c85d920fe4

View File

@ -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",