Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/libhwcomposer/hwc_mdpcomp.cpp b/libhwcomposer/hwc_mdpcomp.cpp
  2. index 0b74360..dec706b 100644
  3. --- a/libhwcomposer/hwc_mdpcomp.cpp
  4. +++ b/libhwcomposer/hwc_mdpcomp.cpp
  5. @@ -294,7 +294,7 @@ bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) {
  6. private_handle_t *hnd = (private_handle_t *)layer->handle;
  7.  
  8. if(!hnd) {
  9. - ALOGE("%s: layer handle is NULL", __FUNCTION__);
  10. + //ALOGE("%s: layer handle is NULL", __FUNCTION__);
  11. return false;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement