diff options
author | 2010-02-10 13:01:48 +0800 | |
---|---|---|
committer | 2010-02-10 13:02:17 +0800 | |
commit | ca9d9dc8271017e60e3a0e477e416283433e721c (patch) | |
tree | f5a35bcabc242a980c5f11bc3c4ef6f7db569d70 /libs/ui/ICamera.cpp | |
parent | 7406e53c4c152267bff799b0bb5d7edb6ece404f (diff) |
Remove some logs.
Diffstat (limited to 'libs/ui/ICamera.cpp')
-rw-r--r-- | libs/ui/ICamera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/ICamera.cpp b/libs/ui/ICamera.cpp index e1b3ec7fa7bf..4154b05a479f 100644 --- a/libs/ui/ICamera.cpp +++ b/libs/ui/ICamera.cpp @@ -344,7 +344,7 @@ status_t BnCamera::onTransact( 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(); |