diff options
| author | 2024-12-03 00:51:17 +0000 | |
|---|---|---|
| committer | 2024-12-03 00:51:17 +0000 | |
| commit | d6f7afd8ae2c6504ef3f43ad0c366b45898b0c47 (patch) | |
| tree | 98a7f4486926815b30f5c594e5c76eecce351e82 | |
| parent | d1cd5731bcc964fc106427341ef38c826b6f03ef (diff) | |
| parent | 28c21c69d6a019dbea8c2087a97f04dd79a9b514 (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 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(); } |