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

Commit e98c2145 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add more logging for wakelock stats inquiries"

parents 471929b9 757b01b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ 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);