Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb00ab90 authored by Joe Onorato's avatar Joe Onorato Committed by android-build-merger
Browse files

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

am: 7c4b7c45

* commit '7c4b7c45':
  Turn down the logging in ApfFilter.
parents 5d267472 7c4b7c45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;