summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/TransactionCallbackInvoker.cpp
diff options
context:
space:
mode:
author Alec Mouri <alecmouri@google.com> 2024-09-23 14:05:56 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-23 14:05:56 +0000
commit454c55240d50de730f023e429ab40b82fd3c440f (patch)
tree5fb9e16dff42efcf360904311f33fbbb7c0e4ba5 /services/surfaceflinger/TransactionCallbackInvoker.cpp
parent3118f969f488b738de1976917a0944705c209173 (diff)
Revert "Add some tracing for release fences"
This reverts commit 3118f969f488b738de1976917a0944705c209173. Reason for revert: b/368514217 Change-Id: Id69a0bd8850d2b6c093f7ce78817cdf5705215b1
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 {