Loading services/java/com/android/server/ConnectivityService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1297,6 +1297,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { " teardown"); if (!teardown(otherNet)) { Slog.e(TAG, "Network declined teardown request"); teardown(thisNet); return; } if (isFailover) { Loading Loading
services/java/com/android/server/ConnectivityService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1297,6 +1297,7 @@ public class ConnectivityService extends IConnectivityManager.Stub { " teardown"); if (!teardown(otherNet)) { Slog.e(TAG, "Network declined teardown request"); teardown(thisNet); return; } if (isFailover) { Loading