commit | b54c854d1ef1bb66e093c94099f915178eac570e | [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 16:20:39 2016 -0700 |
tree | e07e0f670a489ddc829a95054a835bcf1754539c | |
parent | b5ae35c5cf5cc7176661eea9bf725437c85693b0 [diff] [blame] |
Add logging of written frame counts Bug: 31591209 Change-Id: Ife5917aa65b02c3b0791dfe1975c70ccf58f9a75 (cherry picked from commit 2c45393d842a5d2968ef78fa7a08667efdf15f2a)
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) {