am 98b40aac: Merge "Disable ResolverComparator\'s debug logging" into mnc-dev
* commit '98b40aac8399d8befc5099955a34ce54df477d8f': Disable ResolverComparator's debug logging
This commit is contained in:
@@ -45,7 +45,7 @@ import java.util.Map;
|
||||
class ResolverComparator implements Comparator<ResolvedComponentInfo> {
|
||||
private static final String TAG = "ResolverComparator";
|
||||
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
// Two weeks
|
||||
private static final long USAGE_STATS_PERIOD = 1000 * 60 * 60 * 24 * 14;
|
||||
|
||||
Reference in New Issue
Block a user