summaryrefslogtreecommitdiffstats
path: root/modules/gralloc
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-03 19:03:26 -0700
committerMathias Agopian <mathias@google.com>2009-06-03 19:03:26 -0700
commit82f7c041552e52b7e6eb44d9f7e99959599c2da4 (patch)
tree9234fcf6771ecdfb2f0e0300f35b32657bf5f54b /modules/gralloc
parent8aee7e58cfa45d1e524bc1cee8fa8f8c34504269 (diff)
downloadhardware_libhardware-82f7c041552e52b7e6eb44d9f7e99959599c2da4.zip
hardware_libhardware-82f7c041552e52b7e6eb44d9f7e99959599c2da4.tar.gz
hardware_libhardware-82f7c041552e52b7e6eb44d9f7e99959599c2da4.tar.bz2
suppress spurious debug log
Diffstat (limited to 'modules/gralloc')
-rw-r--r--modules/gralloc/mapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gralloc/mapper.cpp b/modules/gralloc/mapper.cpp
index bbcffac..57ea5d8 100644
--- a/modules/gralloc/mapper.cpp
+++ b/modules/gralloc/mapper.cpp
@@ -283,9 +283,9 @@ int gralloc_lock(gralloc_module_t const* module,
LOGE("handle %p already locked for read", handle);
return -EBUSY;
} else {
- // this is not an error, but for now we want to know
- LOGD("%p already locked for read... count = %d",
- handle, (current_value & ~(1<<31)));
+ // this is not an error
+ //LOGD("%p already locked for read... count = %d",
+ // handle, (current_value & ~(1<<31)));
}
}