TSG-15152: 在发送日志统计命中策略的信息,避免统计遗漏

This commit is contained in:
刘学利
2023-05-27 03:13:50 +00:00
parent 7bd3fe594c
commit bc7909e57b
3 changed files with 10 additions and 14 deletions

View File

@@ -2148,6 +2148,11 @@ int send_event_log(struct tsg_log_instance_t *_instance, struct TLD_handle_t *_h
continue;
}
if(a_stream!=NULL)
{
tsg_set_policy_flow(a_stream, &(rules[i]), thread_id);
}
switch(rules[i].do_log)
{
case LOG_ABORT: