Merge "Fix LockdownVpnTracker deadlock when resetting legacy Always-On VPN" am: c07aed0fd4 am: bfa8b89ed1 am: 2ffc7b4c01

am: 992209592b

Change-Id: I6b9f7942a456fdf790be2961e5b154be49df3121
This commit is contained in:
junyulai
2019-08-30 08:58:39 -07:00
committed by android-build-merger

View File

@@ -4551,7 +4551,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
Slog.w(TAG, "VPN for user " + user + " not ready yet. Skipping lockdown");
return false;
}
setLockdownTracker(new LockdownVpnTracker(mContext, mNMS, this, vpn, profile));
setLockdownTracker(new LockdownVpnTracker(mContext, this, mHandler, vpn, profile));
} else {
setLockdownTracker(null);
}