1#include <Foundation/FoundationInternal.h>
2PL_FOUNDATION_INTERNAL_HEADER
4#include <Foundation/System/MiniDumpUtils.h>
8 return plStatus(
"Not implemented on Posix");
13 return plStatus(
"Not implemented on Posix");
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
static plStatus WriteExternalProcessMiniDump(plStringView sDumpFile, plUInt32 uiProcessID, plDumpType dumpTypeOverride=plDumpType::Auto)
Tries to write a mini-dump for the external process with the given process ID.
Definition MiniDumpUtils_Posix.h:6
plDumpType
Specifies the dump mode that is written.
Definition MiniDumpUtils.h:21
static plStatus LaunchMiniDumpTool(plStringView sDumpFile, plDumpType dumpTypeOverride=plDumpType::Auto)
Tries to launch pl's 'MiniDumpTool' to write a mini-dump for THIS process (the recommended way when a...
Definition MiniDumpUtils_Posix.h:11
An plResult with an additional message for the reason of failure.
Definition Status.h:12