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