ソースを参照

qcacld-3.0: Log page fault info to console

Log page fault info to console for easy observation on third party
platform because the customer usually don't run cnss_diag_lite to
capture cnss logs.

Change-Id: I56a155844837792f08692703d28326fe9543c977
CRs-Fixed: 2870335
Li Feng 4 年 前
コミット
e7cf0887d1
1 ファイル変更3 行追加3 行削除
  1. 3 3
      core/wma/src/wma_features.c

+ 3 - 3
core/wma/src/wma_features.c

@@ -2438,9 +2438,9 @@ static int wma_wake_event_packet(
 		 * dump event buffer which contains more info regarding
 		 * current page fault.
 		 */
-		wma_debug("PAGE_FAULT occurs during suspend: packet_len %u",
-			  packet_len);
-		qdf_trace_hex_dump(QDF_MODULE_ID_WMA, QDF_TRACE_LEVEL_DEBUG,
+		wma_info("PAGE_FAULT occurs during suspend: packet_len %u",
+			 packet_len);
+		qdf_trace_hex_dump(QDF_MODULE_ID_WMA, QDF_TRACE_LEVEL_INFO,
 				   packet, packet_len);
 		break;