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

Commit da568542 authored by Chalard Jean's avatar Chalard Jean Committed by Gerrit Code Review
Browse files

Merge "Opportunistic cleanup"

parents 597234f1 f7742a20
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -77,8 +77,6 @@ public class LockdownVpnTracker {
    private final PendingIntent mResetIntent;

    private String mAcceptedEgressIface;
    private String mAcceptedIface;
    private List<LinkAddress> mAcceptedSourceAddr;

    private int mErrorCount;

@@ -176,11 +174,6 @@ public class LockdownVpnTracker {
            final String iface = vpnConfig.interfaze;
            final List<LinkAddress> sourceAddrs = vpnConfig.addresses;

            if (TextUtils.equals(iface, mAcceptedIface)
                  && sourceAddrs.equals(mAcceptedSourceAddr)) {
                return;
            }

            Slog.d(TAG, "VPN connected using iface=" + iface +
                    ", sourceAddr=" + sourceAddrs.toString());
            EventLogTags.writeLockdownVpnConnected(egressType);