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

Commit c621d8d2 authored by Ady Abraham's avatar Ady Abraham
Browse files

SF: Add missing ATRACE_TAG to VsyncSchedule.cpp

Enable ATRACE logging from VsyncSchedule.cpp which is needed for debugging.

Test: collect systraces with debug.sf.show_predicted_vsync set to true
      and observe VSYNC-predicted track
Change-Id: Id23fa2f0004319f4ee592e19dc34a6b74cdb644f
Bug: 235566681
parent 33da9468
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
 * limitations under the License.
 */

#define ATRACE_TAG ATRACE_TAG_GRAPHICS

#include <scheduler/Fps.h>
#include <scheduler/Timer.h>