MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LogException

Method LogException

Source/Engine/Debug/DebugLog.cpp:87–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void DebugLog::LogException(MObject* exceptionObject)
88{
89#if USE_CSHARP
90 if (exceptionObject == nullptr || CacheMethods())
91 return;
92
93 MainThreadManagedInvokeAction::ParamsBuilder params;
94 params.AddParam(exceptionObject);
95 MainThreadManagedInvokeAction::Invoke(Internal_SendLogException, params);
96#endif
97}
98
99String DebugLog::GetStackTrace()
100{

Callers 8

DownloadMeshDataMethod · 0.45
CreateInstanceMethod · 0.45
OnUnhandledExceptionMethod · 0.45
Internal_UpdateMethod · 0.45
UpdateMethod · 0.45
AddRemoveScriptMethod · 0.45
CreateInstanceMethod · 0.45

Calls 2

CacheMethodsFunction · 0.85
AddParamMethod · 0.80

Tested by

no test coverage detected