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

Commit ba64b616 authored by Ahmed ElArabawy's avatar Ahmed ElArabawy
Browse files

wifi.proto: Add metrics for failed SAR sensor reg



This commit adds the metric for counting failures in registration of
SAR sensor listener.

Bug: 65174506
Test: Unit tests

Change-Id: I8d13336aa9c433128f500063819081cfcc43d2cc
Signed-off-by: default avatarAhmed ElArabawy <arabawy@google.com>
parent 184e8c6a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -470,6 +470,9 @@ message WifiLog {
  // Counts the occurrences of each link speed (Mbps) level
  // with rssi (dBm) and rssi^2 sums (dBm^2)
  repeated LinkSpeedCount link_speed_counts = 121;

  // Number of times the SarManager failed to register SAR sensor listener
  optional int32 num_sar_sensor_registration_failures = 122;
}

// Information that gets logged for every WiFi connection.