From: Seonah Moon Date: Wed, 2 Sep 2020 10:34:20 +0000 (+0900) Subject: Add log to debug statistic API X-Git-Tag: accepted/tizen/unified/20200903.151727^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F243001%2F1;p=platform%2Fcore%2Fapi%2Fconnection.git Add log to debug statistic API Change-Id: I48816b7ba3e97b156c612a3d481b34da8ef0743a --- diff --git a/src/connection.c b/src/connection.c index e5110d8..f1fb3d4 100755 --- a/src/connection.c +++ b/src/connection.c @@ -1551,6 +1551,9 @@ static int __get_statistic(connection_handle_s *conn_handle, connection_type_e c return CONNECTION_ERROR_INVALID_PARAMETER; } + CONNECTION_LOG(CONNECTION_INFO, "connection type[%d] statistics type[%d]", + connection_type, statistics_type); + rv = _connection_libnet_get_statistics(conn_handle, stat_type, &ull_size); if (rv == CONNECTION_ERROR_PERMISSION_DENIED) return rv;