From 9a8890e56bfd4e05986c6d260ce488005ffe8759 Mon Sep 17 00:00:00 2001 From: Siim Sammul Date: Thu, 10 Feb 2022 16:29:54 +0000 Subject: [PATCH] Add WIFI enum value to allow collecting binder latency data from the Wifi process. Test: n/a Bug: 218318948 Change-Id: Ifc95b460f77cb48491e1c4ebeb958cc71d841560 --- core/proto/android/internal/binder_latency.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/core/proto/android/internal/binder_latency.proto b/core/proto/android/internal/binder_latency.proto index 8b11f5b34645f..edd9b712f4dc6 100644 --- a/core/proto/android/internal/binder_latency.proto +++ b/core/proto/android/internal/binder_latency.proto @@ -35,6 +35,7 @@ message Dims { SYSTEM_SERVER = 1; TELEPHONY = 2; BLUETOOTH = 3; + WIFI = 4; } enum ServiceClassName {