summaryrefslogtreecommitdiff
authorsky zhou <sky.zhou@amlogic.com>2017-09-06 06:01:56 (GMT)
committer sky zhou <sky.zhou@amlogic.com>2017-09-06 06:07:47 (GMT)
commit9e8e2d682e5da747c61d7ae1ef36f7a783f9ba3b (patch)
tree0b886e1e5cd80c882a7dc133d8a970a77ad9e4d6
parent5d8f6a1c4aad091434ebfc15110fee8a04502197 (diff)
downloadhwcomposer-9e8e2d682e5da747c61d7ae1ef36f7a783f9ba3b.zip
hwcomposer-9e8e2d682e5da747c61d7ae1ef36f7a783f9ba3b.tar.gz
hwcomposer-9e8e2d682e5da747c61d7ae1ef36f7a783f9ba3b.tar.bz2
hwcomposer: cleanup debug log.[2/2]
PD#NONE clean up the debug log which shows too frequently. Change-Id: Ic8257f7fb81f8dafb7fd326e85c1abb2924eaa5e
Diffstat
-rw-r--r--hwc2/common/devices/PhysicalDevice.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}