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

Commit d051fbac authored by Michael Sun's avatar Michael Sun Committed by Automerger Merge Worker
Browse files

Merge "Revert "Add more logging for wakelock stats inquiries"" am: 4f177428

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1534146

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2b5e05921705fbb9db802dc1ddf007face99dfe2
parents 0eed51c4 4f177428
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -190,7 +190,6 @@ public class KernelWakelockReader {

        try {
            wlStats = mSuspendControlService.getWakeLockStats();
            Slog.i(TAG, "Number of wakelock obtained from SystemSuspend: " + wlStats.length);
            updateWakelockStats(wlStats, staleStats);
        } catch (RemoteException e) {
            Slog.wtf(TAG, "Failed to obtain wakelock stats from ISuspendControlService", e);