瀏覽代碼

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
Anirban Sirkhell 5 年之前
父節點
當前提交
800a2c6059
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      utils/logging/src/wlan_logging_sock_svc.c

+ 3 - 0
utils/logging/src/wlan_logging_sock_svc.c

@@ -34,6 +34,7 @@
 #include <host_diag_core_event.h>
 #include "host_diag_core_log.h"
 #include <qdf_event.h>
+#include <qdf_module.h>
 
 #ifdef CNSS_GENL
 #include <net/cnss_nl.h>
@@ -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();