commit | 00fe5059cae75c0d908299a1320b77db29792784 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Fri May 14 12:19:17 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri May 14 12:19:17 2010 -0700 |
tree | a86fbca9a6c2aebc8cc8c558d932c3e4ed9d2744 | |
parent | d76c0347944bd5914ac4b6e2e467981bf536ab35 [diff] | |
parent | 5b803f0865aca0a06dfb59f75885569c3f9f2eb3 [diff] |
Merge "Detect and handle premature termination of a recording session" into kraken
diff --git a/camera/tests/CameraServiceTest/CameraServiceTest.cpp b/camera/tests/CameraServiceTest/CameraServiceTest.cpp index bf0a3b2..3c8d553 100644 --- a/camera/tests/CameraServiceTest/CameraServiceTest.cpp +++ b/camera/tests/CameraServiceTest/CameraServiceTest.cpp
@@ -341,7 +341,7 @@ } status_t MSurface::setBufferCount(int bufferCount) { - INFO(__func__); + INFO("%s", __func__); return NULL; }