OSDN Git Service

Use ATRACE macros instead of Tracer statics
authorSimon Wilson <simonwilson@google.com>
Thu, 29 Nov 2012 23:18:50 +0000 (15:18 -0800)
committerSimon Wilson <simonwilson@google.com>
Thu, 29 Nov 2012 23:19:46 +0000 (15:19 -0800)
commit7a90bc9265782788675af577c7b1c56e5d5be709
treecbb5cc744291d91a55fc27b3e07309b8d981f721
parent6eb50f7ad52687331e55400a161164a62b8ebd52
Use ATRACE macros instead of Tracer statics

ATRACE_BEGIN and ATRACE_END have replaced the static
Tracer::traceBegin and Tracer::traceEnd functions, so
use them instead.

Fixes compilation errors when tracing is enabled.

Change-Id: I4d1147d2f76afcdf113e9986f0544cb848802b15
services/audioflinger/FastMixer.cpp
services/audioflinger/Threads.cpp