Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/libhwcomposer/hwc_mdpcomp.cpp b/libhwcomposer/hwc_mdpcomp.cpp
- index 0b74360..dec706b 100644
- --- a/libhwcomposer/hwc_mdpcomp.cpp
- +++ b/libhwcomposer/hwc_mdpcomp.cpp
- @@ -294,7 +294,7 @@ bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) {
- private_handle_t *hnd = (private_handle_t *)layer->handle;
- if(!hnd) {
- - ALOGE("%s: layer handle is NULL", __FUNCTION__);
- + //ALOGE("%s: layer handle is NULL", __FUNCTION__);
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement