mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-15 21:45:06 -05:00
SSLDroidTunnelDetails: remove unnecessary except clause
Signed-off-by: Balint Kovacs <blint@balabit.hu>
This commit is contained in:
parent
c97ab2bb80
commit
60646b523c
@ -55,8 +55,6 @@ public class Relay extends Thread {
|
|||||||
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
|
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
|
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
|
||||||
} catch (InterruptedException e) {
|
|
||||||
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
|
|
||||||
} finally {
|
} finally {
|
||||||
try {
|
try {
|
||||||
in.close();
|
in.close();
|
||||||
|
Loading…
Reference in New Issue
Block a user