MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / CallLogCallback

Method CallLogCallback

Il2cppHook/_Ufunc.js:3315–3317  ·  view source on GitHub ↗
(logString, stackTrace, type, invokedOnMainThread)

Source from the content-addressed store, hash-verified

3313 return Il2Cpp.Api.Application._remove_logMessageReceivedThreaded(value);
3314 }
3315 static CallLogCallback(logString, stackTrace, type, invokedOnMainThread) {
3316 return Il2Cpp.Api.Application._CallLogCallback(allocUStr(logString), allocUStr(stackTrace), type, invokedOnMainThread);
3317 }
3318 static Internal_ApplicationWantsToQuit() {
3319 return Il2Cpp.Api.Application._Internal_ApplicationWantsToQuit();
3320 }

Callers

nothing calls this directly

Calls 2

allocUStrFunction · 0.70
_CallLogCallbackMethod · 0.45

Tested by

no test coverage detected