commit | 621f9d47638c7a147c6513801eaeb0ed0fdcad30 | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <zzyiwei@google.com> | Mon May 07 10:40:55 2018 -0700 |
committer | Yiwei Zhang <zzyiwei@google.com> | Mon May 07 18:02:07 2018 +0000 |
tree | f75e44da1209e20f5f65b28bf68f565d4b2f7b49 | |
parent | 7dbedde3d351d4a0e29689960923bea25d0b59ee [diff] |
SF TimeStats: fix missed frame logic The current missed frames count is correct, but the decrement on the total frames when mPropagateBackpressure is enabled is not right since the missed frame won't count twice on SurfaceFlinger side. This change fixed this logic error. Test: dumpsys SurfaceFlinger --timestats <see go/sf-timestats for args> Bug: b/70388650 Change-Id: I3bab221ad4b9f44da965084fd52da6c82523d1f4