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"); } } }