X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libs%2Fhwui%2Fdebug%2FGlesErrorCheckWrapper.cpp;h=349b7cd2ae1a39d2919664a685c979eac631dc81;hb=db2e9b1116978d8254f196b1443343dc70a9ad36;hp=7ededaaa7fc26af853d7d0cbab19cdc0f2abaacc;hpb=6b0e6946c3e1cf65e0b9f6b45902551ea1cf9e62;p=android-x86%2Fframeworks-base.git diff --git a/libs/hwui/debug/GlesErrorCheckWrapper.cpp b/libs/hwui/debug/GlesErrorCheckWrapper.cpp index 7ededaaa7fc2..349b7cd2ae1a 100644 --- a/libs/hwui/debug/GlesErrorCheckWrapper.cpp +++ b/libs/hwui/debug/GlesErrorCheckWrapper.cpp @@ -50,7 +50,7 @@ void GlesErrorCheckWrapper::assertNoErrors(const char* apicall) { lastErrorName = "UNKNOWN"; } } - LOG_ALWAYS_FATAL_IF(lastError != GL_NO_ERROR, + ALOGE_IF(lastError != GL_NO_ERROR, "%s error! %s (0x%x)", apicall, lastErrorName, lastError); }