summaryrefslogtreecommitdiffstats
path: root/camera
diff options
context:
space:
mode:
authorShuzhen Wang <shuzhenwang@google.com>2017-05-25 22:57:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-25 22:57:13 +0000
commit6ccc129e9120d795c52875039fdcfd3a25cadc8b (patch)
tree2b81e5bb8a7fe035260c7fa5d2be22a1b349bc7e /camera
parente5a50aa9d22b485b683aa7396e8feab4948a3e3f (diff)
parent207867716a0f1e6415627f115cb3aea150d4c862 (diff)
downloadandroid_hardware_interfaces-6ccc129e9120d795c52875039fdcfd3a25cadc8b.tar.gz
android_hardware_interfaces-6ccc129e9120d795c52875039fdcfd3a25cadc8b.tar.bz2
android_hardware_interfaces-6ccc129e9120d795c52875039fdcfd3a25cadc8b.zip
Camera: Silence log spam
am: 207867716a Change-Id: I697d551878713f56ed5845b3ebd87db76e1b513e
Diffstat (limited to 'camera')
-rw-r--r--camera/device/3.2/default/CameraDeviceSession.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/camera/device/3.2/default/CameraDeviceSession.cpp b/camera/device/3.2/default/CameraDeviceSession.cpp
index bad406f8c..06a6bd01d 100644
--- a/camera/device/3.2/default/CameraDeviceSession.cpp
+++ b/camera/device/3.2/default/CameraDeviceSession.cpp
@@ -588,8 +588,7 @@ void CameraDeviceSession::ResultBatcher::notify(NotifyMsg& msg) {
void CameraDeviceSession::ResultBatcher::invokeProcessCaptureResultCallback(
hidl_vec<CaptureResult> &results, bool tryWriteFmq) {
if (mProcessCaptureResultLock.tryLock() != OK) {
- ALOGW("%s: previous call is not finished! waiting 1s...",
- __FUNCTION__);
+ ALOGV("%s: previous call is not finished! waiting 1s...", __FUNCTION__);
if (mProcessCaptureResultLock.timedLock(1000000000 /* 1s */) != OK) {
ALOGE("%s: cannot acquire lock in 1s, cannot proceed",
__FUNCTION__);