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

Commit 68722988 authored by Matt Buckley's avatar Matt Buckley
Browse files

Remove redundant logs

Change-Id: I0831e4988a9158ddcd6583e0c41021c7c034d48e
Test: n/a
Flag: EXEMPT refactor
Bug: 342000735
parent 6244932b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1282,11 +1282,9 @@ public final class HintManagerService extends SystemService {
        boolean updateHintAllowedByProcState(boolean allowed) {
            synchronized (this) {
                if (allowed && !mUpdateAllowedByProcState && !mShouldForcePause) {
                    Slogf.e(TAG, "ADPF IS GETTING RESUMED? UID: " + mUid + " TAG: " + mTag);
                    resume();
                }
                if (!allowed && mUpdateAllowedByProcState) {
                    Slogf.e(TAG, "ADPF IS GETTING PAUSED? UID: " + mUid + " TAG: " + mTag);
                    pause();
                }
                mUpdateAllowedByProcState = allowed;