From e3152fa86cda600c3d993f8ddb43273f95aaa9f0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 20 May 2012 14:36:00 +0200 Subject: - Fix missing about - Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a --- src/de/blinkt/openvpn/OpenVPNThread.java | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/de/blinkt/openvpn/OpenVPNThread.java') diff --git a/src/de/blinkt/openvpn/OpenVPNThread.java b/src/de/blinkt/openvpn/OpenVPNThread.java index dcd5f4ec..503f4c4c 100644 --- a/src/de/blinkt/openvpn/OpenVPNThread.java +++ b/src/de/blinkt/openvpn/OpenVPNThread.java @@ -29,19 +29,7 @@ public class OpenVPNThread implements Runnable { @Override public void run() { try { - Log.i(TAG, "Starting openvpn"); - - // We try to create the tunnel for several times. The better way - // is to work with ConnectivityManager, such as trying only when - // the network is avaiable. Here we just use a counter to keep - // things simple. - //for (int attempt = 0; attempt < 10; ++attempt) { - mService.getHandler().sendEmptyMessage(R.string.connecting); - - // Log argv - - //OpenVPN.logMessage(0, "argv:" , Arrays.toString(mArgv)); - + Log.i(TAG, "Starting openvpn"); startOpenVPNThreadArgs(mArgv); -- cgit v1.2.3