am 9badc08a: Merge "NoMan: Disable SQLite stats DO NOT MERGE" into lmp-dev
* commit '9badc08a7984793d9d0503fd27396be0e079c795': NoMan: Disable SQLite stats DO NOT MERGE
This commit is contained in:
@@ -49,7 +49,7 @@ public class NotificationUsageStats {
|
||||
// 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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user