suppress superfluous log
Change-Id: I838f2de4cf99e885833c4f42e2a69d6e3bb8eea5
This commit is contained in:
parent
aeb76d160c
commit
6ab93290ae
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user