commit | 5ff1dd576bb93c45b44088a51544a18fc43ebf58 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Jan 05 23:22:43 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Fri Jan 06 10:07:54 2012 +0000 |
tree | c002dcda87f08329197b01395539bd25f10ca737 | |
parent | 8a08dcc0a5de19a904e77d5f31bed3dff9a59890 [diff] [blame] |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
diff --git a/media/libmedia/MediaProfiles.cpp b/media/libmedia/MediaProfiles.cpp index 109f294..c9e8bc2 100644 --- a/media/libmedia/MediaProfiles.cpp +++ b/media/libmedia/MediaProfiles.cpp
@@ -620,7 +620,7 @@ const char *defaultXmlFile = "/etc/media_profiles.xml"; FILE *fp = fopen(defaultXmlFile, "r"); if (fp == NULL) { - LOGW("could not find media config xml file"); + ALOGW("could not find media config xml file"); sInstance = createDefaultInstance(); } else { fclose(fp); // close the file first.