Add WIFI enum value to allow collecting binder latency data from the

Wifi process.

Test: n/a
Bug: 218318948
Change-Id: Ifc95b460f77cb48491e1c4ebeb958cc71d841560
This commit is contained in:
Siim Sammul
2022-02-10 16:29:54 +00:00
parent ba790e4807
commit 9a8890e56b

View File

@@ -35,6 +35,7 @@ message Dims {
SYSTEM_SERVER = 1;
TELEPHONY = 2;
BLUETOOTH = 3;
WIFI = 4;
}
enum ServiceClassName {