commit | 8b5f642eb2364ea7fe46a5b3af51b48b58f12183 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 22 01:22:06 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu May 22 01:22:06 2014 -0700 |
tree | 3804f0168793993d3558bcb33970904f45db8949 | |
parent | 85e6e87c41bba51729cee8958a5c30157c8dc674 [diff] [blame] |
Move frameworks/av from fdprintf to POSIX dprintf. Bug: 11156955 Change-Id: Ia98cd16b4c1f7be87cf060b7456de4f40896bacb
diff --git a/services/camera/libcameraservice/utils/CameraTraces.cpp b/services/camera/libcameraservice/utils/CameraTraces.cpp index 346e15f..374dc5e 100644 --- a/services/camera/libcameraservice/utils/CameraTraces.cpp +++ b/services/camera/libcameraservice/utils/CameraTraces.cpp
@@ -74,10 +74,10 @@ return BAD_VALUE; } - fdprintf(fd, "Camera traces (%zu):\n", pcsList.size()); + dprintf(fd, "Camera traces (%zu):\n", pcsList.size()); if (pcsList.empty()) { - fdprintf(fd, " No camera traces collected.\n"); + dprintf(fd, " No camera traces collected.\n"); } // Print newest items first