From c7f797851aadaeab49a83ce285b6c3fff2971517 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 20 八月 2021 11:03:43 +0800 Subject: [PATCH] 2021-08-20 1.优化更新 --- HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/utils/HDLImageUtils.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/utils/HDLImageUtils.java b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/utils/HDLImageUtils.java index 2acaa72..4896f19 100644 --- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/utils/HDLImageUtils.java +++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/utils/HDLImageUtils.java @@ -81,15 +81,15 @@ } } 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; -- Gitblit v1.8.0