There was an error while loading. Please reload this page.
1 parent e7cba75 commit 910f044Copy full SHA for 910f044
DroidWatcher/src/com/droidwatcher/Debug.java
@@ -16,7 +16,7 @@
16
17
public class Debug {
18
//TODO: don't forget about debug
19
- public static final Boolean DEBUG = false;
+ public static final Boolean DEBUG = true;
20
21
private static final String sTag = "DEBUG";
22
private static StringBuilder sStringBuilder;
0 commit comments