Mercurial > 510Connectbot
comparison src/com/five_ten_sg/connectbot/service/TerminalMonitor.java @ 418:39533be5cbe9
remove unneeded catch
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 29 Oct 2014 13:28:59 -0700 |
parents | 4dcc071e1feb |
children | 660ac2d2003b |
comparison
equal
deleted
inserted
replaced
417:4dcc071e1feb | 418:39533be5cbe9 |
---|---|
335 else { | 335 else { |
336 c[1] = cmd; | 336 c[1] = cmd; |
337 pending_commands.offer(c); | 337 pending_commands.offer(c); |
338 } | 338 } |
339 } | 339 } |
340 catch (InterruptedException e) { | |
341 Log.e(TAG, "exception in monitorWrite()", e); | |
342 } | |
343 catch (IOException e) { | 340 catch (IOException e) { |
344 Log.i(TAG, "exception in monitorWrite(), monitor died or closed the socket", e); | 341 Log.i(TAG, "exception in monitorWrite(), monitor died or closed the socket", e); |
345 | 342 |
346 try { | 343 try { |
347 monitor_out.close(); | 344 monitor_out.close(); |