From ed93e8b392e66e2a822f8b30ee7cefecd1036472 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 16 Jun 2009 18:22:45 -0700 Subject: suppress debug log --- modules/gralloc/gralloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gralloc') 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); } } } -- cgit v1.1