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/app/src/main/java/com/example/hdllinphonesdkdemo/HDLUtils.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/app/src/main/java/com/example/hdllinphonesdkdemo/HDLUtils.java b/HDLLinphoneSDKDemoNew/app/src/main/java/com/example/hdllinphonesdkdemo/HDLUtils.java index 9111da8..abb81fd 100644 --- a/HDLLinphoneSDKDemoNew/app/src/main/java/com/example/hdllinphonesdkdemo/HDLUtils.java +++ b/HDLLinphoneSDKDemoNew/app/src/main/java/com/example/hdllinphonesdkdemo/HDLUtils.java @@ -23,7 +23,7 @@ //// mAudioPlayUtil.playAudioFile(AudioPlayUtil.CAPTURE_SOUND); // // final String strCaptureFile = context.getCapturesFolder() + "/" + System.currentTimeMillis() + ".jpg"; -// Log.e(TAG, "captured picture file path is " + strCaptureFile); +// HDLLog.e(TAG, "captured picture file path is " + strCaptureFile); // // if (TextUtils.isEmpty(strCaptureFile)) { // bmp.recycle(); -- Gitblit v1.8.0