summaryrefslogtreecommitdiffstats
path: root/camera/ICamera.cpp
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-03-29 16:21:12 +0800
committerWu-cheng Li <wuchengli@google.com>2010-03-29 16:21:12 +0800
commit8cc76ae259ad81d5a40277bbf5532696ebae8da8 (patch)
tree8922e24a90a8b537ce679662287f01aa583f80bd /camera/ICamera.cpp
parent2415ecb5bb4e1459024f6d6c8ae2d6e3dc4fbdc7 (diff)
downloadframeworks_av-8cc76ae259ad81d5a40277bbf5532696ebae8da8.zip
frameworks_av-8cc76ae259ad81d5a40277bbf5532696ebae8da8.tar.gz
frameworks_av-8cc76ae259ad81d5a40277bbf5532696ebae8da8.tar.bz2
Add some comments for zoom methods.
Also change RuntimeException to IllegalArgumentException. bug:2458926 Change-Id: I87af31f5f3f10244131a1117bd1725c2d292b587
Diffstat (limited to 'camera/ICamera.cpp')
-rw-r--r--camera/ICamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/ICamera.cpp b/camera/ICamera.cpp
index 724bd20..13673b5 100644
--- a/camera/ICamera.cpp
+++ b/camera/ICamera.cpp
@@ -208,7 +208,7 @@ public:
}
virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2)
{
- LOGD("sendCommand");
+ LOGV("sendCommand");
Parcel data, reply;
data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
data.writeInt32(cmd);