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

Commit 2ab53028 authored by Michael Sun's avatar Michael Sun
Browse files

Revert "Add more logging for wakelock stats inquiries"

This reverts commit 757b01b9.

Reason for revert: b:173539101 is root caused and AIDL pipeline is proved to transmit wakelock stats flawlessly.

Change-Id: I80c39d55b7d6464a4c8f894406c2393ac554ad66
parent 757b01b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -184,7 +184,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);