Merge "Add more logging for wakelock stats inquiries"

This commit is contained in:
Treehugger Robot
2020-12-04 23:45:55 +00:00
committed by Gerrit Code Review

View File

@@ -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);