suppress superfluous log

Change-Id: I838f2de4cf99e885833c4f42e2a69d6e3bb8eea5
This commit is contained in:
Mathias Agopian 2012-09-18 13:19:46 -07:00
parent aeb76d160c
commit 6ab93290ae

View File

@ -332,8 +332,6 @@ void HWComposer::queryDisplayProperties(int disp) {
LOG_ALWAYS_FATAL_IF(err, "getDisplayAttributes failed (%s)", strerror(-err)); LOG_ALWAYS_FATAL_IF(err, "getDisplayAttributes failed (%s)", strerror(-err));
if (err == NO_ERROR) { if (err == NO_ERROR) {
ALOGD("config=%d, numConfigs=%d, NUM_DISPLAY_ATTRIBUTES=%d",
config, numConfigs, NUM_DISPLAY_ATTRIBUTES);
mHwc->getDisplayAttributes(mHwc, disp, config, DISPLAY_ATTRIBUTES, mHwc->getDisplayAttributes(mHwc, disp, config, DISPLAY_ATTRIBUTES,
values); values);
} }