diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-04-10 10:58:43 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-04-10 10:58:43 +0200 |
commit | e481245959d63c9aa23c562cae6dbc5aea5eb307 (patch) | |
tree | abff6bcbc9a210dd8a902db00588315c215b3c62 /src/de/blinkt/openvpn/LogWindow.java | |
parent | 33efe31b7b403672e8e0e21ba090bb9bf0afcba0 (diff) |
Always log tun information
I tired of bug reports without this information. Also this removes one of the unclear buttons in the Logwindow
Diffstat (limited to 'src/de/blinkt/openvpn/LogWindow.java')
-rw-r--r-- | src/de/blinkt/openvpn/LogWindow.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/de/blinkt/openvpn/LogWindow.java b/src/de/blinkt/openvpn/LogWindow.java index 5077da4b..5c78f2f6 100644 --- a/src/de/blinkt/openvpn/LogWindow.java +++ b/src/de/blinkt/openvpn/LogWindow.java @@ -46,7 +46,6 @@ import de.blinkt.openvpn.core.ProfileManager; public class LogWindow extends ListActivity implements StateListener { private static final String LOGTIMEFORMAT = "logtimeformat"; private static final int START_VPN_CONFIG = 0; - private String[] mBconfig=null; protected OpenVpnService mService; private ServiceConnection mConnection = new ServiceConnection() { @@ -283,10 +282,6 @@ public class LogWindow extends ListActivity implements StateListener { builder.show(); return true; - } else if(item.getItemId()==R.id.info) { - if(mBconfig==null) - OpenVPN.triggerLogBuilderConfig(); - } else if(item.getItemId()==R.id.send) { ladapter.shareLog(); } else if(item.getItemId()==R.id.edit_vpn) { |