commit | f9715e43ea73361321663514c44129c939c5db2f | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed Jul 13 14:02:03 2016 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Fri Jul 15 08:27:55 2016 -0700 |
tree | 60a0f90c5c13c59bd9f41ba26e7c9e8d6f59db31 | |
parent | 9f6392250bf6d02a514bd83b743906dda748dee9 [diff] [blame] |
Distinguish systrace timelines for playback and capture Bug: 30120068 Change-Id: If416540f0785e83e7b1e8ba986ee55b5b9298a2a
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp index 01f3939..b0780a4 100644 --- a/services/audioflinger/FastMixer.cpp +++ b/services/audioflinger/FastMixer.cpp
@@ -46,7 +46,7 @@ /*static*/ const FastMixerState FastMixer::sInitial; -FastMixer::FastMixer() : FastThread(), +FastMixer::FastMixer() : FastThread("cycle_ms", "load_us"), // mFastTrackNames // mGenerations mOutputSink(NULL),