Searched refs:ALOGE (Results 1 – 3 of 3) sorted by relevance
47 ALOGE("Native registration unable to find class '%s'", className); in registerNativeMethods()51 ALOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods()95 ALOGE("ERROR: GetEnv failed"); in JNI_OnLoad()101 ALOGE("ERROR: registerNatives failed"); in JNI_OnLoad()
35 ALOGE("GL error after %s(): 0x%08x\n", funcName, err); in checkGlError()59 ALOGE("Could not compile %s shader:\n%s\n", in createShader()97 ALOGE("Could not link program"); in createProgram()104 ALOGE("Could not link program:\n%s\n", infoLog); in createProgram()268 ALOGE("Unsupported OpenGL ES version"); in Java_com_android_gles3jni_GLES3JNILib_init()
32 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro