Mercurial > 510Connectbot
changeset 520:e6fa2c27140f
add more debug code
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 31 May 2024 14:37:18 -0600 |
parents | 609c9990c9fb |
children | 5d55f83b4e87 |
files | app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java Fri May 31 14:35:00 2024 -0600 +++ b/app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java Fri May 31 14:37:18 2024 -0600 @@ -482,9 +482,9 @@ Log.d(TAG, "trying to read " + fn); reader = new BufferedReader(new FileReader(fn)); } - catch (Exception e) { + catch (Exception ee) { Log.d(TAG, "cannot read either file"); - return; + return launch; } } String line = null;