commit | ca9d9dc8271017e60e3a0e477e416283433e721c | [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 | f5a35bcabc242a980c5f11bc3c4ef6f7db569d70 | |
parent | 7406e53c4c152267bff799b0bb5d7edb6ece404f [diff] [blame] |
Remove some logs.
diff --git a/libs/ui/ICamera.cpp b/libs/ui/ICamera.cpp index e1b3ec7..4154b05a 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();