summaryrefslogtreecommitdiff
path: root/sdm/libs/hwc2/hwc_layers.cpp
diff options
context:
space:
mode:
authorSushil Chauhan <sushilchauhan@codeaurora.org>2018-10-04 13:31:44 -0700
committerSushil Chauhan <sushilchauhan@codeaurora.org>2018-10-04 13:34:47 -0700
commit1b32e0872ce773b29fbc0f2fa511b3ca0ce83f2f (patch)
tree9e6bc4f0efaa53a85a3c8d80123552d87e18580b /sdm/libs/hwc2/hwc_layers.cpp
parent2214d2ceeef92c977da5ee95a4e4322d6d52d6b5 (diff)
hwc: Log acquire fence zero as warning
For zero acquire fence fd case, convert the log from Error to Warning. CRs-Fixed: 2324117 Change-Id: I475cc24c99bc8db8469dc92abc36c240cd8b8b51
Diffstat (limited to 'sdm/libs/hwc2/hwc_layers.cpp')
-rw-r--r--sdm/libs/hwc2/hwc_layers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm/libs/hwc2/hwc_layers.cpp b/sdm/libs/hwc2/hwc_layers.cpp
index 9ba14a94..71464c4e 100644
--- a/sdm/libs/hwc2/hwc_layers.cpp
+++ b/sdm/libs/hwc2/hwc_layers.cpp
@@ -239,7 +239,7 @@ HWC2::Error HWCLayer::SetLayerBuffer(buffer_handle_t buffer, int32_t acquire_fen
}
if (acquire_fence == 0) {
- DLOGE("acquire_fence is zero");
+ DLOGW("acquire_fence is zero");
return HWC2::Error::BadParameter;
}