summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/ClientCache.cpp
diff options
context:
space:
mode:
author Vishnu Nair <vishnun@google.com> 2024-06-27 23:38:43 +0000
committer Vishnu Nair <vishnun@google.com> 2024-06-28 19:20:08 +0000
commitbe0ad90f195063f8a846b15cb435d71544e5db1f (patch)
tree31427d8262ad439780e1e9ca18d9c4c1a7c919e7 /services/surfaceflinger/ClientCache.cpp
parent20f86107d6bab7cc810700550b779bf5734b332f (diff)
Create a wrapper for atrace macros
Create a SF specific macro to call into atrace. This will make the switch to perfetto for capturing atrace tags easier. Flag: EXEMPT refactor Bug: 349905670 Test: perfetto Change-Id: I4d046d837f52ef78b08e3c97556f2eddb06232dd
Diffstat (limited to 'services/surfaceflinger/ClientCache.cpp')
-rw-r--r--services/surfaceflinger/ClientCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/ClientCache.cpp b/services/surfaceflinger/ClientCache.cpp
index 09e41ffede..40ea8d387a 100644
--- a/services/surfaceflinger/ClientCache.cpp
+++ b/services/surfaceflinger/ClientCache.cpp
@@ -22,7 +22,7 @@
#include <cinttypes>
#include <android-base/stringprintf.h>
-#include <gui/TraceUtils.h>
+#include <common/trace.h>
#include <renderengine/impl/ExternalTexture.h>
#include "ClientCache.h"