4.4 Enabling Crash Dump Capture

If you want to enable crash dump capture, add a configuration parameter to the unifi.xml file, as follows:

<Dump log='1'/>

By default, crash dump capture is disabled and there is no XML node for this. You must manually add this node in xml to enable crash dump capture.

When the Privileged Account Manager service starts, it creates an empty dump file and keeps it open. If Privileged Account Manager crashes, dump is logged to the file that is created during Privileged Account Manager service startup. If there is no crash when Privileged Account Manager service is restarted, this file is deleted and a new empty dump file is created.

The format of dump file name is unifid_child_<pid>_<random_number>.

NOTE:Crash dump capture is supported only on Windows.