{signal=SIGKILL, exceptionCode=0x00000000, virtualMemoryRegionInfo=unkown, terminationReason=<RBSTerminateContext| domain:10 code:0x8BADF00D explanation:[application<com.***.***>:3682] failed to terminate gracefully after 5.0s
ProcessVisibility: Background
ProcessState: Running
WatchdogEvent: process-exit
WatchdogVisibility: Background
WatchdogCPUStatistics: (
"Elapsed total CPU time (seconds): 12.680 (user 7.120, system 5.560), 41% CPU",
"Elapsed application CPU time (seconds): 1.309, 4% CPU"
) reportType:CrashLog maxTerminationResistance:Interactive>}
i have no idea about this crash. who can explain this for me? what cause this problem? when does this problem occur?
The 0x8BADF00D
makes it clear that this is a watchdog crash. For general background on this, see Addressing watchdog terminations.
The failed to terminate gracefully
suggests that the system was trying to terminate your app and your app didn’t respond.
Is this an iOS app?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"