From 6ab93290aeed63f139b0e77819ea889bbce9ec8b Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 18 Sep 2012 13:19:46 -0700 Subject: [PATCH] suppress superfluous log Change-Id: I838f2de4cf99e885833c4f42e2a69d6e3bb8eea5 --- services/surfaceflinger/DisplayHardware/HWComposer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.cpp b/services/surfaceflinger/DisplayHardware/HWComposer.cpp index 8d0772269..9429ae6ed 100644 --- a/services/surfaceflinger/DisplayHardware/HWComposer.cpp +++ b/services/surfaceflinger/DisplayHardware/HWComposer.cpp @@ -332,8 +332,6 @@ void HWComposer::queryDisplayProperties(int disp) { LOG_ALWAYS_FATAL_IF(err, "getDisplayAttributes failed (%s)", strerror(-err)); 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, values); }