(logString, stackTrace, type, invokedOnMainThread)
| 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 | } |
nothing calls this directly
no test coverage detected