commit | 26531761e26c8af50e9630d826c3710d6508210d | [log] [tgz] |
---|---|---|
author | Misha Wagner <mishaw@google.com> | Mon Jan 21 14:18:51 2019 +0000 |
committer | Misha Wagner <mishaw@google.com> | Mon Jan 28 14:55:21 2019 +0000 |
tree | 569ba72271b3177ab61008e094340b46434ff34b | |
parent | 4086088aa9e65ef5e4201a0ae44fc98c839de595 [diff] |
Fix issue in ValueMetricProducer where values are not reported If a value metric has N values, not having a diff base will mean that N calls of `onMatchedLogEventInternalLocked` are needed to output all values. Bug: 123177418 Test: Unit tests `ValueMetricProducerTest#TestSkipZeroDiffOutput` amended Test: Manual inspection of `cmd stats dump-report` shows all eight values for CpuTimePerThreadFreq metrics Change-Id: I8857c294ade049a4a42ef411d3d995610e04daf4