commit | 01dda204cd28fe181691b4a44a51be7e5666d0c8 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Fri Jan 06 14:13:42 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Sun Jan 08 11:03:26 2012 +0000 |
tree | 99ef6d14b55ebf4e2752cd182052caad6eddc20a | |
parent | 36afde3387fff9eac0e6d54854b8d43fe1ebb0cc [diff] [blame] |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Bug: 5449033 Change-Id: Ibcffdcf620ebae1c389446ce8e9d908f11ac039c
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 }