From 5dc625a64cf58d798929f22c3073cd06b837f87a Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 25 十一月 2021 16:44:57 +0800 Subject: [PATCH] 2021-11-25 1.更新 --- HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/core/linphone/KeepAliveHandler.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/core/linphone/KeepAliveHandler.java b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/core/linphone/KeepAliveHandler.java index 90f243f..c62cb31 100644 --- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/core/linphone/KeepAliveHandler.java +++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/core/linphone/KeepAliveHandler.java @@ -6,7 +6,7 @@ import android.util.Log; import com.hdl.hdllinphonesdk.core.service.HDLLinphoneService; - +import com.hdl.hdllinphonesdk.utils.HDLLog; /** * KeepAliveHandler @@ -22,7 +22,7 @@ try { Thread.sleep(2000); } catch (InterruptedException e) { - Log.e(TAG, "Cannot sleep for 2s"); + HDLLog.e(TAG, "Cannot sleep for 2s"); } } } -- Gitblit v1.8.0