qcacld-3.0: Log packet length as part of page fault reason logging

Log packet length as part of page fault reason logging to know
how many bytes of data is filled by target.

Change-Id: I3426361d555ec195446348df9740900aa97b4604
CRs-Fixed: 2801605
This commit is contained in:
Rajeev Kumar
2020-10-20 15:32:18 -07:00
committed by snandini
parent 87f7662f2d
commit 97a4578631

View File

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