am 01be1fa: Merge change 572 into donut
Merge commit '01be1fa7930e92aac6ba4dd4e8cb75f8719e8b37' * commit '01be1fa7930e92aac6ba4dd4e8cb75f8719e8b37': oops forgot to remove a LOGD when loading an opengl driver
This commit is contained in:
committed by
The Android Open Source Project
commit
8c4f42d229
@@ -346,7 +346,7 @@ void *load_driver(const char* driver, gl_hooks_t* hooks)
|
||||
}
|
||||
}
|
||||
if (f == NULL) {
|
||||
LOGD("%s", name);
|
||||
//LOGD("%s", name);
|
||||
f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented;
|
||||
}
|
||||
*curr++ = f;
|
||||
|
||||
Reference in New Issue
Block a user