From 1697a5c0a1d40e756738d1f99d496c6e33b3fd52 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期二, 28 六月 2022 14:09:38 +0800 Subject: [PATCH] 2022-6-28 --- 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