commit | 8aeb6e244a484305428ffbbc4be64d51e9bccdaa | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Fri Jan 06 14:13:42 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Tue Jan 17 17:56:20 2012 +0000 |
tree | ee67d277e210b19fff6c6e9f548de07143934228 | |
parent | 4f07a1f826ddb3669c8da2b2a92983f01df43d54 [diff] [blame] |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) Change-Id: I52fce957db06c281e2618daa4e2ecba19974f2eb
diff --git a/libpixelflinger/codeflinger/CodeCache.cpp b/libpixelflinger/codeflinger/CodeCache.cpp index 125c3ce..a713feb 100644 --- a/libpixelflinger/codeflinger/CodeCache.cpp +++ b/libpixelflinger/codeflinger/CodeCache.cpp
@@ -159,7 +159,7 @@ const long base = long(assembly->base()); const long curr = base + long(assembly->size()); err = cacheflush(base, curr, 0); - LOGE_IF(err, "__ARM_NR_cacheflush error %s\n", + ALOGE_IF(err, "__ARM_NR_cacheflush error %s\n", strerror(errno)); #endif }