Merge "Revert "Add more logging for wakelock stats inquiries""

This commit is contained in:
Michael Sun
2020-12-30 17:38:41 +00:00
committed by Gerrit Code Review

View File

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