am 98b40aac: Merge "Disable ResolverComparator\'s debug logging" into mnc-dev

* commit '98b40aac8399d8befc5099955a34ce54df477d8f':
  Disable ResolverComparator's debug logging
This commit is contained in:
Adam Powell
2015-06-11 17:26:50 +00:00
committed by Android Git Automerger

View File

@@ -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;