summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-03 00:51:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-03 00:51:17 +0000
commitd6f7afd8ae2c6504ef3f43ad0c366b45898b0c47 (patch)
tree98a7f4486926815b30f5c594e5c76eecce351e82
parentd1cd5731bcc964fc106427341ef38c826b6f03ef (diff)
parent28c21c69d6a019dbea8c2087a97f04dd79a9b514 (diff)
Merge "Complete the trace information LLM to LayerLifecycleManager" into main
-rw-r--r--services/surfaceflinger/SurfaceFlinger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index d4d32aa37a..b85086763b 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -2580,7 +2580,7 @@ bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs,
}
{
- ATRACE_NAME("LLM:commitChanges");
+ ATRACE_NAME("LayerLifecycleManager:commitChanges");
mLayerLifecycleManager.commitChanges();
}