summaryrefslogtreecommitdiff
path: root/libs/ui/Camera.cpp
diff options
context:
space:
mode:
author Wu-cheng Li <wuchengli@google.com> 2010-02-10 13:01:48 +0800
committer Wu-cheng Li <wuchengli@google.com> 2010-02-10 13:02:17 +0800
commitca9d9dc8271017e60e3a0e477e416283433e721c (patch)
treef5a35bcabc242a980c5f11bc3c4ef6f7db569d70 /libs/ui/Camera.cpp
parent7406e53c4c152267bff799b0bb5d7edb6ece404f (diff)
Remove some logs.
Diffstat (limited to 'libs/ui/Camera.cpp')
-rw-r--r--libs/ui/Camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/Camera.cpp b/libs/ui/Camera.cpp
index 09a36f18a1b7..f374fbca8845 100644
--- a/libs/ui/Camera.cpp
+++ b/libs/ui/Camera.cpp
@@ -281,7 +281,7 @@ String8 Camera::getParameters() const
// send command to camera driver
status_t Camera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2)
{
- LOGD("sendCommand");
+ LOGV("sendCommand");
sp <ICamera> c = mCamera;
if (c == 0) return NO_INIT;
return c->sendCommand(cmd, arg1, arg2);