summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/camera2/CallbackProcessor.cpp
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2012-09-24 09:46:53 -0700
committerEino-Ville Talvala <etalvala@google.com>2012-09-25 10:35:28 -0700
commit852c381dbd1a9f86e6759201b50ac8847a1c3e3c (patch)
tree5e88063cfbedff931e367ded1286ad12d5c78a15 /services/camera/libcameraservice/camera2/CallbackProcessor.cpp
parent67d8ac3a8b49b114366684cd6310493423581056 (diff)
downloadframeworks_av-852c381dbd1a9f86e6759201b50ac8847a1c3e3c.zip
frameworks_av-852c381dbd1a9f86e6759201b50ac8847a1c3e3c.tar.gz
frameworks_av-852c381dbd1a9f86e6759201b50ac8847a1c3e3c.tar.bz2
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
Diffstat (limited to 'services/camera/libcameraservice/camera2/CallbackProcessor.cpp')
-rw-r--r--services/camera/libcameraservice/camera2/CallbackProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/camera/libcameraservice/camera2/CallbackProcessor.cpp b/services/camera/libcameraservice/camera2/CallbackProcessor.cpp
index ca917f2..ede97a6 100644
--- a/services/camera/libcameraservice/camera2/CallbackProcessor.cpp
+++ b/services/camera/libcameraservice/camera2/CallbackProcessor.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_TAG "Camera2Client::CallbackProcessor"
+#define LOG_TAG "Camera2-CallbackProcessor"
#define ATRACE_TAG ATRACE_TAG_CAMERA
//#define LOG_NDEBUG 0