JLChen
2021-08-24 e3541a31b314573a80400dd9b7ef8a9bc88f610b
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");
            }
        }
    }