diff options
author | Steve Block <steveblock@google.com> | 2011-12-20 16:25:43 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-03 22:32:05 +0000 |
commit | 86464682938499e7f15ea15fecad674f3e71e33c (patch) | |
tree | de4bc6a0492f9bf55b6c0b9e380c3cdae2ea0d93 /camera/V4LCameraAdapter | |
parent | 6812f3ca07dd52fd464639d7d85f33448098d254 (diff) | |
download | hardware_ti_omap4-86464682938499e7f15ea15fecad674f3e71e33c.zip hardware_ti_omap4-86464682938499e7f15ea15fecad674f3e71e33c.tar.gz hardware_ti_omap4-86464682938499e7f15ea15fecad674f3e71e33c.tar.bz2 |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016
Bug: 5449033
Change-Id: I551e5a040249a8908251cd8c8d7131287f1f53de
Diffstat (limited to 'camera/V4LCameraAdapter')
-rw-r--r-- | camera/V4LCameraAdapter/V4LCameraAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/V4LCameraAdapter/V4LCameraAdapter.cpp b/camera/V4LCameraAdapter/V4LCameraAdapter.cpp index 3fb3380..c365023 100644 --- a/camera/V4LCameraAdapter/V4LCameraAdapter.cpp +++ b/camera/V4LCameraAdapter/V4LCameraAdapter.cpp @@ -438,7 +438,7 @@ static void debugShowFPS() mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; mLastFpsTime = now; mLastFrameCount = mFrameCount; - LOGD("Camera %d Frames, %f FPS", mFrameCount, mFps); + ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps); } // XXX: mFPS has the value we want } |