am 8fe79f66: Merge "Turn off verbose wakeup-alarm stats" into klp-dev

* commit '8fe79f666dc1ba4b7820e412bb6aa8aea7d4b151':
  Turn off verbose wakeup-alarm stats
This commit is contained in:
Christopher Tate
2013-09-05 16:15:48 -07:00
committed by Android Git Automerger

View File

@@ -91,7 +91,7 @@ class AlarmManagerService extends IAlarmManager.Stub {
= new Intent().addFlags(Intent.FLAG_FROM_BACKGROUND); = new Intent().addFlags(Intent.FLAG_FROM_BACKGROUND);
private static final IncreasingTimeOrder sIncreasingTimeOrder = new IncreasingTimeOrder(); 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; private final Context mContext;