summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-14 00:18:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-14 00:18:11 +0000
commit0140887890791b7dca1447e87561e501401422cc (patch)
tree9b32e3e9d030330a2990292051de74e2a70a68ad
parent41a94eece38a807051205f294529e8a783762a15 (diff)
parent7415a31590ca3811c1c0faca5690be974ebb816f (diff)
downloadproto_logging-android14-qpr2-release.tar.gz
Change-Id: If53f20635dfd9c521fd12a9ee0d194b8dee705ad
-rw-r--r--stats/atoms.proto9
-rw-r--r--stats/atoms/apex/apex_extension_atoms.proto2
-rw-r--r--stats/enums/jank/enums.proto1
3 files changed, 11 insertions, 1 deletions
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 8217eb14..ab9acc13 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -1130,7 +1130,7 @@ message Atom {
// Update StatsdStats::kMaxPushedAtomId when atom ids here approach that value.
// Pulled events will start at field 10000.
- // Next: 10204
+ // Next: 10205
oneof pulled {
WifiBytesTransfer wifi_bytes_transfer = 10000 [(module) = "framework"];
WifiBytesTransferByFgBg wifi_bytes_transfer_by_fg_bg = 10001 [(module) = "framework"];
@@ -1370,6 +1370,7 @@ message Atom {
extensions 10201; // ThermalHeadroomThresholds thermal_headroom_thresholds
extensions 10202; // Reserved for b/308823939.
extensions 10203; // Reserved for b/308823939.
+ extensions 10204; // Reserved for b/309512867.
extensions 99999; // Atom99999 atom_99999
// DO NOT USE field numbers above 100,000 in AOSP.
@@ -15303,6 +15304,9 @@ message VoiceCallSession {
// When the RAT is IWLAN, if it used cross-SIM calling when call connected.
optional bool is_iwlan_cross_sim_at_connected = 40;
+
+ // Whether Vonr is enabled
+ optional bool vonr_enabled = 41;
}
/**
@@ -22757,6 +22761,9 @@ message RemoteKeyProvisioningTiming {
// Cause of the attempt which resulted in these timings.
optional RemoteKeyProvisioningAttempt.Cause cause = 7;
+
+ // Indicates success or failure of the provisioning attempt.
+ optional com.android.remoteprovisioner.RemoteKeyProvisioningStatus status = 8;
}
// Deprecated in U.
diff --git a/stats/atoms/apex/apex_extension_atoms.proto b/stats/atoms/apex/apex_extension_atoms.proto
index 24c3fda6..2f8ac15b 100644
--- a/stats/atoms/apex/apex_extension_atoms.proto
+++ b/stats/atoms/apex/apex_extension_atoms.proto
@@ -58,6 +58,8 @@ message ApexInstallationRequested {
optional bool request_is_rollback = 7;
// Apex's FileInfo's Manifest provides these data points
optional bool provides_shared_apex_libs = 8;
+ // HAL's provided by this apex
+ repeated string provided_hals = 9;
}
message ApexInstallationStaged {
diff --git a/stats/enums/jank/enums.proto b/stats/enums/jank/enums.proto
index 2f46853e..ffd472fd 100644
--- a/stats/enums/jank/enums.proto
+++ b/stats/enums/jank/enums.proto
@@ -102,6 +102,7 @@ enum InteractionType {
PREDICTIVE_BACK_CROSS_ACTIVITY = 85;
PREDICTIVE_BACK_CROSS_TASK = 86;
PREDICTIVE_BACK_HOME = 87;
+ LAUNCHER_SEARCH_QSB_OPEN = 88;
reserved 2;
reserved 73 to 78; // For b/281564325.