diff --git a/modules/gralloc/gralloc.cpp b/modules/gralloc/gralloc.cpp index b103daaa..2cf6e029 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); } } }