watchdog interrupt issue in nrf7002

In our application we using nrd5340-nrf7002, application flow is wakeup->wifi connect->NTP time get->TCP server connect->wifi shutdown->idle->wakeup.....

We are encountering a "Received watchdog interrupt" issue during run time on four devices after Wi-Fi connects, when SNTP server or DNS resolution fails. When DNS resolution fails, the watchdog triggers, causing the device to freeze and require a hard reset.
Given that our SDK version 2.6.2 does not have any explicitly enabled or configured watchdogs, we suspect a hardware watchdog issue. Since the system isn't automatically recovering, what mitigation strategies and recovery mechanisms do you recommend?
Although infrequent, we want to implement a robust solution for prevention and recovery. Could you provide guidance on potential causes, debugging steps, and recommended mitigations for this issue?

Here I attach the log for your reference.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2025-03-29 01:52:50.302000 [08:54:29.391,815] ·[0m<inf> fs_nvs: 2 Sectors of 4096 bytes·[0m
2025-03-29 01:52:50.303000 [08:54:29.391,815] ·[0m<inf> fs_nvs: alloc wra: 0, f90·[0m
2025-03-29 01:52:50.304000 [08:54:29.391,815] ·[0m<inf> fs_nvs: data wra: 0, 7e0·[0m
2025-03-29 01:52:50.305000 [08:54:29.393,981] ·[0m<inf> fs_nvs: 2 Sectors of 4096 bytes·[0m
2025-03-29 01:52:50.306000 [08:54:29.393,981] ·[0m<inf> fs_nvs: alloc wra: 0, f90·[0m
2025-03-29 01:52:50.308000 [08:54:29.393,981] ·[0m<inf> fs_nvs: data wra: 0, 7e0·[0m
2025-03-29 01:52:50.309000 [08:54:29.394,012] ·[0m<inf> settings_storage: Configuration loaded from flash.
2025-03-29 01:52:50.310000 ·[0m
2025-03-29 01:52:50.311000 [08:54:29.394,042] ·[0m<inf> settings_storage: Loaded SSID: ADMIN
2025-03-29 01:52:50.311000 ·[0m
2025-03-29 01:52:50.313000 [08:54:29.394,042] ·[0m<inf> settings_storage: Loaded report interval: 1800
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX