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

Commit bcfb4873 authored by Wei Wang's avatar Wei Wang Committed by Primiano Tucci
Browse files

Add SDE tracing to gfx category

Bug: 73168288
Test: Ran systrace, verified sde shows up with just gfx tag
Change-Id: I9a97bf279409cd710e784e08a9ec309c12f09213
Merged-In: I9a97bf279409cd710e784e08a9ec309c12f09213
parent 53305dda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ struct TracingCategory {
static const TracingCategory k_categories[] = {
    { "gfx",        "Graphics",         ATRACE_TAG_GRAPHICS, {
        { OPT,      "events/mdss/enable" },
        { OPT,      "events/sde/enable" },
    } },
    { "input",      "Input",            ATRACE_TAG_INPUT, { } },
    { "view",       "View System",      ATRACE_TAG_VIEW, { } },