Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ae5999e authored by Christopher Tate's avatar Christopher Tate Committed by The Android Automerger
Browse files

Turn off Alarm Manager logspew pending a more friendly implementation

Bug 10055940

Change-Id: I75bcbdf6177f5faa41f420518513a22f47bcac5e
parent b0c41cfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ class AlarmManagerService extends IAlarmManager.Stub {
    private static final String ClockReceiver_TAG = "ClockReceiver";
    private static final boolean localLOGV = false;
    private static final boolean DEBUG_BATCH = localLOGV || false;
    private static final boolean DEBUG_VALIDATE = localLOGV || true;
    private static final boolean DEBUG_VALIDATE = localLOGV || false;
    private static final int ALARM_EVENT = 1;
    private static final String TIMEZONE_PROPERTY = "persist.sys.timezone";