Loading services/core/java/com/android/server/connectivity/Vpn.java +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
services/core/java/com/android/server/connectivity/Vpn.java +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading