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

Commit 92377b56 authored by Rupesh Bansal's avatar Rupesh Bansal Committed by Android (Google) Code Review
Browse files

Merge "Recording UID when a display event is not sent" into main

parents da024ac7 008ce5a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4371,7 +4371,8 @@ public final class DisplayManagerService extends SystemService {
                if (Trace.isTagEnabled(Trace.TRACE_TAG_POWER)) {
                    Trace.instant(Trace.TRACE_TAG_POWER,
                            "notifyDisplayEventAsync#notSendingEvent=" + event
                                    + ",mInternalEventFlagsMask=" + mInternalEventFlagsMask);
                                    + ",mInternalEventFlagsMask=" + mInternalEventFlagsMask
                                    + ",uid" + mUid);
                }
                // The client is not interested in this event, so do nothing.
                return true;