From 9e8e2d682e5da747c61d7ae1ef36f7a783f9ba3b Mon Sep 17 00:00:00 2001 From: sky zhou Date: Wed, 06 Sep 2017 06:01:56 +0000 Subject: hwcomposer: cleanup debug log.[2/2] PD#NONE clean up the debug log which shows too frequently. Change-Id: Ic8257f7fb81f8dafb7fd326e85c1abb2924eaa5e --- diff --git a/hwc2/common/devices/PhysicalDevice.cpp b/hwc2/common/devices/PhysicalDevice.cpp index 699c4e2..918c011 100644 --- a/hwc2/common/devices/PhysicalDevice.cpp +++ b/hwc2/common/devices/PhysicalDevice.cpp @@ -872,7 +872,6 @@ int32_t PhysicalDevice::presentDisplay(int32_t* outRetireFence) { mClientTargetHnd = NULL; - ALOGE("presentDisplay return err %d", err); return err; } -- cgit