summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixer.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-02-21 14:51:43 -0800
committerGlenn Kasten <gkasten@google.com>2014-03-26 14:46:28 -0700
commitadad3d7d935da176ff24941b4ae9edf7340e9b96 (patch)
tree7a8a2f8e31c7dd690805c1cfd9982d218c66296b /services/audioflinger/FastMixer.cpp
parent1392eb3d1802e9f894f87d7a7387207d1b6faca1 (diff)
downloadframeworks_av-adad3d7d935da176ff24941b4ae9edf7340e9b96.zip
frameworks_av-adad3d7d935da176ff24941b4ae9edf7340e9b96.tar.gz
frameworks_av-adad3d7d935da176ff24941b4ae9edf7340e9b96.tar.bz2
Use LOG_ALWAYS_FATAL instead of LOG_FATAL
LOG_FATAL is compiled out in most builds, so the assertion checks were not being performed. Change-Id: I774f0985ab9c5ccecd8989a0f1c940386b73fc35
Diffstat (limited to 'services/audioflinger/FastMixer.cpp')
-rw-r--r--services/audioflinger/FastMixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp
index 90122e0..adb4aca 100644
--- a/services/audioflinger/FastMixer.cpp
+++ b/services/audioflinger/FastMixer.cpp
@@ -212,7 +212,7 @@ bool FastMixer::threadLoop()
case FastMixerState::MIX_WRITE:
break;
default:
- LOG_FATAL("bad command %d", command);
+ LOG_ALWAYS_FATAL("bad command %d", command);
}
// there is a non-idle state available to us; did the state change?