commit | af3a4617b4dd3c231ac94f20e6d171c4bcb42b20 | [log] [tgz] |
---|---|---|
author | Alex Ray <aray@google.com> | Mon Apr 29 14:16:10 2013 -0700 |
committer | Alex Ray <aray@google.com> | Mon Apr 29 14:16:27 2013 -0700 |
tree | 9744c3befb93893aa137eac73cc4b17cf1c2b4ee | |
parent | c9968759ebc322c00396421440dcbf3d355db729 [diff] [blame] |
modules: camera: fix dump log message Change-Id: I2511653b3d2d21d03785ea220c760e2b65f0b035
diff --git a/modules/camera/Camera.cpp b/modules/camera/Camera.cpp index 203b772..eeae41f 100644 --- a/modules/camera/Camera.cpp +++ b/modules/camera/Camera.cpp
@@ -153,7 +153,7 @@ void Camera::dump(int fd) { - ALOGV("%s:%d: Dumping to fd %d", fd); + ALOGV("%s:%d: Dumping to fd %d", __func__, mId, fd); // TODO: dprintf all relevant state to fd }