commit | c6aacce37191e1cc79cfeba13b39899f59c68c3b | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Fri Jan 06 19:20:56 2012 +0000 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Jan 19 14:45:03 2012 -0800 |
tree | df4401aaa38914e03d5eadc82507e7c6fdcc573e | |
parent | a51f0e707f1f3142358aa919ea60ad2842803139 [diff] [blame] |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) Change-Id: I1de629b4632a4b3187ca1a28d6416daccd35f924
diff --git a/libs/binder/MemoryDealer.cpp b/libs/binder/MemoryDealer.cpp index fcdb1bc..ff5e6bd 100644 --- a/libs/binder/MemoryDealer.cpp +++ b/libs/binder/MemoryDealer.cpp
@@ -344,7 +344,7 @@ mList.insertBefore(free_chunk, split); } - LOGE_IF((flags&PAGE_ALIGNED) && + ALOGE_IF((flags&PAGE_ALIGNED) && ((free_chunk->start*kMemoryAlign)&(pagesize-1)), "PAGE_ALIGNED requested, but page is not aligned!!!");