Ver Fonte

qcacld-3.0: enable trace log for CoAP component

Enable trace log for CoAP(Constrained Application Protocol)
component.

Change-Id: I4b49bdc48547617e943353c9b76d88870fe2ff05
CRs-Fixed: 3257886
Yu Wang há 2 anos atrás
pai
commit
20e6c8ebe1
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -433,6 +433,7 @@ static const struct category_info cinfo[MAX_SUPPORTED_CATEGORY] = {
 	[QDF_MODULE_ID_SON] = {QDF_TRACE_LEVEL_ALL},
 	[QDF_MODULE_ID_TWT] = {QDF_TRACE_LEVEL_ALL},
 	[QDF_MODULE_ID_WLAN_PRE_CAC] = {QDF_TRACE_LEVEL_ALL},
+	[QDF_MODULE_ID_COAP] = {QDF_TRACE_LEVEL_ALL},
 };
 
 struct notifier_block hdd_netdev_notifier;