Browse Source

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 năm trước cách đây
mục cha
commit
33fcd68b5b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)