commit | 60fd12ab581e151522cf6d73f86031acf8fb46e7 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Feb 21 13:06:16 2017 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Fri Mar 10 14:31:14 2017 -0800 |
tree | 75498b8a13effabaf172bb62acf657334568765b | |
parent | 0012417ddc1320c6df79258266da1e869036b211 [diff] |
FastMixerState was missing a LOG_TAG Test: logs in FastMixerState module have the correct tag Change-Id: Id38826754e35803a72376a9198d2839fe195b0b2
diff --git a/services/audioflinger/FastMixerState.cpp b/services/audioflinger/FastMixerState.cpp index ad471fb..36d8eef 100644 --- a/services/audioflinger/FastMixerState.cpp +++ b/services/audioflinger/FastMixerState.cpp
@@ -14,6 +14,9 @@ * limitations under the License. */ +#define LOG_TAG "FastMixerState" +//#define LOG_NDEBUG 0 + #include <cutils/properties.h> #include "FastMixerState.h"