From 4bb8118816874c696d9f1adab48490df1da365f7 Mon Sep 17 00:00:00 2001 From: Eino-Ville Talvala Date: Mon, 24 Sep 2012 09:46:53 -0700 Subject: 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/camera2/JpegCompressor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/camera/libcameraservice/camera2/JpegCompressor.cpp') diff --git a/services/camera/libcameraservice/camera2/JpegCompressor.cpp b/services/camera/libcameraservice/camera2/JpegCompressor.cpp index 55964b6..702ef58 100644 --- a/services/camera/libcameraservice/camera2/JpegCompressor.cpp +++ b/services/camera/libcameraservice/camera2/JpegCompressor.cpp @@ -14,8 +14,8 @@ * limitations under the License. */ -#define LOG_NDEBUG 0 -#define LOG_TAG "JpegCompressor" +//#define LOG_NDEBUG 0 +#define LOG_TAG "Camera2-JpegCompressor" #include #include -- cgit v1.1