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

Commit 98b40aac authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Disable ResolverComparator's debug logging" into mnc-dev

parents 3e634d93 06413943
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ import java.util.Map;
class ResolverComparator implements Comparator<ResolvedComponentInfo> {
class ResolverComparator implements Comparator<ResolvedComponentInfo> {
    private static final String TAG = "ResolverComparator";
    private static final String TAG = "ResolverComparator";


    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;


    // Two weeks
    // Two weeks
    private static final long USAGE_STATS_PERIOD = 1000 * 60 * 60 * 24 * 14;
    private static final long USAGE_STATS_PERIOD = 1000 * 60 * 60 * 24 * 14;