commit | d5a4f1ff5bd519cf9b53af5c0a687f156bdf302a | [log] [tgz] |
---|---|---|
author | Wu-cheng Li <wuchengli@google.com> | Wed Feb 10 13:01:48 2010 +0800 |
committer | Wu-cheng Li <wuchengli@google.com> | Wed Feb 10 13:02:17 2010 +0800 |
tree | 81a565122b058228ad622e39d2b92a7be66b072e | |
parent | 9b692da2e32a78fad524b24b52c4616944294fa5 [diff] [blame] |
Remove some logs.
diff --git a/libs/ui/ICamera.cpp b/libs/ui/ICamera.cpp index e1b3ec7..4154b05 100644 --- a/libs/ui/ICamera.cpp +++ b/libs/ui/ICamera.cpp
@@ -344,7 +344,7 @@ return NO_ERROR; } break; case SEND_COMMAND: { - LOGD("SEND_COMMAND"); + LOGV("SEND_COMMAND"); CHECK_INTERFACE(ICamera, data, reply); int command = data.readInt32(); int arg1 = data.readInt32();