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

Commit 711259a9 authored by Christoph Studer's avatar Christoph Studer
Browse files

NoMan: Disable SQLite log DO NOT MERGE

Bug: 15279504
Change-Id: I76f9283675537607729ed450471ef4b1d9ec3898
parent 05e28849
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>();