Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 3 of 3) sorted by relevance

/development/samples/SimpleJNI/jni/
Dnative.cpp47 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()
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgles3jni.cpp35 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()
Dgles3jni.h32 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro