|
@@ -1441,8 +1441,10 @@ class CallingbedActivity :BaseActivity<CallingbedActivityPresenter, Callingbed2M
|
|
|
* 仅对3128设备有效
|
|
|
*/
|
|
|
if (Build.MODEL.equals("rk3128")) {
|
|
|
- Log.e("checkNet", "checkNet --> netErrCount: " + netErrCount + ", IP isEmpty: " + TextUtils.isEmpty(NetHelper.getInstance().localIP))
|
|
|
var count = SettingConfig.getNetErrResetCount(this)
|
|
|
+ Log.e("checkNet", "checkNet --> netErrCount: " + netErrCount
|
|
|
+ + ", IP isEmpty: " + TextUtils.isEmpty(NetHelper.getInstance().localIP)
|
|
|
+ + ", net error count: " + count)
|
|
|
if (!Constant.TCP_CONNECTED && TextUtils.isEmpty(NetHelper.getInstance().localIP)) {
|
|
|
netErrCount++
|
|
|
} else {
|