| | |
| | | |
| | | } |
| | | } catch (FileNotFoundException e) { |
| | | Log.e("FileNotFoundException", "FileNotFoundException:" + e.getMessage().toString()); |
| | | HDLLog.e("FileNotFoundException", "FileNotFoundException:" + e.getMessage().toString()); |
| | | e.printStackTrace(); |
| | | return false; |
| | | } catch (IOException e) { |
| | | Log.e("IOException", "IOException:" + e.getMessage().toString()); |
| | | HDLLog.e("IOException", "IOException:" + e.getMessage().toString()); |
| | | e.printStackTrace(); |
| | | return false; |
| | | } catch (Exception e) { |
| | | Log.e("IOException", "IOException:" + e.getMessage().toString()); |
| | | HDLLog.e("IOException", "IOException:" + e.getMessage().toString()); |
| | | e.printStackTrace(); |
| | | return false; |
| | | |