summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-08 10:19:01 +0000
committerSteve Block <steveblock@google.com>2012-01-08 11:03:20 +0000
commitb1fef0d807b86dd730d3ee9b5b5a71afab1649d7 (patch)
tree85513a6dfcd2415c946861f800fb7ed15d7aa5bb /include
parent321520291f1c9db2933110fef6af601a4bbc8b78 (diff)
downloaddevice_samsung_crespo-b1fef0d807b86dd730d3ee9b5b5a71afab1649d7.zip
device_samsung_crespo-b1fef0d807b86dd730d3ee9b5b5a71afab1649d7.tar.gz
device_samsung_crespo-b1fef0d807b86dd730d3ee9b5b5a71afab1649d7.tar.bz2
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I03a60758c6dad0d9ecbce42f092a0fe757bd7184
Diffstat (limited to 'include')
-rw-r--r--include/sec_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sec_utils.h b/include/sec_utils.h
index 61980f0..3e41afe 100644
--- a/include/sec_utils.h
+++ b/include/sec_utils.h
@@ -130,7 +130,7 @@ inline int HAL_PIXEL_FORMAT_2_V4L2_PIX(int HAL_PIXEL_FORMAT)
break;
default:
- LOGE("%s::unmatched HAL_PIXEL_FORMAT color_space(0x%x)\n",
+ ALOGE("%s::unmatched HAL_PIXEL_FORMAT color_space(0x%x)\n",
__func__, HAL_PIXEL_FORMAT);
break;
}
@@ -219,7 +219,7 @@ inline int V4L2_PIX_2_HAL_PIXEL_FORMAT(int V4L2_PIX)
break;
default:
- LOGE("%s::unmatched V4L2_PIX color_space(%d)\n",
+ ALOGE("%s::unmatched V4L2_PIX color_space(%d)\n",
__func__, V4L2_PIX);
break;
}