summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorRuchit Sharma <ruchits@nvidia.com>2014-12-09 00:57:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-09 00:57:45 +0000
commit0a01770c3ab4ada3c5b0b14c1e9258053be5a83f (patch)
tree065f5ba9677cad1fc9889f05bbbc7ff49dac85e6 /services
parent4a2eedc149c5c423ac517a049f357347d9d5dbef (diff)
parente9011c22e000cc0c1e8080b687893fbbe3c17278 (diff)
downloadframeworks_av-0a01770c3ab4ada3c5b0b14c1e9258053be5a83f.zip
frameworks_av-0a01770c3ab4ada3c5b0b14c1e9258053be5a83f.tar.gz
frameworks_av-0a01770c3ab4ada3c5b0b14c1e9258053be5a83f.tar.bz2
am e9011c22: am 07e19019: am 9257000c: camera: fix logging in ZslProcessor to avoid spam
* commit 'e9011c22e000cc0c1e8080b687893fbbe3c17278': camera: fix logging in ZslProcessor to avoid spam
Diffstat (limited to 'services')
-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;
}