Device umdf driver is offline due to user mode driver crash [Event]

Hello Developers,

I am new to the windows driver community and got some basic understanding of umdf driver and kmdf driver.
I am trying to collect the umdf driver crash during the stress test for the reboot cycle. In the event viewer, there is one warning showing driver wudfrd failed to load the particular device id.

I have used the Debugdiag collection tool to collect the dump, I could not find any dump in wudf directory and also did not see any user dump count in the DebugDiag tool. I am not sure whether we can collect the dump during the reboot stress test or not? One more point I suspect that Wudfhost.exe is not alive in s5 and process id gets changed after each reboot if I am not wrong.

I went through these links about debugging umdf driver and other frameworks related information about timeouts.

https://docs.microsoft.com/en-us/windows-hardware/drivers/wdf/debugging-umdf-2-0-drivers
https://docs.microsoft.com/en-us/windows-hardware/drivers/wdf/registry-values-for-debugging-kmdf-drivers

Another critical event can be seen in Event Viewer as "Device for User-mode device is offline due to umdf driver crash.

Any help would be highly appreciated.

Thanks,
Aditya