diff options
author | Christoph Studer <chstuder@google.com> | 2014-05-27 16:56:47 +0200 |
---|---|---|
committer | Christoph Studer <chstuder@google.com> | 2014-05-27 16:56:47 +0200 |
commit | 711259a9e4ce842265874f76ee391e1734dd9b5b (patch) | |
tree | 3c7fa523872f4848c89d2ba5ac3d96e3be0cd1ca /services | |
parent | 05e288497258493d11537194439f4ec100175019 (diff) | |
download | frameworks_base-711259a9e4ce842265874f76ee391e1734dd9b5b.zip frameworks_base-711259a9e4ce842265874f76ee391e1734dd9b5b.tar.gz frameworks_base-711259a9e4ce842265874f76ee391e1734dd9b5b.tar.bz2 |
NoMan: Disable SQLite log DO NOT MERGE
Bug: 15279504
Change-Id: I76f9283675537607729ed450471ef4b1d9ec3898
Diffstat (limited to 'services')
-rw-r--r-- | services/core/java/com/android/server/notification/NotificationUsageStats.java | 2 |
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>(); |