summaryrefslogtreecommitdiffstats
path: root/modules/gralloc
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-16 18:22:45 -0700
committerMathias Agopian <mathias@google.com>2009-06-16 18:26:17 -0700
commited93e8b392e66e2a822f8b30ee7cefecd1036472 (patch)
treeb13a65f543f7cb9541f5670f737929557ecb449b /modules/gralloc
parent8c4ab1fa14cc13c324bde91c0271f9ab5f4663d3 (diff)
downloadhardware_libhardware-ed93e8b392e66e2a822f8b30ee7cefecd1036472.zip
hardware_libhardware-ed93e8b392e66e2a822f8b30ee7cefecd1036472.tar.gz
hardware_libhardware-ed93e8b392e66e2a822f8b30ee7cefecd1036472.tar.bz2
suppress debug log
Diffstat (limited to 'modules/gralloc')
-rw-r--r--modules/gralloc/gralloc.cpp2
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);
}
}
}