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

Commit ba67722e authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Add MDSS tracing to gfx category"

parents 6dacbb9a 732a29a4
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -89,7 +89,9 @@ struct TracingCategory {


/* Tracing categories */
/* Tracing categories */
static const TracingCategory k_categories[] = {
static const TracingCategory k_categories[] = {
    { "gfx",        "Graphics",         ATRACE_TAG_GRAPHICS, { } },
    { "gfx",        "Graphics",         ATRACE_TAG_GRAPHICS, {
        { OPT,      "events/mdss/enable" },
    } },
    { "input",      "Input",            ATRACE_TAG_INPUT, { } },
    { "input",      "Input",            ATRACE_TAG_INPUT, { } },
    { "view",       "View System",      ATRACE_TAG_VIEW, { } },
    { "view",       "View System",      ATRACE_TAG_VIEW, { } },
    { "webview",    "WebView",          ATRACE_TAG_WEBVIEW, { } },
    { "webview",    "WebView",          ATRACE_TAG_WEBVIEW, { } },