Merge "Turn off verbose logs and remove log that is covered by verbose logs." into nyc-dev

This commit is contained in:
Joe Onorato
2016-03-24 23:21:46 +00:00
committed by Android (Google) Code Review

View File

@@ -52,7 +52,7 @@ import java.util.concurrent.atomic.AtomicInteger;
*/
class NetworkStatsObservers {
private static final String TAG = "NetworkStatsObservers";
private static final boolean LOGV = true;
private static final boolean LOGV = false;
private static final long MIN_THRESHOLD_BYTES = 2 * MB_IN_BYTES;