commit | 03084aba241d3e77d5413ed5786f14dab0981a9e | [log] [tgz] |
---|---|---|
author | Christoph Studer <chstuder@google.com> | Mon Sep 01 11:23:26 2014 +0200 |
committer | Christoph Studer <chstuder@google.com> | Mon Sep 01 11:27:46 2014 +0200 |
tree | f7f2989d7f7b09193fcc82da23a85f1bc2776711 | |
parent | 8591fb27c01f340edb390e689658a9a4591a52e7 [diff] |
NoMan: Disable SQLite stats DO NOT MERGE Bug: 16777910 Change-Id: I3df8a147e07bf088420769d86bfb766885488506
diff --git a/services/core/java/com/android/server/notification/NotificationUsageStats.java b/services/core/java/com/android/server/notification/NotificationUsageStats.java index 3d13d21..8278c4f 100644 --- a/services/core/java/com/android/server/notification/NotificationUsageStats.java +++ b/services/core/java/com/android/server/notification/NotificationUsageStats.java
@@ -49,7 +49,7 @@ // WARNING: Aggregated stats can grow unboundedly with pkg+id+tag. // Don't enable on production builds. private static final boolean ENABLE_AGGREGATED_IN_MEMORY_STATS = false; - private static final boolean ENABLE_SQLITE_LOG = true; + private static final boolean ENABLE_SQLITE_LOG = false; private static final AggregatedStats[] EMPTY_AGGREGATED_STATS = new AggregatedStats[0];