From e3541a31b314573a80400dd9b7ef8a9bc88f610b Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 24 八月 2021 14:38:04 +0800 Subject: [PATCH] 2021-08-24 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