commit | 60d056bf2926357260592409dee31374fa8e301b | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Sun Jan 08 10:17:53 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Sun Jan 08 11:03:25 2012 +0000 |
tree | 9b55c71742bd4961b6f1ca7451798b8afd175648 | |
parent | f678d4745081038659a72b7c581e00612647f25d [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: I0cbe865d464a37365fa3be84948b07e5a0d181d0
diff --git a/modules/gralloc/gralloc_priv.h b/modules/gralloc/gralloc_priv.h index 75bcd1d..e1c502a 100644 --- a/modules/gralloc/gralloc_priv.h +++ b/modules/gralloc/gralloc_priv.h
@@ -101,7 +101,7 @@ h->numInts != sNumInts || h->numFds != sNumFds || hnd->magic != sMagic) { - LOGE("invalid gralloc handle (at %p)", h); + ALOGE("invalid gralloc handle (at %p)", h); return -EINVAL; } return 0;