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

Commit 008ce5a5 authored by Rupesh Bansal's avatar Rupesh Bansal
Browse files

Recording UID when a display event is not sent

BUg: 407959840
Test: Manual
Flag: EXEMPT trivial change
Change-Id: I2e81f18c3535c5d453438fccc2fb913eba13cf22
parent d4589335
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4362,7 +4362,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;