Merge "WifiMetrics: add histogram of installed Passpoint profiles for R2" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0cab8dc0db
@@ -474,9 +474,6 @@ message WifiLog {
|
|||||||
// Number of times the SarManager failed to register SAR sensor listener
|
// Number of times the SarManager failed to register SAR sensor listener
|
||||||
optional int32 num_sar_sensor_registration_failures = 122;
|
optional int32 num_sar_sensor_registration_failures = 122;
|
||||||
|
|
||||||
// Histogram of the EAP method type of all installed Passpoint profiles
|
|
||||||
repeated PasspointProfileTypeCount installed_passpoint_profile_type = 123;
|
|
||||||
|
|
||||||
// Hardware revision (EVT, DVT, PVT etc.)
|
// Hardware revision (EVT, DVT, PVT etc.)
|
||||||
optional string hardware_revision = 124;
|
optional string hardware_revision = 124;
|
||||||
|
|
||||||
@@ -548,6 +545,12 @@ message WifiLog {
|
|||||||
|
|
||||||
// Passpoint provison metrics
|
// Passpoint provison metrics
|
||||||
optional PasspointProvisionStats passpoint_provision_stats = 147;
|
optional PasspointProvisionStats passpoint_provision_stats = 147;
|
||||||
|
|
||||||
|
// Histogram of the EAP method type of all installed Passpoint profiles for R1
|
||||||
|
repeated PasspointProfileTypeCount installed_passpoint_profile_type_for_r1 = 123;
|
||||||
|
|
||||||
|
// Histogram of the EAP method type of all installed Passpoint profiles for R2
|
||||||
|
repeated PasspointProfileTypeCount installed_passpoint_profile_type_for_r2 = 148;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Information that gets logged for every WiFi connection.
|
// Information that gets logged for every WiFi connection.
|
||||||
|
|||||||
Reference in New Issue
Block a user