commit | d9b9a040b1ed2ad3871e046c36e176ebc61f1cbc | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Fri Jan 13 11:30:58 2023 -0800 |
committer | Ady Abraham <adyabr@google.com> | Wed Jan 18 02:23:43 2023 +0000 |
tree | fcfc40a411182d28ebc649666ed2e21a3b4a0333 | |
parent | 15dd0a940f15b41c100506f878bf92970b80b043 [diff] [blame] |
SF: cleanup VSP traces Turn off some unuseful traces, and add a trace when the period changes. Test: manual Bug: 262863132 Change-Id: I4833de28d6f95d98e675f7bb0a99d7f56eadc8b6
diff --git a/services/surfaceflinger/Scheduler/VSyncReactor.cpp b/services/surfaceflinger/Scheduler/VSyncReactor.cpp index e23945d..b5f212e 100644 --- a/services/surfaceflinger/Scheduler/VSyncReactor.cpp +++ b/services/surfaceflinger/Scheduler/VSyncReactor.cpp
@@ -129,7 +129,7 @@ } void VSyncReactor::startPeriodTransition(nsecs_t period) { - ATRACE_INT64("VSR-setPeriod", period); + ATRACE_INT64("VSR-startPeriodTransition", period); std::lock_guard lock(mMutex); mLastHwVsync.reset();