summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/TransactionCallbackInvoker.cpp
diff options
context:
space:
mode:
author Alec Mouri <alecmouri@google.com> 2024-09-23 16:18:02 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-23 16:18:02 +0000
commitcd0ed9f03277b2bb829f3a9eaeea62cc432d6873 (patch)
treeed21d7d4b395f6e5f34d83e19071a1f0fb2e1329 /services/surfaceflinger/TransactionCallbackInvoker.cpp
parent3cc941481c316834d704e603ce3c31a4524d7c1f (diff)
parent454c55240d50de730f023e429ab40b82fd3c440f (diff)
Merge "Revert "Add some tracing for release fences"" into main
Diffstat (limited to 'services/surfaceflinger/TransactionCallbackInvoker.cpp')
-rw-r--r--services/surfaceflinger/TransactionCallbackInvoker.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/surfaceflinger/TransactionCallbackInvoker.cpp b/services/surfaceflinger/TransactionCallbackInvoker.cpp
index 2b20648e42..c6856aea75 100644
--- a/services/surfaceflinger/TransactionCallbackInvoker.cpp
+++ b/services/surfaceflinger/TransactionCallbackInvoker.cpp
@@ -30,7 +30,6 @@
#include <binder/IInterface.h>
#include <common/FlagManager.h>
#include <common/trace.h>
-#include <ftl/concat.h>
#include <utils/RefBase.h>
namespace android {
@@ -130,9 +129,6 @@ status_t TransactionCallbackInvoker::addCallbackHandle(const sp<CallbackHandle>&
if (FlagManager::getInstance().ce_fence_promise()) {
for (auto& future : handle->previousReleaseFences) {
- SFTRACE_NAME(ftl::Concat("Merging fence for layer: ",
- ftl::truncated<20>(handle->name.c_str()))
- .c_str());
mergeFence(handle->name.c_str(), future.get().value_or(Fence::NO_FENCE), prevFence);
}
} else {