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

Commit 7a8797f6 authored by Joe Onorato's avatar Joe Onorato
Browse files

Turn down the logging in ApfFilter.

Bug: 27685384
Change-Id: I3583a61bfd7570caf017ee53f8b190388e3aa400
parent 0b3a9cee
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;