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

Commit d68200c6 authored by Christoph Studer's avatar Christoph Studer Committed by Android (Google) Code Review
Browse files

Merge "NoMan: Disable SQLite log DO NOT MERGE" into lmp-preview-dev

parents e3975214 711259a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ import java.util.Map;
 * {@hide}
 * {@hide}
 */
 */
public class NotificationUsageStats {
public class NotificationUsageStats {
    private static final boolean ENABLE_SQLITE_LOG = true;
    private static final boolean ENABLE_SQLITE_LOG = false;


    // Guarded by synchronized(this).
    // Guarded by synchronized(this).
    private final Map<String, AggregatedStats> mStats = new HashMap<String, AggregatedStats>();
    private final Map<String, AggregatedStats> mStats = new HashMap<String, AggregatedStats>();