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

Commit 827296b7 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android (Google) Code Review
Browse files

Merge "Update state to failed if the VPN fails to connect." into lmp-dev

parents 38dd601d 43840609
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1200,6 +1200,7 @@ public class Vpn {
                }
            } catch (Exception e) {
                Log.i(TAG, "Aborting", e);
                updateState(DetailedState.FAILED, e.getMessage());
                exit();
            } finally {
                // Kill the daemons if they fail to stop.