Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: I897aac93e9acf658be04c9d742cc1a212f6b8f40
This commit is contained in:
Steve Block 2012-01-04 20:07:15 +00:00
parent c937e739c0
commit 31f453ab7b

View file

@ -41,7 +41,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifdef _ANDROID_
#include <utils/Log.h>
#define DEBUG_PRINT_ERROR LOGE
#define DEBUG_PRINT LOGI
#define DEBUG_PRINT ALOGI
#define DEBUG_DETAIL ALOGV
#else
#define DEBUG_PRINT_ERROR printf