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
This commit is contained in:
Li Feng
2021-02-04 09:18:39 +08:00
committed by snandini
parent 001224c76a
commit e7cf0887d1

View File

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