summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/api1/client2
diff options
context:
space:
mode:
authorRuchit Sharma <ruchits@nvidia.com>2014-12-08 19:15:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-08 19:15:38 +0000
commite9011c22e000cc0c1e8080b687893fbbe3c17278 (patch)
tree865b2dc1f547e2b88c67422ed3610b7e0a95a93a /services/camera/libcameraservice/api1/client2
parent59ca7038364cd6fa3e7e1b52e0e90fa0960af038 (diff)
parent07e190190ffddfbc32ecbf0bd9a9679817da232b (diff)
downloadframeworks_av-e9011c22e000cc0c1e8080b687893fbbe3c17278.zip
frameworks_av-e9011c22e000cc0c1e8080b687893fbbe3c17278.tar.gz
frameworks_av-e9011c22e000cc0c1e8080b687893fbbe3c17278.tar.bz2
am 07e19019: am 9257000c: camera: fix logging in ZslProcessor to avoid spam
* commit '07e190190ffddfbc32ecbf0bd9a9679817da232b': camera: fix logging in ZslProcessor to avoid spam
Diffstat (limited to 'services/camera/libcameraservice/api1/client2')
-rw-r--r--services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp b/services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp
index f110b66..470a6d6 100644
--- a/services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp
+++ b/services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp
@@ -592,7 +592,7 @@ nsecs_t ZslProcessor3::getCandidateTimestampLocked(size_t* metadataIdx) const {
if (afState != ANDROID_CONTROL_AF_STATE_PASSIVE_FOCUSED &&
afState != ANDROID_CONTROL_AF_STATE_FOCUSED_LOCKED &&
afState != ANDROID_CONTROL_AF_STATE_NOT_FOCUSED_LOCKED) {
- ALOGW("%s: ZSL queue frame AF state is %d is not good for capture, skip it",
+ ALOGVV("%s: ZSL queue frame AF state is %d is not good for capture, skip it",
__FUNCTION__, afState);
continue;
}