diff options
| author | Steve Block <steveblock@google.com> | 2012-01-08 10:18:02 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-08 10:18:02 +0000 |
| commit | 5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f (patch) | |
| tree | 3ae5b573b19628a8e2377315302e4283ffd7d55a /audio/AudioDumpInterface.cpp | |
| parent | 64cca04dcbf4e21a51131224b9d0f0c596f876d4 (diff) | |
| download | hardware_libhardware_legacy-5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f.tar.gz hardware_libhardware_legacy-5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f.tar.bz2 hardware_libhardware_legacy-5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f.zip | |
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: Idfcd2f2269080d92a621dc432c65f7cf244588af
Diffstat (limited to 'audio/AudioDumpInterface.cpp')
| -rw-r--r-- | audio/AudioDumpInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/AudioDumpInterface.cpp b/audio/AudioDumpInterface.cpp index 9f07ba3..62fdbd6 100644 --- a/audio/AudioDumpInterface.cpp +++ b/audio/AudioDumpInterface.cpp @@ -35,7 +35,7 @@ AudioDumpInterface::AudioDumpInterface(AudioHardwareInterface* hw) : mPolicyCommands(String8("")), mFileName(String8("")) { if(hw == 0) { - LOGE("Dump construct hw = 0"); + ALOGE("Dump construct hw = 0"); } mFinalInterface = hw; ALOGV("Constructor %p, mFinalInterface %p", this, mFinalInterface); |
