# HG changeset patch # User Carl Byington # Date 1717187838 21600 # Node ID e6fa2c27140fa3bb29bedab70f67643262c3ee03 # Parent 609c9990c9fb60f823a8410bcbe50a027ba4f480 add more debug code diff -r 609c9990c9fb -r e6fa2c27140f app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java --- 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;