qcacmn: Dump WMI work queue stack for watchdog bite
In the event of an WMI work queue watchdog bite, dump the stack trace to aid in debugging. Change-Id: I7f3df5a56904748fb80afb1aef1aed90d20fbbc0 CRs-Fixed: 2145913
这个提交包含在:
@@ -81,4 +81,10 @@ int qdf_wake_up_process(qdf_thread_t *thread);
|
||||
*/
|
||||
void qdf_print_thread_trace(qdf_thread_t *thread);
|
||||
|
||||
/**
|
||||
* qdf_get_current_task() - get current task struct
|
||||
*
|
||||
* Return: pointer to task struct
|
||||
*/
|
||||
qdf_thread_t *qdf_get_current_task(void);
|
||||
#endif /* __QDF_THREADS_H */
|
||||
|
在新工单中引用
屏蔽一个用户