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

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

Merge "Log event information when event is dropped"

parents 5517233b 84296558
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2320,8 +2320,8 @@ InputEventInjectionResult InputDispatcher::findTouchedWindowTargetsLocked(
                         return (touchedWindow.targetFlags & InputTarget::FLAG_FOREGROUND) != 0 ||
                                 touchedWindow.windowHandle->getInfo()->isSpy();
                     })) {
        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;
    }