Merge "Revert "Add more logging for wakelock stats inquiries""
This commit is contained in:
@@ -190,7 +190,6 @@ public class KernelWakelockReader {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
wlStats = mSuspendControlService.getWakeLockStats();
|
wlStats = mSuspendControlService.getWakeLockStats();
|
||||||
Slog.i(TAG, "Number of wakelock obtained from SystemSuspend: " + wlStats.length);
|
|
||||||
updateWakelockStats(wlStats, staleStats);
|
updateWakelockStats(wlStats, staleStats);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
Slog.wtf(TAG, "Failed to obtain wakelock stats from ISuspendControlService", e);
|
Slog.wtf(TAG, "Failed to obtain wakelock stats from ISuspendControlService", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user