Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03084aba authored by Christoph Studer's avatar Christoph Studer
Browse files

NoMan: Disable SQLite stats DO NOT MERGE

Bug: 16777910
Change-Id: I3df8a147e07bf088420769d86bfb766885488506
parent 8591fb27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];