From 265b78270645e09cb57e547345d321cd8e641ea5 Mon Sep 17 00:00:00 2001 From: Suprabh Shukla Date: Mon, 26 Feb 2024 11:03:31 +0000 Subject: Add network trace tag for perfetto configs There is a lot of code in NPMS in critical paths that will be easier to debug if we had all the tracing events emmitted with this tag. Bug: 326370901 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d71a8e1ac97242e82a302e5432e11741d53e0b06) Merged-In: I44a7354dda9ff538ad4efc7de01ddad09eaa1d57 Change-Id: I44a7354dda9ff538ad4efc7de01ddad09eaa1d57 --- linux-x86_64/perfetto/configs/trace_config_detailed.textproto | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-x86_64/perfetto/configs') diff --git a/linux-x86_64/perfetto/configs/trace_config_detailed.textproto b/linux-x86_64/perfetto/configs/trace_config_detailed.textproto index 551c3cd6f..884fa7d20 100644 --- a/linux-x86_64/perfetto/configs/trace_config_detailed.textproto +++ b/linux-x86_64/perfetto/configs/trace_config_detailed.textproto @@ -112,6 +112,7 @@ data_sources { atrace_categories: "workq" atrace_categories: "res" atrace_categories: "power" + atrace_categories: "network" } } -- cgit v1.2.3