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

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

Merge "Remove redundant logs" into main

parents ec8fc1d9 68722988
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;