diff options
-rw-r--r-- | modules/gralloc/gralloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gralloc/gralloc.cpp b/modules/gralloc/gralloc.cpp index b103daa..2cf6e02 100644 --- a/modules/gralloc/gralloc.cpp +++ b/modules/gralloc/gralloc.cpp @@ -252,7 +252,7 @@ static int gralloc_alloc_buffer(alloc_device_t* dev, sAllocator.deallocate(offset); fd = -1; } - LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset); + //LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset); } } } |