diff options
author | Mathias Agopian <mathias@google.com> | 2012-09-18 13:19:46 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-09-18 13:19:46 -0700 |
commit | 6ab93290aeed63f139b0e77819ea889bbce9ec8b (patch) | |
tree | f204d98f47d6cb542867d8db34b23ead1bbfc8fa /services/surfaceflinger/DisplayHardware/HWComposer.cpp | |
parent | aeb76d160c530786d58d6a8b35d9b4a75a2279e3 (diff) | |
download | frameworks_native-6ab93290aeed63f139b0e77819ea889bbce9ec8b.zip frameworks_native-6ab93290aeed63f139b0e77819ea889bbce9ec8b.tar.gz frameworks_native-6ab93290aeed63f139b0e77819ea889bbce9ec8b.tar.bz2 |
suppress superfluous log
Change-Id: I838f2de4cf99e885833c4f42e2a69d6e3bb8eea5
Diffstat (limited to 'services/surfaceflinger/DisplayHardware/HWComposer.cpp')
-rw-r--r-- | services/surfaceflinger/DisplayHardware/HWComposer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.cpp b/services/surfaceflinger/DisplayHardware/HWComposer.cpp index 8d07722..9429ae6 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); } |