summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorChristoph Studer <chstuder@google.com>2014-05-27 17:41:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-27 17:41:34 +0000
commitd68200c66b775ae991e9217dd021ef3713f4cc8e (patch)
treeea08a6b587933c3070587b7d5871cdfa555e59d8 /services
parente39752144960e36aba3db8d3c5399bce7f374011 (diff)
parent711259a9e4ce842265874f76ee391e1734dd9b5b (diff)
downloadframeworks_base-d68200c66b775ae991e9217dd021ef3713f4cc8e.zip
frameworks_base-d68200c66b775ae991e9217dd021ef3713f4cc8e.tar.gz
frameworks_base-d68200c66b775ae991e9217dd021ef3713f4cc8e.tar.bz2
Merge "NoMan: Disable SQLite log DO NOT MERGE" into lmp-preview-dev
Diffstat (limited to 'services')
-rw-r--r--services/core/java/com/android/server/notification/NotificationUsageStats.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/notification/NotificationUsageStats.java b/services/core/java/com/android/server/notification/NotificationUsageStats.java
index 009943f..66cc532 100644
--- a/services/core/java/com/android/server/notification/NotificationUsageStats.java
+++ b/services/core/java/com/android/server/notification/NotificationUsageStats.java
@@ -46,7 +46,7 @@ import java.util.Map;
* {@hide}
*/
public class NotificationUsageStats {
- private static final boolean ENABLE_SQLITE_LOG = true;
+ private static final boolean ENABLE_SQLITE_LOG = false;
// Guarded by synchronized(this).
private final Map<String, AggregatedStats> mStats = new HashMap<String, AggregatedStats>();