summaryrefslogtreecommitdiffstats
path: root/src/com/android/deskclock/timer/Timers.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/deskclock/timer/Timers.java')
-rw-r--r--src/com/android/deskclock/timer/Timers.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/deskclock/timer/Timers.java b/src/com/android/deskclock/timer/Timers.java
index d835f9c57..756a6a5b8 100644
--- a/src/com/android/deskclock/timer/Timers.java
+++ b/src/com/android/deskclock/timer/Timers.java
@@ -21,7 +21,7 @@ import java.util.Iterator;
public class Timers {
// Logging shared by TimerReceiver and TimerAlertFullScreen
- public static final boolean LOGGING = false;
+ public static final boolean LOGGING = true;
// Private actions processed by the receiver
public static final String START_TIMER = "start_timer";