commit | cb46180366f29e0ef1b605f8fae89834ea44a4b2 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Tue Feb 07 15:31:33 2023 -0500 |
committer | Leon Scroggins III <scroggo@google.com> | Tue Feb 07 15:31:33 2023 -0500 |
tree | baefd2aeb08ee18ef0dd7490298eff629a93b86a | |
parent | 6c94ce4393a530159863324832aad5b482937a5a [diff] |
Remove redundant traces This information is already logged, and it's confusing in the trace. Bug: NA Test: m Change-Id: I4f9fc27e0b411a06a3d4439495b19ed41f3f7fd4
diff --git a/services/surfaceflinger/Scheduler/RefreshRateSelector.cpp b/services/surfaceflinger/Scheduler/RefreshRateSelector.cpp index c5b3e14..f6fe468 100644 --- a/services/surfaceflinger/Scheduler/RefreshRateSelector.cpp +++ b/services/surfaceflinger/Scheduler/RefreshRateSelector.cpp
@@ -238,7 +238,6 @@ std::string name = to_string(frameRateMode); ALOGV("%s sorting scores %.2f", name.c_str(), overallScore); - ATRACE_INT(name.c_str(), static_cast<int>(std::round(overallScore * 100))); if (!ScoredFrameRate::scoresEqual(overallScore, rhs.overallScore)) { return overallScore > rhs.overallScore;