commit | ed93e8b392e66e2a822f8b30ee7cefecd1036472 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jun 16 18:22:45 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Jun 16 18:26:17 2009 -0700 |
tree | b13a65f543f7cb9541f5670f737929557ecb449b | |
parent | 8c4ab1fa14cc13c324bde91c0271f9ab5f4663d3 [diff] [blame] |
suppress debug log
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 @@ 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); } } }