MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / javaErrorHandler

Function javaErrorHandler

astyle/src/astyle_main.cpp:3519–3523  ·  view source on GitHub ↗

Call the Java error handler

Source from the content-addressed store, hash-verified

3517
3518// Call the Java error handler
3519void STDCALL javaErrorHandler(int errorNumber, const char* errorMessage)
3520{
3521 jstring errorMessageJava = g_env->NewStringUTF(errorMessage);
3522 g_env->CallVoidMethod(g_obj, g_mid, errorNumber, errorMessageJava);
3523}
3524
3525// Allocate memory for the formatted text
3526char* STDCALL javaMemoryAlloc(unsigned long memoryNeeded)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected