summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/MailLogService.java
diff options
context:
space:
mode:
authorVikram Aggarwal <viki@google.com>2013-04-08 14:47:01 -0700
committerVikram Aggarwal <viki@google.com>2013-04-08 14:47:01 -0700
commit1fc5b00641a9a506439f3efc0f1063d0bd6167a3 (patch)
tree99dd742aa3be882e94c0030d63cf30fbf6adf47e /src/com/android/mail/MailLogService.java
parent06f392fc1edc591a2c97f50962ab7efe38f92d71 (diff)
downloadandroid_packages_apps_UnifiedEmail-1fc5b00641a9a506439f3efc0f1063d0bd6167a3.tar.gz
android_packages_apps_UnifiedEmail-1fc5b00641a9a506439f3efc0f1063d0bd6167a3.tar.bz2
android_packages_apps_UnifiedEmail-1fc5b00641a9a506439f3efc0f1063d0bd6167a3.zip
Disable MailLogService
This is needed only during development, and can be disabled now. Bug: 8568764 Disable MailLogService Change-Id: I136b13ef76200d3d895b9c1cb0fe7b105d686068
Diffstat (limited to 'src/com/android/mail/MailLogService.java')
-rw-r--r--src/com/android/mail/MailLogService.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/mail/MailLogService.java b/src/com/android/mail/MailLogService.java
index 9d06bb5d5..4fd63bb26 100644
--- a/src/com/android/mail/MailLogService.java
+++ b/src/com/android/mail/MailLogService.java
@@ -50,9 +50,8 @@ import java.util.Queue;
public class MailLogService extends Service {
/**
* This is the top level flag that enables this service.
- * STOPSHIP: Turn to false before a release.
*/
- public static boolean DEBUG_ENABLED = true;
+ public static boolean DEBUG_ENABLED = false;
/** The tag which needs to be turned to DEBUG to get logging going. */
protected static final String LOG_TAG = LogTag.getLogTag();