diff options
author | 2024-11-18 23:35:57 +0000 | |
---|---|---|
committer | 2024-11-18 23:35:57 +0000 | |
commit | c6102c0a29143d689f33129b9f13a302aa799bfa (patch) | |
tree | f68186f675bf9223e7065d1facb69a2383c83e50 | |
parent | d0efb16703d706e67884af64f145e47fc2e67eb1 (diff) | |
parent | daa1cab22dc0f1e7cd4ca29f089a49b57e15ee24 (diff) |
Merge "Complete the trace information LLM to LayerLifecycleManager" into main
-rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 37b35f2f63..1f35173f65 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -2552,7 +2552,7 @@ bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, } { - SFTRACE_NAME("LLM:commitChanges"); + SFTRACE_NAME("LayerLifecycleManager:commitChanges"); mLayerLifecycleManager.commitChanges(); } |