From 8ced9f378613425efb9949196e967dbe2f03a63a Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 7 Nov 2013 22:40:51 +0100 Subject: Fine tune log window. --HG-- rename : res/layout-w720dp/log_fragment.xml => res/layout-sw600dp/log_fragment.xml rename : res/values-w600dp/dimens.xml => res/values-sw600dp/dimens.xml --- src/de/blinkt/openvpn/VpnProfile.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/de/blinkt/openvpn/VpnProfile.java') diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index ce2aab37..7b5faae3 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -642,6 +642,8 @@ public class VpnProfile implements Serializable { exp=e; } catch (NoCertReturnedException e) { exp =e; + } catch (IllegalArgumentException e) { + exp =e; } catch (AssertionError e) { if (tries ==0) return null; -- cgit v1.2.3