commit | e6ef63f9e452772198af1ae568f6a85177201df0 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Sun Jan 08 12:24:35 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Sun Jan 08 12:24:35 2012 +0000 |
tree | 789d9072961b9d1f43e92293afdc017c289887ea | |
parent | 210f887382e0fd7e51ec6ce071972374a76f0722 [diff] |
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
diff --git a/mtdutils/flash_image.c b/mtdutils/flash_image.c index 8e0e8d5..a39d600 100644 --- a/mtdutils/flash_image.c +++ b/mtdutils/flash_image.c
@@ -42,7 +42,7 @@ } fprintf(stderr, "%s\n", buf); - LOGE("%s\n", buf); + ALOGE("%s\n", buf); exit(1); }