commit | 153b9fe667e6e78e0218ff0159353097428c7657 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Jul 15 11:23:36 2013 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Fri Jul 19 09:30:37 2013 -0700 |
tree | 360a76911071e362a94af32ccf67ce9619629708 | |
parent | 20f4754b7e687d3718a0a0a585f2c9ac22e2567d [diff] [blame] |
Make AudioFlinger::instantiate() more resilient when called from separate module Bug: 8834855 Change-Id: I4cd842cdfb09d2aaaaab9df9ac3bec6179709bd3
diff --git a/services/audioflinger/StateQueue.cpp b/services/audioflinger/StateQueue.cpp index 3e891a5..c2d3bbd 100644 --- a/services/audioflinger/StateQueue.cpp +++ b/services/audioflinger/StateQueue.cpp
@@ -17,6 +17,7 @@ #define LOG_TAG "StateQueue" //#define LOG_NDEBUG 0 +#include "Configuration.h" #include <time.h> #include <cutils/atomic.h> #include <utils/Log.h>