From a780f0b8d0ccec90d359c0c554f07d5afde9554c Mon Sep 17 00:00:00 2001
From: 562935844@qq.com
Date: 星期二, 28 六月 2022 17:05:31 +0800
Subject: [PATCH] 代码同步
---
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