Browse Source

MT#56447 add ICE logging context

Change-Id: Ia050c89974b28c208945aa74d96b28f76d51b4ea
pull/1642/head
Richard Fuchs 3 years ago
parent
commit
99fe5d4b9f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      daemon/ice.c

+ 4
- 0
daemon/ice.c View File

@ -503,6 +503,8 @@ void ice_update(struct ice_agent *ag, struct stream_params *sp, bool allow_reset
if (!ag)
return;
log_info_ice_agent(ag);
atomic64_set(&ag->last_activity, rtpe_now.tv_sec);
media = ag->media;
call = media->call;
@ -634,6 +636,8 @@ pair:
__do_ice_checks(ag);
else
__agent_shutdown(ag);
log_info_pop();
}


Loading…
Cancel
Save