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

Commit f976b160 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "atrace: introduce tracing category for adb." am: 3c9a9790 am: 0deeeac8 am: 7c6061ed

am: dfdb951c

Change-Id: I9e8a692191b7f0ed35d146e534ac1b9211ba2679
parents e2e6921f dfdb951c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ static const TracingCategory k_categories[] = {
    { "ss",         "System Server",    ATRACE_TAG_SYSTEM_SERVER, { } },
    { "database",   "Database",         ATRACE_TAG_DATABASE, { } },
    { "network",    "Network",          ATRACE_TAG_NETWORK, { } },
    { "adb",        "ADB",              ATRACE_TAG_ADB, { } },
    { k_coreServiceCategory, "Core services", 0, { } },
    { "sched",      "CPU Scheduling",   0, {
        { REQ,      "/sys/kernel/debug/tracing/events/sched/sched_switch/enable" },