commit | acd5547083d576964b67dc69f92815afe2d5bfa0 | [log] [tgz] |
---|---|---|
author | Ying Wei <whisperwing@google.com> | Wed May 10 05:51:27 2023 +0000 |
committer | Ying Wei <whisperwing@google.com> | Wed May 10 05:51:27 2023 +0000 |
tree | 6d423f32c23ad808ce1dc676823287f35eeb4c23 | |
parent | 4727cce16ef0002f417c969c8045acb0884148e3 [diff] [blame] |
Fix a typo in TimeStatsHelper Test: N/A BUG: 281781733 Change-Id: I38d0db62b76f5ac1faeacd1199a997fee0666470
diff --git a/services/surfaceflinger/TimeStats/timestatsproto/TimeStatsHelper.cpp b/services/surfaceflinger/TimeStats/timestatsproto/TimeStatsHelper.cpp index cf1ca65..cbbcb91 100644 --- a/services/surfaceflinger/TimeStats/timestatsproto/TimeStatsHelper.cpp +++ b/services/surfaceflinger/TimeStats/timestatsproto/TimeStatsHelper.cpp
@@ -115,7 +115,7 @@ StringAppendF(&result, "badDesiredPresentFrames = %d\n", badDesiredPresentFrames); result.append("Jank payload for this layer:\n"); result.append(jankPayload.toString()); - result.append("SetFrateRate vote for this layer:\n"); + result.append("SetFrameRate vote for this layer:\n"); result.append(setFrameRateVote.toString()); const auto iter = deltas.find("present2present"); if (iter != deltas.end()) {