MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpSystem_AddCrashInfo

Function BfpSystem_AddCrashInfo

BeefySysLib/platform/posix/PosixCommon.cpp:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635BFP_EXPORT void BFP_CALLTYPE BfpSystem_AddCrashInfo(const char* str) // Can do at any time, or during CrashInfoFunc callbacks
636{
637 AutoCrit autoCrit(BfpGetGlobalData()->mSysCritSect);
638 BfpGetGlobalData()->mCrashInfo.Append(str);
639}
640
641BFP_EXPORT void BFP_CALLTYPE BfpSystem_SetCrashRelaunchCmd(const char* str)
642{

Callers

nothing calls this directly

Calls 2

BfpGetGlobalDataFunction · 0.85
AppendMethod · 0.80

Tested by

no test coverage detected