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

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

Merge "atrace: introduce tracing category for adb."

am: 3c9a9790

Change-Id: Ie645bb48bfa06b3e3dc7dbfc722dcb0bdf5a8977
parents 18312fb0 3c9a9790
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" },