Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 844d63c1 authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

[4/N] WindowDecor refactor: add TraceUtils lib into WMShell

Adds TraceUtils lib into WMShell for easier tracing. This will allow use
of traceSection instead of using startTrace/endTrace, allowing for
cleaner code since we don't have to worry about ending trace every time
we return.

Bug: 414636001
Flag: com.android.window.flags.enable_window_decoration_refactor
Test: m
Change-Id: I4df429843baf37e0c9a11431419710e4167b0cae
parent 72c7db4c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@ android_library {
        "//frameworks/libs/systemui:com_android_systemui_shared_flags_lib",
        "//frameworks/libs/systemui:iconloader_base",
        "//frameworks/libs/systemui:msdl",
        "//frameworks/libs/systemui:tracinglib-platform",
        "//frameworks/libs/systemui:view_capture",
        "PlatformAnimationLib",
        "WindowManager-Shell-lite-proto",