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

am: 7c4b7c4

* commit '7c4b7c452e9a2705e337d2cc8736aac788defece':
  Turn down the logging in ApfFilter.
This commit is contained in:
Joe Onorato
2016-03-18 00:11:28 +00:00
committed by android-build-merger

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;