Loading core/java/com/android/internal/os/KernelWakelockReader.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/java/com/android/internal/os/KernelWakelockReader.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading