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

Commit 54b570ea authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add more logging for wakelock stats inquiries" am: e98c2145 am: 9aafb7ca am: 7400c11e

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

Change-Id: Ic7383de3d521e399b4071ed456d9ae0a137e283f
parents 90637223 7400c11e
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);