From 800a2c605947b43fd84cf99ae19a2aa1746f8e72 Mon Sep 17 00:00:00 2001 From: Anirban Sirkhell Date: Wed, 22 Jul 2020 13:05:06 +0530 Subject: [PATCH] qcacmn: Export api to select log levels This will be used to initialize based on value provided in ini file. CRs-Fixed: 2738127 Change-Id: I3d385a7a88a6a5fdd0ff8949ac1a349880e38575 --- utils/logging/src/wlan_logging_sock_svc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/logging/src/wlan_logging_sock_svc.c b/utils/logging/src/wlan_logging_sock_svc.c index a031014039..984356c259 100644 --- a/utils/logging/src/wlan_logging_sock_svc.c +++ b/utils/logging/src/wlan_logging_sock_svc.c @@ -34,6 +34,7 @@ #include #include "host_diag_core_log.h" #include +#include #ifdef CNSS_GENL #include @@ -898,6 +899,8 @@ void wlan_set_console_log_levels(uint32_t console_log_levels) gwlan_logging.console_log_levels = console_log_levels; } +qdf_export_symbol(wlan_set_console_log_levels); + static void flush_log_buffers_timer(void *dummy) { wlan_flush_host_logs_for_fatal();