diff options
author | Bo Hu <bohu@google.com> | 2018-12-02 05:22:41 +0000 |
---|---|---|
committer | Bo Hu <bohu@google.com> | 2018-12-03 13:59:49 +0000 |
commit | dd08224e4d75689c42bf452d44617f84072649a1 (patch) | |
tree | 94773feef4bc1b01cb56cbe50642cfd4d0898c01 /libs/hwui/renderthread/EglManager.cpp | |
parent | 298c49e4f08644f4478380a4e75d63207e2c671c (diff) |
Revert "Make HWUI's surface Reliable^TM"
This reverts commit 650bd9a7b35139354916d2522b59cc57eb5fddc3.
Reason for revert: broken emulator b/120342364
Exempt-From-Owner-Approval:
Change-Id: If05d9d87325e1d836375d7dc79ff66ef057d228d
Diffstat (limited to 'libs/hwui/renderthread/EglManager.cpp')
-rw-r--r-- | libs/hwui/renderthread/EglManager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/hwui/renderthread/EglManager.cpp b/libs/hwui/renderthread/EglManager.cpp index 8230dfd44f9a..65ced6ad9316 100644 --- a/libs/hwui/renderthread/EglManager.cpp +++ b/libs/hwui/renderthread/EglManager.cpp @@ -31,8 +31,6 @@ #include <string> #include <vector> -#include <system/window.h> -#include <gui/Surface.h> #define GLES_VERSION 2 @@ -108,7 +106,7 @@ void EglManager::initialize() { LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, "Failed to initialize display %p! err=%s", mEglDisplay, eglErrorString()); - ALOGV("Initialized EGL, version %d.%d", (int)major, (int)minor); + ALOGI("Initialized EGL, version %d.%d", (int)major, (int)minor); initExtensions(); |