OSDN Git Service

Camera2: Debug and logging fixes.
authorEino-Ville Talvala <etalvala@google.com>
Mon, 24 Sep 2012 16:46:53 +0000 (09:46 -0700)
committerEino-Ville Talvala <etalvala@google.com>
Tue, 25 Sep 2012 17:35:28 +0000 (10:35 -0700)
commit4bb8118816874c696d9f1adab48490df1da365f7
tree685c57b06d3faa9750d0e0c2aae5eedb59484a70
parentb6ba2fd0d61a4844c153e17843fbe2c841c4bf57
Camera2: Debug and logging fixes.

- Fix LOG_TAGs to work with standard logcat filtering.
- Add ATRACE to Camera2Device
- Shorten thread names to fit in 16 characters
- Remove some ATRACEs to avoid flooding trace unnecessarily

Bug: 7220520
Change-Id: Ief8d677b5c8bb35d94e0f21b11b86505e83169ea
services/camera/libcameraservice/Camera2Client.cpp
services/camera/libcameraservice/Camera2Device.cpp
services/camera/libcameraservice/camera2/BurstCapture.cpp
services/camera/libcameraservice/camera2/CallbackProcessor.cpp
services/camera/libcameraservice/camera2/CameraMetadata.cpp
services/camera/libcameraservice/camera2/CaptureSequencer.cpp
services/camera/libcameraservice/camera2/FrameProcessor.cpp
services/camera/libcameraservice/camera2/JpegCompressor.cpp
services/camera/libcameraservice/camera2/JpegProcessor.cpp
services/camera/libcameraservice/camera2/Parameters.cpp
services/camera/libcameraservice/camera2/ZslProcessor.cpp