From ca9d9dc8271017e60e3a0e477e416283433e721c Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Wed, 10 Feb 2010 13:01:48 +0800 Subject: Remove some logs. --- libs/ui/Camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ui/Camera.cpp') 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 c = mCamera; if (c == 0) return NO_INIT; return c->sendCommand(cmd, arg1, arg2); -- cgit v1.2.3-59-g8ed1b