增加日志

streaming
Matthew 4 months ago
parent 1e71375144
commit e20f442512

@ -1353,6 +1353,10 @@ Java_com_xypower_mpapp_MicroPhotoService_updateEhernet(
XYLOG(XYLOG_SEVERITY_DEBUG, "Ethernet Changed and Check socket connection"); XYLOG(XYLOG_SEVERITY_DEBUG, "Ethernet Changed and Check socket connection");
pTerminal->ResetNetwork(); pTerminal->ResetNetwork();
} }
else
{
XYLOG(XYLOG_SEVERITY_DEBUG, "Ethernet Changing Not Cause Socket Disconnection");
}
} }
return JNI_TRUE; return JNI_TRUE;

Loading…
Cancel
Save