Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb461803 authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Remove redundant traces

This information is already logged, and it's confusing in the trace.

Bug: NA
Test: m
Change-Id: I4f9fc27e0b411a06a3d4439495b19ed41f3f7fd4
parent 6c94ce43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -238,7 +238,6 @@ struct RefreshRateSelector::RefreshRateScoreComparator {
        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;