Merge "Turn down the logging in ApfFilter." into nyc-dev

This commit is contained in:
Joe Onorato
2016-03-18 00:07:52 +00:00
committed by Android (Google) Code Review

View File

@@ -90,7 +90,7 @@ public class ApfFilter {
}
private static final String TAG = "ApfFilter";
private static final boolean VDBG = true;
private static final boolean VDBG = false;
private final ConnectivityService mConnectivityService;
private final NetworkAgentInfo mNai;