OSDN Git Service

audioflinger: define ANDROID_SMP, remove conditional tracing
authorAlex Ray <aray@google.com>
Sat, 1 Dec 2012 03:42:28 +0000 (19:42 -0800)
committerAlex Ray <aray@google.com>
Sat, 1 Dec 2012 03:44:24 +0000 (19:44 -0800)
commit71b6e60c52ce367bc0d64ffca60848d600511b65
tree36ff8e80ee77a4f60a0439e234f72ccd9a03ee72
parent3e5abe9b119513bdb5b8b8d7c9aa72de7339f78f
audioflinger: define ANDROID_SMP, remove conditional tracing

With ANDROID_SMP set, tracing functionality is completely inline, and
without the performance hits of external library calls, tracing does
not need to be conditionally compiled.

Change-Id: I4b29a9a52c403f0d2ea137c5b7bc05a518a7ca4b
services/audioflinger/Android.mk
services/audioflinger/FastMixer.cpp