summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/EglManager.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2019-05-02 17:10:46 -0700
committerJohn Reck <jreck@google.com>2019-05-02 17:10:46 -0700
commit4b5e5551bac8014e4b847ec2bfab4face5d11fad (patch)
tree14b9755cf536fcbcc565f5ca09ebc977893eafae /libs/hwui/renderthread/EglManager.cpp
parent9f514dbb27a6019183851d93fcf5df80c1d35fcc (diff)
Be quiet
Fixes: 131863240 Test: logcat Change-Id: I0276082b949f9521a804a4c1ef8af2148b69621b
Diffstat (limited to 'libs/hwui/renderthread/EglManager.cpp')
-rw-r--r--libs/hwui/renderthread/EglManager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/renderthread/EglManager.cpp b/libs/hwui/renderthread/EglManager.cpp
index 1d553342415c..159cf497384a 100644
--- a/libs/hwui/renderthread/EglManager.cpp
+++ b/libs/hwui/renderthread/EglManager.cpp
@@ -235,8 +235,6 @@ bool EglManager::hasEglContext() {
}
void EglManager::loadConfigs() {
- ALOGD("Swap behavior %d", static_cast<int>(mSwapBehavior));
-
// Note: The default pixel format is RGBA_8888, when other formats are
// available, we should check the target pixel format and configure the
// attributes list properly.
@@ -246,7 +244,6 @@ void EglManager::loadConfigs() {
// Try again without dirty regions enabled
ALOGW("Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...");
mSwapBehavior = SwapBehavior::Discard;
- ALOGD("Swap behavior %d", static_cast<int>(mSwapBehavior));
mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior);
} else {
// Failed to get a valid config