OSDN Git Service

Camera: Silence log spam
authorShuzhen Wang <shuzhenwang@google.com>
Thu, 25 May 2017 17:34:13 +0000 (10:34 -0700)
committerShuzhen Wang <shuzhenwang@google.com>
Thu, 25 May 2017 18:21:09 +0000 (11:21 -0700)
commit207867716a0f1e6415627f115cb3aea150d4c862
treef86600c2c558be3aa60ce77465da06f956d3334b
parent3cc7c4e31445bf467b798fe7efd54855fcb1d506
Camera: Silence log spam

HAL is allowed to return captureResult from different thread contexts.
Do not do ALOGW if this is the case.

Test: Run camera and check logspam is gone
Bug: 62068207
Change-Id: I86e77fc578953cefecf10ebc4d395edf33627e8c
camera/device/3.2/default/CameraDeviceSession.cpp