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

Commit 7a27ef0d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add game mode to TimeStats - System Server changes" into sc-dev am: 5c518a08

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14842920

Change-Id: I1ac052803f7bc589394a8cdbf0555fdfd7b6d5b4
parents 97fceffe 5c518a08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ AStatsManager_PullAtomCallbackReturn SurfaceFlingerPuller::parseLayerInfoPull(
                                      atom.total_jank_frames_sf_prediction_error(),
                                      atom.total_jank_frames_app_buffer_stuffing(),
                                      atom.display_refresh_rate_bucket(), atom.render_rate_bucket(),
                                      frameRateVote.value(), appDeadlineMisses.value());
                                      frameRateVote.value(), appDeadlineMisses.value(),
                                      atom.game_mode());
    }
    return AStatsManager_PULL_SUCCESS;
}