Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f64f13e0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log event information when event is dropped" into tm-dev

parents 786237d5 1fb18917
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2350,8 +2350,8 @@ InputEventInjectionResult InputDispatcher::findTouchedWindowTargetsLocked(
                                        *touchedWindow.windowHandle->getInfo()) ||
                                 (touchedWindow.targetFlags & InputTarget::FLAG_FOREGROUND) != 0;
                     })) {
        ALOGI("Dropping event because there is no touched window on display %d to receive it.",
              displayId);
        ALOGI("Dropping event because there is no touched window on display %d to receive it: %s",
              displayId, entry.getDescription().c_str());
        injectionResult = InputEventInjectionResult::FAILED;
        goto Failed;
    }