commit | b8a805261bf0282e992d3608035e47d05a898710 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Tue Dec 20 16:23:08 2011 +0000 |
committer | Steve Block <steveblock@google.com> | Tue Jan 03 22:38:27 2012 +0000 |
tree | 7a43908b8e936ac1f30eef0542b40d667c47aa23 | |
parent | 94023fa6744e24f26f0aba1699ec278649bd66df [diff] [blame] |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
diff --git a/services/audioflinger/AudioResampler.cpp b/services/audioflinger/AudioResampler.cpp index e945ce0..7205045 100644 --- a/services/audioflinger/AudioResampler.cpp +++ b/services/audioflinger/AudioResampler.cpp
@@ -87,7 +87,7 @@ char value[PROPERTY_VALUE_MAX]; if (property_get("af.resampler.quality", value, 0)) { quality = atoi(value); - LOGD("forcing AudioResampler quality to %d", quality); + ALOGD("forcing AudioResampler quality to %d", quality); } if (quality == DEFAULT)