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: I9ef9f808a852c36903c8afc40136c89c9ec07630
This commit is contained in:
Steve Block 2012-01-08 12:24:35 +00:00
parent 210f887382
commit e6ef63f9e4

View File

@ -42,7 +42,7 @@ void die(const char *msg, ...) {
}
fprintf(stderr, "%s\n", buf);
LOGE("%s\n", buf);
ALOGE("%s\n", buf);
exit(1);
}