调整控制报文发送失败后的日志级别;增加控制报文发送状态计数;

This commit is contained in:
Yang Yubo
2023-05-30 17:54:23 +08:00
parent a4711a653d
commit c635320120
4 changed files with 16 additions and 2 deletions

View File

@@ -54,6 +54,11 @@ int session_log_update_data_put(const struct streaminfo *a_stream, enum TSG_SERV
}
}
int FS_operate(screen_stat_handle_t handle,int id,int column_id,enum field_op op,long long value)
{
return 0;
}
TEST(SESSION_STATE, IllegalPara)
{
struct streaminfo a_stream = {0};