atrace: support new AIDL trace tag. So we can request AIDL traces. Bug: 74416314 Test: inspect atrace output Change-Id: Ifd5366080923fcb285849767672e9ef475e3de5d Merged-In: Ifd5366080923fcb285849767672e9ef475e3de5d
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index 3d63971..c7b51c8 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp
@@ -116,7 +116,8 @@ { "database", "Database", ATRACE_TAG_DATABASE, { } }, { "network", "Network", ATRACE_TAG_NETWORK, { } }, { "adb", "ADB", ATRACE_TAG_ADB, { } }, - { "vibrator", "Vibrator", ATRACE_TAG_VIBRATOR, {}}, + { "vibrator", "Vibrator", ATRACE_TAG_VIBRATOR, { } }, + { "aidl", "AIDL calls", ATRACE_TAG_AIDL, { } }, { k_coreServiceCategory, "Core services", 0, { } }, { k_pdxServiceCategory, "PDX services", 0, { } }, { "sched", "CPU Scheduling", 0, {