commit | 1b781ab0e0e8d59a7a8d1140bf6dee96a48a160c | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Fri Jan 06 19:20:56 2012 +0000 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:58 2013 -0700 |
tree | 3714a0510c545d8420a0b9e33c6328fe0ca63aa4 | |
parent | 61d341b8d3d771f4ef3dd54df0502b19b7a2ab4d [diff] [blame] |
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: Ic9c19d30693bd56755f55906127cd6bd7126096c
diff --git a/include/utils/GenerationCache.h b/include/utils/GenerationCache.h index da85a9a..40722d1 100644 --- a/include/utils/GenerationCache.h +++ b/include/utils/GenerationCache.h
@@ -205,7 +205,7 @@ removeAt(index); return true; } - LOGE("GenerationCache: removeOldest failed to find the item in the cache " + ALOGE("GenerationCache: removeOldest failed to find the item in the cache " "with the given key, but we know it must be in there. " "Is the key comparator kaput?"); }