OSDN Git Service

suppress spurious debug log
authorMathias Agopian <mathias@google.com>
Thu, 4 Jun 2009 02:03:26 +0000 (19:03 -0700)
committerMathias Agopian <mathias@google.com>
Thu, 4 Jun 2009 02:03:26 +0000 (19:03 -0700)
modules/gralloc/mapper.cpp

index bbcffac..57ea5d8 100644 (file)
@@ -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)));
             }
         }