Merge "Revert "Add more logging for wakelock stats inquiries"" am: 4f1774283c am: d051fbac00
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1534146 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I737867f97653ab76aa2a50d0c2323b0337574262
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user