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/FastMixerDumpState.h b/services/audioflinger/FastMixerDumpState.h index ac15e7c..301c5b1 100644 --- a/services/audioflinger/FastMixerDumpState.h +++ b/services/audioflinger/FastMixerDumpState.h
@@ -57,6 +57,7 @@ /*virtual*/ ~FastTrackDump() { } FastTrackUnderruns mUnderruns; size_t mFramesReady; // most recent value only; no long-term statistics kept + int64_t mFramesWritten; // last value from track }; struct FastMixerDumpState : FastThreadDumpState {