comparison app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java @ 522:645d22a0e8cb

add more debug code
author Carl Byington <carl@five-ten-sg.com>
date Fri, 31 May 2024 18:30:19 -0600
parents 5d55f83b4e87
children 775a81a78a2b
comparison
equal deleted inserted replaced
521:5d55f83b4e87 522:645d22a0e8cb
620 db.close(); 620 db.close();
621 } 621 }
622 } 622 }
623 623
624 reader.close(); 624 reader.close();
625 if (del) (new File(fn)).delete(); 625 if (del) {
626 Log.d(TAG, "try to delete " + fn);
627 (new File(fn)).delete();
628 }
626 hostdb.setDefaultColorsForScheme(hostdb.DEFAULT_COLOR_SCHEME, fg, bg); 629 hostdb.setDefaultColorsForScheme(hostdb.DEFAULT_COLOR_SCHEME, fg, bg);
627 } 630 }
628 catch (Exception e) { 631 catch (Exception e) {
629 Log.d(TAG, e.getMessage() + " Deployment scan failed."); 632 Log.d(TAG, e.getMessage() + " Deployment scan failed.");
630 } 633 }