Turn off verbose wakeup-alarm stats

They have served their purpose.

Bug 10112313

Change-Id: Ia88c350c5b51bdd29f23f491b47e4188770b1ea0
This commit is contained in:
Christopher Tate
2013-09-05 14:31:52 -07:00
parent 04c58e9ec1
commit 95b58e251c

View File

@@ -91,7 +91,7 @@ class AlarmManagerService extends IAlarmManager.Stub {
= new Intent().addFlags(Intent.FLAG_FROM_BACKGROUND);
private static final IncreasingTimeOrder sIncreasingTimeOrder = new IncreasingTimeOrder();
private static final boolean WAKEUP_STATS = true;
private static final boolean WAKEUP_STATS = false;
private final Context mContext;