commit | b64ee23a72960c995389f9bcdfe35e3d6918a833 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Wed Sep 20 16:36:33 2017 -0700 |
committer | Ray Essick <essick@google.com> | Wed Sep 20 16:36:33 2017 -0700 |
tree | 7d528d3c93330a1787c779f2dc7bde7d22973e0c | |
parent | ac18a847a44ad16666f36e6e7ba43fc83b403faa [diff] |
Remove codec aggregation/summarization The aggregation, which tries to collect info for standard deviation, used a 64-bit counter. But with a 4GB video file, when you square the bytecount, you quickly run up against the 64 bit limit. So we won't be aggregating those records any longer on-device. Bug: 66226775 Test: dumpsys media.metrics -summary, no aggregated codec lines Change-Id: I7c8347eba3d48dfd3b26916e9eb76de1c129817f