commit | 2c45393d842a5d2968ef78fa7a08667efdf15f2a | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Wed Sep 21 12:55:15 2016 -0700 |
committer | Andy Hung <hunga@google.com> | Thu Sep 22 13:12:37 2016 -0700 |
tree | d259a3720b7b676532ee145202827f00d580273e | |
parent | 3b0515db3405df2e759984aff7ac59aed0b16a98 [diff] [blame] |
Add logging of written frame counts Bug: 31591209 Change-Id: Ife5917aa65b02c3b0791dfe1975c70ccf58f9a75
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp index b0780a4..93f7ce5 100644 --- a/services/audioflinger/FastMixer.cpp +++ b/services/audioflinger/FastMixer.cpp
@@ -412,6 +412,7 @@ } ftDump->mUnderruns = underruns; ftDump->mFramesReady = framesReady; + ftDump->mFramesWritten = trackFramesWritten; } if (anyEnabledTracks) {