浏览代码

qcacld-3.0: Add magic string for debug enhancement

Add magic string in the driver to automate the
stability analysis.

Change-Id: Id0294dfc46cfb07db61d80faf725bc17ef967de3
CRs-Fixed: 2205177
Kabilan Kannan 7 年之前
父节点
当前提交
33fcd68b5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/sme/src/common/sme_api.c

+ 1 - 1
core/sme/src/common/sme_api.c

@@ -8814,7 +8814,7 @@ void sme_get_command_q_status(tHalHandle hHal)
 	if (pEntry)
 		pTempCmd = GET_BASE_ADDR(pEntry, tSmeCmd, Link);
 
-	sme_err("Currently smeCmdActiveList has command (0x%X)",
+	sme_err("WLAN_BUG_RCA: Currently smeCmdActiveList has command (0x%X)",
 		(pTempCmd) ? pTempCmd->command : eSmeNoCommand);
 	if (pTempCmd) {
 		if (eSmeCsrCommandMask & pTempCmd->command)