blob: f36bebb9b3aa358a735c7e4c2fed3f9487b97f11 [file] [log] [blame]
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -07001/*
2 * Copyright (C) 2017 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17syntax = "proto2";
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -070018
19package android.os.statsd;
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -070020option java_package = "com.android.os";
Stefan Lafonae2df012017-11-14 09:17:21 -080021option java_outer_classname = "AtomsProto";
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -070022
Yao Chen9c1debe2018-02-19 14:39:19 -080023import "frameworks/base/cmds/statsd/src/atom_field_options.proto";
Bookatzdb026a22018-01-10 19:01:56 -080024import "frameworks/base/core/proto/android/app/enums.proto";
Tej Singh33a412b2018-03-16 18:43:59 -070025import "frameworks/base/core/proto/android/app/job/enums.proto";
Ben Blount763a5d52019-04-10 11:48:58 -070026import "frameworks/base/core/proto/android/app/settings_enums.proto";
Jack Hec27040a2019-01-09 20:54:41 -080027import "frameworks/base/core/proto/android/bluetooth/a2dp/enums.proto";
Tej Singh5d991e12018-03-09 19:48:11 -080028import "frameworks/base/core/proto/android/bluetooth/enums.proto";
Jack Heab86dbd22018-12-18 15:43:27 -080029import "frameworks/base/core/proto/android/bluetooth/hci/enums.proto";
Jack Hed9837c82019-01-09 01:19:13 -080030import "frameworks/base/core/proto/android/bluetooth/hfp/enums.proto";
Jack He1021a612019-01-20 21:22:46 -080031import "frameworks/base/core/proto/android/bluetooth/smp/enums.proto";
Michael Groover9e7b06e2018-12-28 19:55:51 -080032import "frameworks/base/core/proto/android/debug/enums.proto";
Kevin Chyn1741a072019-01-17 11:54:40 -080033import "frameworks/base/core/proto/android/hardware/biometrics/enums.proto";
joshmccloskey8c3322e2019-01-09 18:25:57 -080034import "frameworks/base/core/proto/android/hardware/sensor/assist/enums.proto";
Chiachang Wangf6bedc22019-01-14 11:54:32 +080035import "frameworks/base/core/proto/android/net/networkcapabilities.proto";
Bookatz1a1b0462018-01-12 11:47:03 -080036import "frameworks/base/core/proto/android/os/enums.proto";
Chiachang Wangf6bedc22019-01-14 11:54:32 +080037import "frameworks/base/core/proto/android/server/connectivity/data_stall_event.proto";
Bookatz8bdae8d2018-01-16 11:24:30 -080038import "frameworks/base/core/proto/android/server/enums.proto";
Kweku Adams8845d012018-12-11 20:06:45 -080039import "frameworks/base/core/proto/android/server/job/enums.proto";
Bookatz48d362e2018-11-06 15:49:08 -080040import "frameworks/base/core/proto/android/server/location/enums.proto";
Yangsteraf9aee72018-10-12 09:26:16 -070041import "frameworks/base/core/proto/android/service/procstats_enum.proto";
Badhri Jagan Sridharan129c7292019-01-14 21:18:25 -080042import "frameworks/base/core/proto/android/service/usb.proto";
Chiachang Wang0e88ebf2019-03-21 10:18:07 +080043import "frameworks/base/core/proto/android/stats/connectivity/network_stack.proto";
lifr1f74b052019-04-16 22:16:30 +080044import "frameworks/base/core/proto/android/stats/dnsresolver/dns_resolver.proto";
Bookatz11257ca2018-12-05 18:22:39 -080045import "frameworks/base/core/proto/android/stats/devicepolicy/device_policy.proto";
46import "frameworks/base/core/proto/android/stats/devicepolicy/device_policy_enums.proto";
Ben Blount763a5d52019-04-10 11:48:58 -070047import "frameworks/base/core/proto/android/stats/docsui/docsui_enums.proto";
48import "frameworks/base/core/proto/android/stats/enums.proto";
49import "frameworks/base/core/proto/android/stats/intelligence/enums.proto";
Yao Chen8c433862018-10-24 14:09:20 -070050import "frameworks/base/core/proto/android/stats/launcher/launcher.proto";
Hongyi Zhang700137e2019-05-23 21:19:36 -070051import "frameworks/base/core/proto/android/stats/location/location_enums.proto";
Ray Essick8ab04df2019-02-15 11:01:02 -080052import "frameworks/base/core/proto/android/stats/mediametrics/mediametrics.proto";
Jeff Sharkey6bd21572019-11-15 20:45:33 -070053import "frameworks/base/core/proto/android/stats/mediaprovider/mediaprovider_enums.proto";
Carmen Agimof6688a352019-01-30 19:36:04 +000054import "frameworks/base/core/proto/android/stats/storage/storage_enums.proto";
Hyunyoung Song80adf6be2019-01-30 09:59:30 -080055import "frameworks/base/core/proto/android/stats/style/style_enums.proto";
Will Brockman079fdaa2020-01-12 16:45:03 -050056import "frameworks/base/core/proto/android/stats/sysui/notification_enums.proto";
Tej Singhc477d9c2018-02-05 18:31:39 -080057import "frameworks/base/core/proto/android/telecomm/enums.proto";
Bookatz1a1b0462018-01-12 11:47:03 -080058import "frameworks/base/core/proto/android/telephony/enums.proto";
59import "frameworks/base/core/proto/android/view/enums.proto";
Bookatz11257ca2018-12-05 18:22:39 -080060import "frameworks/base/core/proto/android/wifi/enums.proto";
Tony Make2b1b672019-07-29 16:59:47 +010061import "frameworks/base/core/proto/android/stats/textclassifier/textclassifier_enums.proto";
Tianjie Xu167c3db2019-07-22 14:25:14 -070062import "frameworks/base/core/proto/android/stats/otaupdate/updateengine_enums.proto";
Joe Onorato62c220b2017-11-18 20:32:56 -080063
Yao Chend54f9dd2017-10-17 17:37:48 +000064/**
Stefan Lafonae2df012017-11-14 09:17:21 -080065 * The master atom class. This message defines all of the available
Yao Chend54f9dd2017-10-17 17:37:48 +000066 * raw stats log events from the Android system, also known as "atoms."
67 *
68 * This field contains a single oneof with all of the available messages.
69 * The stats-log-api-gen tool runs as part of the Android build and
70 * generates the android.util.StatsLog class, which contains the constants
71 * and methods that Android uses to log.
72 *
Stefan Lafonae2df012017-11-14 09:17:21 -080073 * This Atom class is not actually built into the Android system.
Yao Chend54f9dd2017-10-17 17:37:48 +000074 * Instead, statsd on Android constructs these messages synthetically,
75 * in the format defined here and in stats_log.proto.
76 */
Stefan Lafonae2df012017-11-14 09:17:21 -080077message Atom {
78 // Pushed atoms start at 2.
David Chenc8a43242017-10-17 16:23:28 -070079 oneof pushed {
Bookatzc1a050a2017-10-10 15:49:28 -070080 // For StatsLog reasons, 1 is illegal and will not work. Must start at 2.
81 BleScanStateChanged ble_scan_state_changed = 2;
Chenjie Yubd1a28f2018-07-17 14:55:19 -070082 ProcessStateChanged process_state_changed = 3;
Bookatzc1a050a2017-10-10 15:49:28 -070083 BleScanResultReceived ble_scan_result_received = 4;
84 SensorStateChanged sensor_state_changed = 5;
Bookatzdb026a22018-01-10 19:01:56 -080085 GpsScanStateChanged gps_scan_state_changed = 6;
Bookatzc1a050a2017-10-10 15:49:28 -070086 SyncStateChanged sync_state_changed = 7;
87 ScheduledJobStateChanged scheduled_job_state_changed = 8;
88 ScreenBrightnessChanged screen_brightness_changed = 9;
Bookatzd6746242017-10-24 18:39:35 -070089 WakelockStateChanged wakelock_state_changed = 10;
Bookatzddccf0a2017-11-28 16:48:14 -080090 LongPartialWakelockStateChanged long_partial_wakelock_state_changed = 11;
91 MobileRadioPowerStateChanged mobile_radio_power_state_changed = 12;
92 WifiRadioPowerStateChanged wifi_radio_power_state_changed = 13;
Chenjie Yubd1a28f2018-07-17 14:55:19 -070093 ActivityManagerSleepStateChanged activity_manager_sleep_state_changed = 14;
94 MemoryFactorStateChanged memory_factor_state_changed = 15;
95 ExcessiveCpuUsageReported excessive_cpu_usage_reported = 16;
96 CachedKillReported cached_kill_reported = 17;
97 ProcessMemoryStatReported process_memory_stat_reported = 18;
Hyunyoung Songc6d6b772018-10-17 13:35:32 -070098 LauncherUIChanged launcher_event = 19;
Bookatzddccf0a2017-11-28 16:48:14 -080099 BatterySaverModeStateChanged battery_saver_mode_state_changed = 20;
100 DeviceIdleModeStateChanged device_idle_mode_state_changed = 21;
101 DeviceIdlingModeStateChanged device_idling_mode_state_changed = 22;
Bookatzc1a050a2017-10-10 15:49:28 -0700102 AudioStateChanged audio_state_changed = 23;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800103 MediaCodecStateChanged media_codec_state_changed = 24;
Bookatzc1a050a2017-10-10 15:49:28 -0700104 CameraStateChanged camera_state_changed = 25;
105 FlashlightStateChanged flashlight_state_changed = 26;
106 UidProcessStateChanged uid_process_state_changed = 27;
107 ProcessLifeCycleStateChanged process_life_cycle_state_changed = 28;
108 ScreenStateChanged screen_state_changed = 29;
Bookatz8c6571b2017-10-24 15:04:41 -0700109 BatteryLevelChanged battery_level_changed = 30;
110 ChargingStateChanged charging_state_changed = 31;
111 PluggedStateChanged plugged_state_changed = 32;
Bookatza66083f2018-09-20 17:24:00 -0700112 InteractiveStateChanged interactive_state_changed = 33;
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -0800113 TouchEventReported touch_event_reported = 34;
Bookatz8c6571b2017-10-24 15:04:41 -0700114 WakeupAlarmOccurred wakeup_alarm_occurred = 35;
115 KernelWakeupReported kernel_wakeup_reported = 36;
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800116 WifiLockStateChanged wifi_lock_state_changed = 37 [(module) = "wifi"];
117 WifiSignalStrengthChanged wifi_signal_strength_changed = 38 [(module) = "wifi"];
118 WifiScanStateChanged wifi_scan_state_changed = 39 [(module) = "wifi"];
Bookatze5885242017-10-24 20:10:31 -0700119 PhoneSignalStrengthChanged phone_signal_strength_changed = 40;
David Chenc28b2bb2017-10-24 12:52:52 -0700120 SettingChanged setting_changed = 41;
David Chenc8a43242017-10-17 16:23:28 -0700121 ActivityForegroundStateChanged activity_foreground_state_changed = 42;
David Chen21582962017-11-01 17:32:46 -0700122 IsolatedUidChanged isolated_uid_changed = 43;
Hugo Benichi884970e2017-11-14 22:42:46 +0900123 PacketWakeupOccurred packet_wakeup_occurred = 44;
Bookatz7948c872018-09-04 12:58:33 -0700124 WallClockTimeShifted wall_clock_time_shifted = 45;
Bookatz8fcd09a2017-12-18 13:01:10 -0800125 AnomalyDetected anomaly_detected = 46;
Andrei Oneada01ea52019-01-30 15:28:36 +0000126 AppBreadcrumbReported app_breadcrumb_reported = 47 [(allow_from_any_uid) = true];
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800127 AppStartOccurred app_start_occurred = 48;
128 AppStartCanceled app_start_canceled = 49;
129 AppStartFullyDrawn app_start_fully_drawn = 50;
Muhammad Qureshi79f068c2019-12-20 06:55:57 -0800130 LmkKillOccurred lmk_kill_occurred = 51 [(module) = "lmkd"];
Chenjie Yu52cacc62017-12-08 18:11:45 -0800131 PictureInPictureStateChanged picture_in_picture_state_changed = 52;
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800132 WifiMulticastLockStateChanged wifi_multicast_lock_state_changed = 53 [(module) = "wifi"];
Muhammad Qureshi79f068c2019-12-20 06:55:57 -0800133 LmkStateChanged lmk_state_changed = 54 [(module) = "lmkd"];
Rajeev Kumar8a9fa052018-01-25 19:03:09 -0800134 AppStartMemoryStateCaptured app_start_memory_state_captured = 55;
Tej Singh1ea42892018-01-19 09:27:00 -0800135 ShutdownSequenceReported shutdown_sequence_reported = 56;
Tej Singh6483ea42018-01-25 17:45:49 -0800136 BootSequenceReported boot_sequence_reported = 57;
Andrei Oneada01ea52019-01-30 15:28:36 +0000137 DaveyOccurred davey_occurred = 58 [(allow_from_any_uid) = true];
Chenjie Yue8904192017-12-08 19:12:57 -0800138 OverlayStateChanged overlay_state_changed = 59;
Chenjie Yuccfe6452018-01-30 11:33:21 -0800139 ForegroundServiceStateChanged foreground_service_state_changed = 60;
Tej Singhc477d9c2018-02-05 18:31:39 -0800140 CallStateChanged call_state_changed = 61;
Tej Singhdd7bd352018-02-09 19:33:15 -0800141 KeyguardStateChanged keyguard_state_changed = 62;
142 KeyguardBouncerStateChanged keyguard_bouncer_state_changed = 63;
143 KeyguardBouncerPasswordEntered keyguard_bouncer_password_entered = 64;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800144 AppDied app_died = 65;
Tej Singha883b372018-02-15 11:30:01 -0800145 ResourceConfigurationChanged resource_configuration_changed = 66;
Tej Singh5d991e12018-03-09 19:48:11 -0800146 BluetoothEnabledStateChanged bluetooth_enabled_state_changed = 67;
147 BluetoothConnectionStateChanged bluetooth_connection_state_changed = 68;
Bookatz48d362e2018-11-06 15:49:08 -0800148 GpsSignalQualityChanged gps_signal_quality_changed = 69;
Andrew Chantb56388b2018-03-22 21:07:33 -0700149 UsbConnectorStateChanged usb_connector_state_changed = 70;
Andrew Chant28d627e2018-02-22 15:17:05 -0800150 SpeakerImpedanceReported speaker_impedance_reported = 71;
151 HardwareFailed hardware_failed = 72;
152 PhysicalDropDetected physical_drop_detected = 73;
153 ChargeCyclesReported charge_cycles_reported = 74;
Tej Singheee317b2018-03-07 19:28:05 -0800154 MobileConnectionStateChanged mobile_connection_state_changed = 75;
155 MobileRadioTechnologyChanged mobile_radio_technology_changed = 76;
Andrew Chantb56388b2018-03-22 21:07:33 -0700156 UsbDeviceAttached usb_device_attached = 77;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800157 AppCrashOccurred app_crash_occurred = 78;
158 ANROccurred anr_occurred = 79;
159 WTFOccurred wtf_occurred = 80;
160 LowMemReported low_mem_reported = 81;
Howard Rocb767f62018-06-19 19:58:05 -0700161 GenericAtom generic_atom = 82;
jianjin6eada302019-02-28 11:25:57 -0800162 KeyValuePairsAtom key_value_pairs_atom = 83 [(allow_from_any_uid) = true];
Bookatza7020bd2018-08-28 16:29:35 -0700163 VibratorStateChanged vibrator_state_changed = 84;
Yangster-mac96353002018-09-05 11:18:55 -0700164 DeferredJobStatsReported deferred_job_stats_reported = 85;
Tej Singha72344992019-04-17 18:55:08 -0700165 ThermalThrottlingStateChanged thermal_throttling = 86 [deprecated=true];
Kevin Chyn1741a072019-01-17 11:54:40 -0800166 BiometricAcquired biometric_acquired = 87;
167 BiometricAuthenticated biometric_authenticated = 88;
168 BiometricErrorOccurred biometric_error_occurred = 89;
Will Brockmanfbaa7912019-10-24 15:15:09 -0400169 UiEventReported ui_event_reported = 90;
Howard Roa46b6582018-09-18 16:45:02 -0700170 BatteryHealthSnapshot battery_health_snapshot = 91;
171 SlowIo slow_io = 92;
172 BatteryCausedShutdown battery_caused_shutdown = 93;
Yangsteraf9aee72018-10-12 09:26:16 -0700173 PhoneServiceStateChanged phone_service_state_changed = 94;
174 PhoneStateChanged phone_state_changed = 95;
arangelovd5db50e2018-10-12 20:24:39 +0100175 UserRestrictionChanged user_restriction_changed = 96;
Fan Zhang916c13b2018-10-16 22:49:45 -0700176 SettingsUIChanged settings_ui_changed = 97;
Chenjie Yuae9dfac2018-10-25 16:06:56 -0700177 ConnectivityStateChanged connectivity_state_changed = 98;
Chenjie Yu75b3c492018-10-06 21:45:19 -0700178 // TODO: service state change is very noisy shortly after boot, as well
179 // as at other transitions - coming out of doze, device plugged in, etc.
180 // Consider removing this if it becomes a problem
181 ServiceStateChanged service_state_changed = 99;
182 ServiceLaunchReported service_launch_reported = 100;
Tej Singh0d176952019-01-16 19:10:54 -0800183 FlagFlipUpdateOccurred flag_flip_update_occurred = 101;
Yangster-macb89807e2018-11-15 21:10:57 -0800184 BinaryPushStateChanged binary_push_state_changed = 102;
arangelov4e994062018-11-13 16:12:38 +0000185 DevicePolicyEvent device_policy_event = 103;
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800186 DocsUIFileOperationCanceledReported docs_ui_file_op_canceled = 104 [(module) = "docsui"];
187 DocsUIFileOperationCopyMoveModeReported docs_ui_file_op_copy_move_mode_reported =
188 105 [(module) = "docsui"];
189 DocsUIFileOperationFailureReported docs_ui_file_op_failure = 106 [(module) = "docsui"];
190 DocsUIFileOperationReported docs_ui_provider_file_op = 107 [(module) = "docsui"];
191 DocsUIInvalidScopedAccessRequestReported docs_ui_invalid_scoped_access_request =
192 108 [(module) = "docsui"];
193 DocsUILaunchReported docs_ui_launch_reported = 109 [(module) = "docsui"];
194 DocsUIRootVisitedReported docs_ui_root_visited = 110 [(module) = "docsui"];
195 DocsUIStartupMsReported docs_ui_startup_ms = 111 [(module) = "docsui"];
196 DocsUIUserActionReported docs_ui_user_action_reported = 112 [(module) = "docsui"];
Bookatzda1798c2018-12-13 14:16:00 -0800197 WifiEnabledStateChanged wifi_enabled_state_changed = 113;
198 WifiRunningStateChanged wifi_running_state_changed = 114;
Ben Murdochbab399f2018-12-06 11:01:38 +0000199 AppCompacted app_compacted = 115;
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800200 NetworkDnsEventReported network_dns_event_reported = 116 [(module) = "resolv"];
shawnlin9a1392a2019-04-09 16:21:17 +0800201 DocsUIPickerLaunchedFromReported docs_ui_picker_launched_from_reported =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800202 117 [(module) = "docsui"];
203 DocsUIPickResultReported docs_ui_pick_result_reported = 118 [(module) = "docsui"];
204 DocsUISearchModeReported docs_ui_search_mode_reported = 119 [(module) = "docsui"];
205 DocsUISearchTypeReported docs_ui_search_type_reported = 120 [(module) = "docsui"];
206 DataStallEvent data_stall_event = 121 [(module) = "network_stack"];
Christian Brunschenf86039e2018-12-21 12:26:14 +0000207 RescuePartyResetReported rescue_party_reset_reported = 122;
Mathew Inwoodb375be52019-01-04 11:36:25 +0000208 SignedConfigReported signed_config_reported = 123;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -0800209 GnssNiEventReported gnss_ni_event_reported = 124;
Jack Heab86dbd22018-12-18 15:43:27 -0800210 BluetoothLinkLayerConnectionEvent bluetooth_link_layer_connection_event = 125;
Jack Hed9837c82019-01-09 01:19:13 -0800211 BluetoothAclConnectionStateChanged bluetooth_acl_connection_state_changed = 126;
212 BluetoothScoConnectionStateChanged bluetooth_sco_connection_state_changed = 127;
Felix Lopez Luisd95346a2018-12-12 10:32:32 +0000213 AppDowngraded app_downgraded = 128;
214 AppOptimizedAfterDowngraded app_optimized_after_downgraded = 129;
215 LowStorageStateChanged low_storage_state_changed = 130;
Yu-Han Yang14d5fb42019-01-16 12:42:59 -0800216 GnssNfwNotificationReported gnss_nfw_notification_reported = 131;
217 GnssConfigurationReported gnss_configuration_reported = 132;
Maggie Whitefc1aa592018-11-28 21:55:23 -0800218 UsbPortOverheatEvent usb_port_overheat_event_reported = 133;
Jack Yu95b64f32018-12-13 18:26:11 +0800219 NfcErrorOccurred nfc_error_occurred = 134;
220 NfcStateChanged nfc_state_changed = 135;
221 NfcBeamOccurred nfc_beam_occurred = 136;
222 NfcCardemulationOccurred nfc_cardemulation_occurred = 137;
223 NfcTagOccurred nfc_tag_occurred = 138;
224 NfcHceTransactionOccurred nfc_hce_transaction_occurred = 139;
225 SeStateChanged se_state_changed = 140;
226 SeOmapiReported se_omapi_reported = 141;
Ng Zhi An7ff7fdb2019-01-16 15:35:51 -0800227 BroadcastDispatchLatencyReported broadcast_dispatch_latency_reported = 142;
Alex Saloa060aee2019-01-21 14:36:41 -0800228 AttentionManagerServiceResultReported attention_manager_service_result_reported = 143;
Michael Groover9e7b06e2018-12-28 19:55:51 -0800229 AdbConnectionChanged adb_connection_changed = 144;
Carter Hsub8fd1e92019-01-11 15:24:45 +0800230 SpeechDspStatReported speech_dsp_stat_reported = 145;
Badhri Jagan Sridharan129c7292019-01-14 21:18:25 -0800231 UsbContaminantReported usb_contaminant_reported = 146;
Howard Roe103fe22019-01-17 16:52:16 -0800232 WatchdogRollbackOccurred watchdog_rollback_occurred = 147;
Kevin Chyne5a37fb2019-02-08 13:10:36 -0800233 BiometricSystemHealthIssueDetected biometric_system_health_issue_detected = 148;
Steven Wuacef6bb2019-01-23 14:21:17 -0500234 BubbleUIChanged bubble_ui_changed = 149;
Kweku Adams8845d012018-12-11 20:06:45 -0800235 ScheduledJobConstraintChanged scheduled_job_constraint_changed = 150;
Jack Hec27040a2019-01-09 20:54:41 -0800236 BluetoothActiveDeviceChanged bluetooth_active_device_changed = 151;
237 BluetoothA2dpPlaybackStateChanged bluetooth_a2dp_playback_state_changed = 152;
238 BluetoothA2dpCodecConfigChanged bluetooth_a2dp_codec_config_changed = 153;
239 BluetoothA2dpCodecCapabilityChanged bluetooth_a2dp_codec_capability_changed = 154;
240 BluetoothA2dpAudioUnderrunReported bluetooth_a2dp_audio_underrun_reported = 155;
241 BluetoothA2dpAudioOverrunReported bluetooth_a2dp_audio_overrun_reported = 156;
242 BluetoothDeviceRssiReported bluetooth_device_rssi_reported = 157;
243 BluetoothDeviceFailedContactCounterReported bluetooth_device_failed_contact_counter_reported = 158;
244 BluetoothDeviceTxPowerLevelReported bluetooth_device_tx_power_level_reported = 159;
Jack He1021a612019-01-20 21:22:46 -0800245 BluetoothHciTimeoutReported bluetooth_hci_timeout_reported = 160;
246 BluetoothQualityReportReported bluetooth_quality_report_reported = 161;
Jack Heaea26982019-04-04 11:19:48 -0700247 BluetoothDeviceInfoReported bluetooth_device_info_reported = 162;
Jack He1021a612019-01-20 21:22:46 -0800248 BluetoothRemoteVersionInfoReported bluetooth_remote_version_info_reported = 163;
249 BluetoothSdpAttributeReported bluetooth_sdp_attribute_reported = 164;
250 BluetoothBondStateChanged bluetooth_bond_state_changed = 165;
251 BluetoothClassicPairingEventReported bluetooth_classic_pairing_event_reported = 166;
252 BluetoothSmpPairingEventReported bluetooth_smp_pairing_event_reported = 167;
Alex Salod7c3eef2019-01-25 14:43:27 -0800253 ScreenTimeoutExtensionReported screen_timeout_extension_reported = 168;
Hui Yu885aca12019-01-10 17:11:34 -0800254 ProcessStartTime process_start_time = 169;
Philip P. Moltmannb2f0c772019-04-11 14:41:21 -0700255 PermissionGrantRequestResultReported permission_grant_request_result_reported =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800256 170 [(module) = "permissioncontroller"];
Jack He815cdba2019-01-30 17:24:55 -0800257 BluetoothSocketConnectionStateChanged bluetooth_socket_connection_state_changed = 171;
Michael Groover4a0ca942019-01-24 17:41:25 -0800258 DeviceIdentifierAccessDenied device_identifier_access_denied = 172;
Steven Wu552f63f2019-02-05 13:41:36 -0500259 BubbleDeveloperErrorReported bubble_developer_error_reported = 173;
joshmccloskey8c3322e2019-01-09 18:25:57 -0800260 AssistGestureStageReported assist_gesture_stage_reported = 174;
261 AssistGestureFeedbackReported assist_gesture_feedback_reported = 175;
262 AssistGestureProgressReported assist_gesture_progress_reported = 176;
Philip Quinn0eded622019-01-29 12:46:28 -0800263 TouchGestureClassified touch_gesture_classified = 177;
Andrei Onea4ad6d0c2019-02-08 13:54:12 +0000264 HiddenApiUsed hidden_api_used = 178 [(allow_from_any_uid) = true];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800265 StyleUIChanged style_ui_changed = 179 [(module) = "style"];
Joel Galenson6f41b1062019-04-16 12:22:41 -0700266 PrivacyIndicatorsInteracted privacy_indicators_interacted =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800267 180 [(module) = "permissioncontroller"];
Carmen Agimof6688a352019-01-30 19:36:04 +0000268 AppInstallOnExternalStorageReported app_install_on_external_storage_reported = 181;
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800269 NetworkStackReported network_stack_reported = 182 [(module) = "network_stack"];
Carmen Agimof6dcc5032019-03-01 16:20:09 +0000270 AppMovedStorageReported app_moved_storage_reported = 183;
joshmccloskey6f952b22019-03-25 20:59:35 -0700271 BiometricEnrolled biometric_enrolled = 184;
jianjin8f2dee02019-03-29 14:03:08 -0700272 SystemServerWatchdogOccurred system_server_watchdog_occurred = 185;
273 TombStoneOccurred tomb_stone_occurred = 186;
Jack He71426802019-04-02 13:32:52 -0700274 BluetoothClassOfDeviceReported bluetooth_class_of_device_reported = 187;
Ben Blount763a5d52019-04-10 11:48:58 -0700275 IntelligenceEventReported intelligence_event_reported =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800276 188 [(module) = "intelligence"];
Tej Singha72344992019-04-17 18:55:08 -0700277 ThermalThrottlingSeverityStateChanged thermal_throttling_severity_state_changed = 189;
Hai Zhang5d3328d2019-04-13 21:25:06 +0800278 RoleRequestResultReported role_request_result_reported =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800279 190 [(module) = "permissioncontroller"];
Ray Essick8ab04df2019-02-15 11:01:02 -0800280 MediametricsAudiopolicyReported mediametrics_audiopolicy_reported = 191;
281 MediametricsAudiorecordReported mediametrics_audiorecord_reported = 192;
282 MediametricsAudiothreadReported mediametrics_audiothread_reported = 193;
283 MediametricsAudiotrackReported mediametrics_audiotrack_reported = 194;
284 MediametricsCodecReported mediametrics_codec_reported = 195;
285 MediametricsDrmWidevineReported mediametrics_drm_widevine_reported = 196;
286 MediametricsExtractorReported mediametrics_extractor_reported = 197;
287 MediametricsMediadrmReported mediametrics_mediadrm_reported = 198;
288 MediametricsNuPlayerReported mediametrics_nuplayer_reported = 199;
289 MediametricsRecorderReported mediametrics_recorder_reported = 200;
Robert Shiha4beed32019-08-19 14:15:23 -0700290 MediametricsDrmManagerReported mediametrics_drmmanager_reported = 201;
Yuncheol Heod1a85d22019-05-08 17:13:42 -0700291 CarPowerStateChanged car_power_state_changed = 203;
292 GarageModeInfo garage_mode_info = 204;
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800293 TestAtomReported test_atom_reported = 205 [(module) = "cts"];
Adam He420947c2019-01-23 15:59:09 -0800294 ContentCaptureCallerMismatchReported content_capture_caller_mismatch_reported = 206;
295 ContentCaptureServiceEvents content_capture_service_events = 207;
296 ContentCaptureSessionEvents content_capture_session_events = 208;
297 ContentCaptureFlushed content_capture_flushed = 209;
Hongyi Zhang700137e2019-05-23 21:19:36 -0700298 LocationManagerApiUsageReported location_manager_api_usage_reported = 210;
Stanislav Zholninbdf620b2019-06-06 22:38:33 +0100299 ReviewPermissionsFragmentResultReported review_permissions_fragment_result_reported =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800300 211 [(module) = "permissioncontroller"];
Stanislav Zholnin247d1b72019-06-06 21:28:44 +0100301 RuntimePermissionsUpgradeResult runtime_permissions_upgrade_result =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800302 212 [(module) = "permissioncontroller"];
Stanislav Zholninbdf620b2019-06-06 22:38:33 +0100303 GrantPermissionsActivityButtonActions grant_permissions_activity_button_actions =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800304 213 [(module) = "permissioncontroller"];
Stanislav Zholnin375e2ab2019-05-29 13:07:35 +0100305 LocationAccessCheckNotificationAction location_access_check_notification_action =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800306 214 [(module) = "permissioncontroller"];
Stanislav Zholnin3e0f9bc2019-05-23 19:03:55 +0100307 AppPermissionFragmentActionReported app_permission_fragment_action_reported =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800308 215 [(module) = "permissioncontroller"];
Stanislav Zholninc9dda9e2019-06-02 20:50:13 +0100309 AppPermissionFragmentViewed app_permission_fragment_viewed =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800310 216 [(module) = "permissioncontroller"];
Stanislav Zholnindc3e2b32019-06-06 18:10:14 +0100311 AppPermissionsFragmentViewed app_permissions_fragment_viewed =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800312 217 [(module) = "permissioncontroller"];
Stanislav Zholnin32a89c12019-06-04 14:59:21 +0100313 PermissionAppsFragmentViewed permission_apps_fragment_viewed =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800314 218 [(module) = "permissioncontroller"];
315 TextSelectionEvent text_selection_event = 219 [(module) = "textclassifier"];
316 TextLinkifyEvent text_linkify_event = 220 [(module) = "textclassifier"];
317 ConversationActionsEvent conversation_actions_event = 221 [(module) = "textclassifier"];
318 LanguageDetectionEvent language_detection_event = 222 [(module) = "textclassifier"];
Hyunyoung Song2ecb8862019-07-09 09:19:25 -0700319 ExclusionRectStateChanged exclusion_rect_state_changed = 223;
320 BackGesture back_gesture_reported_reported = 224;
Tianjie Xu167c3db2019-07-22 14:25:14 -0700321 UpdateEngineUpdateAttemptReported update_engine_update_attempt_reported = 225;
322 UpdateEngineSuccessfulUpdateReported update_engine_successful_update_reported = 226;
Emilian Peev6729f372019-08-29 09:14:09 -0700323 CameraActionEvent camera_action_event = 227;
atrost01a20932019-08-28 15:40:37 +0100324 AppCompatibilityChangeReported app_compatibility_change_reported =
325 228 [(allow_from_any_uid) = true];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800326 PerfettoUploaded perfetto_uploaded = 229 [(module) = "perfetto"];
Mark Tabrya824a642019-11-05 12:26:12 -0800327 VmsClientConnectionStateChanged vms_client_connection_state_changed = 230;
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800328 MediaProviderScanEvent media_provider_scan_event = 233 [(module) = "mediaprovider"];
329 MediaProviderDeletionEvent media_provider_deletion_event = 234 [(module) = "mediaprovider"];
Jeff Sharkey6bd21572019-11-15 20:45:33 -0700330 MediaProviderPermissionEvent media_provider_permission_event =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800331 235 [(module) = "mediaprovider"];
332 MediaProviderSchemaChange media_provider_schema_change = 236 [(module) = "mediaprovider"];
Jeff Sharkey6bd21572019-11-15 20:45:33 -0700333 MediaProviderIdleMaintenance media_provider_idle_maintenance =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800334 237 [(module) = "mediaprovider"];
Kenny Root4eacaaa2020-01-08 20:48:13 -0800335 RebootEscrowRecoveryReported reboot_escrow_recovery_reported = 238;
Keun young Park3e033cb2019-12-18 11:27:35 -0800336 BootTimeEventDuration boot_time_event_duration_reported = 239;
337 BootTimeEventElapsedTime boot_time_event_elapsed_time_reported = 240;
338 BootTimeEventUtcTime boot_time_event_utc_time_reported = 241;
339 BootTimeEventErrorCode boot_time_event_error_code_reported = 242;
Nikita Ioffe41dd57e2020-01-10 16:05:08 +0000340 UserspaceRebootReported userspace_reboot_reported = 243;
Will Brockman079fdaa2020-01-12 16:45:03 -0500341 NotificationReported notification_reported = 244;
342 NotificationPanelReported notification_panel_reported = 245;
343 NotificationChannelModified notification_panel_modified = 246;
Yao Chend54f9dd2017-10-17 17:37:48 +0000344 }
David Chenc8a43242017-10-17 16:23:28 -0700345
David Chen6e3e6cb2018-01-03 16:14:06 -0800346 // Pulled events will start at field 10000.
Rafal Slawikbdd5a502020-01-14 14:14:29 +0000347 // Next: 10071
David Chenc8a43242017-10-17 16:23:28 -0700348 oneof pulled {
David Chen6e3e6cb2018-01-03 16:14:06 -0800349 WifiBytesTransfer wifi_bytes_transfer = 10000;
350 WifiBytesTransferByFgBg wifi_bytes_transfer_by_fg_bg = 10001;
351 MobileBytesTransfer mobile_bytes_transfer = 10002;
352 MobileBytesTransferByFgBg mobile_bytes_transfer_by_fg_bg = 10003;
Chenjie Yu9d7720b2018-01-24 10:34:48 -0800353 BluetoothBytesTransfer bluetooth_bytes_transfer = 10006;
David Chen6e3e6cb2018-01-03 16:14:06 -0800354 KernelWakelock kernel_wakelock = 10004;
Chenjie Yuc8b7f222018-01-11 23:25:57 -0800355 SubsystemSleepState subsystem_sleep_state = 10005;
David Chen6e3e6cb2018-01-03 16:14:06 -0800356 CpuTimePerFreq cpu_time_per_freq = 10008;
357 CpuTimePerUid cpu_time_per_uid = 10009;
358 CpuTimePerUidFreq cpu_time_per_uid_freq = 10010;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800359 WifiActivityInfo wifi_activity_info = 10011;
David Chen6e3e6cb2018-01-03 16:14:06 -0800360 ModemActivityInfo modem_activity_info = 10012;
Chenjie Yu9d7720b2018-01-24 10:34:48 -0800361 BluetoothActivityInfo bluetooth_activity_info = 10007;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -0800362 ProcessMemoryState process_memory_state = 10013;
Chenjie Yu9d7720b2018-01-24 10:34:48 -0800363 SystemElapsedRealtime system_elapsed_realtime = 10014;
364 SystemUptime system_uptime = 10015;
Chenjie Yu9da105b2018-01-13 12:41:08 -0800365 CpuActiveTime cpu_active_time = 10016;
366 CpuClusterTime cpu_cluster_time = 10017;
Tej Singh86dc9db2018-09-06 00:39:57 +0000367 DiskSpace disk_space = 10018 [deprecated=true];
Tej Singhbf972d92018-01-10 20:51:13 -0800368 RemainingBatteryCapacity remaining_battery_capacity = 10019;
369 FullBatteryCapacity full_battery_capacity = 10020;
Tej Singh40298312018-02-16 00:15:09 -0800370 Temperature temperature = 10021;
Olivier Gaillard00bfb1b2018-07-10 11:25:09 +0100371 BinderCalls binder_calls = 10022;
Olivier Gaillard9ea238d2018-07-24 10:26:31 +0100372 BinderCallsExceptions binder_calls_exceptions = 10023;
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +0100373 LooperStats looper_stats = 10024;
Tej Singh86dc9db2018-09-06 00:39:57 +0000374 DiskStats disk_stats = 10025;
375 DirectoryUsage directory_usage = 10026;
376 AppSize app_size = 10027;
377 CategorySize category_size = 10028;
Chenjie Yuab530202018-09-26 12:39:20 -0700378 ProcStats proc_stats = 10029;
Bookatz17f0d8a2018-09-13 12:56:32 -0700379 BatteryVoltage battery_voltage = 10030;
joshmccloskey5dcb4082019-02-26 15:28:37 -0800380 NumFingerprintsEnrolled num_fingerprints_enrolled = 10031;
Tej Singhe7726dc2018-09-21 11:42:12 -0700381 DiskIo disk_io = 10032;
Chenjie Yuab530202018-09-26 12:39:20 -0700382 PowerProfile power_profile = 10033;
Chenjie Yuf910b7802019-01-11 16:08:20 -0800383 ProcStatsPkgProc proc_stats_pkg_proc = 10034;
Yangster-mac308ea0c2018-10-22 13:10:25 -0700384 ProcessCpuTime process_cpu_time = 10035;
Misha Wagner5a51e002018-10-03 15:04:09 +0100385 CpuTimePerThreadFreq cpu_time_per_thread_freq = 10037;
Bookatz92da2832018-11-01 18:10:03 -0700386 OnDevicePowerMeasurement on_device_power_measurement = 10038;
Bookatz75ee6042018-11-09 12:27:37 -0800387 DeviceCalculatedPowerUse device_calculated_power_use = 10039;
388 DeviceCalculatedPowerBlameUid device_calculated_power_blame_uid = 10040;
389 DeviceCalculatedPowerBlameOther device_calculated_power_blame_other = 10041;
Rafal Slawik3bea8952018-11-15 12:39:33 +0000390 ProcessMemoryHighWaterMark process_memory_high_water_mark = 10042;
Tej Singhb1dbc8b2018-11-19 15:49:47 -0800391 BatteryLevel battery_level = 10043;
Bookatz366a4432018-11-20 09:42:33 -0800392 BuildInformation build_information = 10044;
Maggie White8735b852019-01-18 11:40:49 -0800393 BatteryCycleCount battery_cycle_count = 10045;
Olivier Gaillard18d452202019-01-22 15:03:41 +0000394 DebugElapsedClock debug_elapsed_clock = 10046;
395 DebugFailingElapsedClock debug_failing_elapsed_clock = 10047;
joshmccloskey5dcb4082019-02-26 15:28:37 -0800396 NumFacesEnrolled num_faces_enrolled = 10048;
Philip P. Moltmann70b42ae2019-01-29 16:24:19 -0800397 RoleHolder role_holder = 10049;
Philip P. Moltmannf21a3502019-01-30 09:53:04 -0800398 DangerousPermissionState dangerous_permission_state = 10050;
Chenjie Yue13f44a2019-02-07 17:51:38 -0800399 TrainInfo train_info = 10051;
Neil Fullerdb14b482019-02-05 19:44:44 +0000400 TimeZoneDataInfo time_zone_data_info = 10052;
Carmen Agimof12dec122019-03-06 16:14:38 +0000401 ExternalStorageInfo external_storage_info = 10053;
Yiwei Zhang5c81b632019-03-01 15:39:46 -0800402 GpuStatsGlobalInfo gpu_stats_global_info = 10054;
403 GpuStatsAppInfo gpu_stats_app_info = 10055;
Rafal Slawikbdd5a502020-01-14 14:14:29 +0000404 SystemIonHeapSize system_ion_heap_size = 10056 [deprecated = true];
Carmen Agimofa769c152019-03-04 14:39:14 +0000405 AppsOnExternalStorageInfo apps_on_external_storage_info = 10057;
joshmccloskey34c1f8e2019-04-11 14:06:43 -0700406 FaceSettings face_settings = 10058;
Maggie White442b6312019-04-05 16:26:44 -0700407 CoolingDevice cooling_device = 10059;
Martijn Coenencd95d462019-04-25 17:09:45 +0200408 AppOps app_ops = 10060;
Rafal Slawik77987ed2019-06-17 12:28:23 +0100409 ProcessSystemIonHeapSize process_system_ion_heap_size = 10061;
Alec Mourie088e762019-07-02 13:10:55 -0700410 SurfaceflingerStatsGlobalInfo surfaceflinger_stats_global_info = 10062;
411 SurfaceflingerStatsLayerInfo surfaceflinger_stats_layer_info = 10063;
Rafal Slawik7efcefb2019-09-20 11:16:20 +0100412 ProcessMemorySnapshot process_memory_snapshot = 10064;
Mark Tabrya824a642019-11-05 12:26:12 -0800413 VmsClientStats vms_client_stats = 10065;
Chris Wrencdea3b72019-11-22 16:58:17 -0500414 NotificationRemoteViews notification_remote_views = 10066;
Stanislav Zholninccb82e42019-11-29 18:59:49 +0000415 DangerousPermissionStateSampled dangerous_permission_state_sampled = 10067;
Stan Iliev637ba5e2019-08-16 13:43:08 -0400416 GraphicsStats graphics_stats = 10068;
Stanislav Zholnin606454c2019-11-27 15:31:49 +0000417 RuntimeAppOpsAccess runtime_app_ops_access = 10069;
Rafal Slawikbdd5a502020-01-14 14:14:29 +0000418 IonHeapSize ion_heap_size = 10070;
David Chenc8a43242017-10-17 16:23:28 -0700419 }
yroa1fe77c2018-02-26 14:22:54 -0800420
Bookatz76aafcf2018-09-17 16:17:10 -0700421 // DO NOT USE field numbers above 100,000 in AOSP.
422 // Field numbers 100,000 - 199,999 are reserved for non-AOSP (e.g. OEMs) to use.
423 // Field numbers 200,000 and above are reserved for future use; do not use them at all.
Rafal Slawik203c3db2019-09-25 19:53:01 +0100424
425 reserved 10036;
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700426}
427
Yao Chend54f9dd2017-10-17 17:37:48 +0000428/**
Yangster-mac20877162017-12-22 17:19:39 -0800429 * This proto represents a node of an attribution chain.
430 * Note: All attribution chains are represented as a repeated field of type
431 * AttributionNode. It is understood that in such arrays, the order is that
432 * of calls, that is [A, B, C] if A calls B that calls C.
Yao Chend54f9dd2017-10-17 17:37:48 +0000433 */
Yangster-mac20877162017-12-22 17:19:39 -0800434message AttributionNode {
435 // The uid for a given element in the attribution chain.
Yangster-mac7604aea2017-12-11 22:55:49 -0800436 optional int32 uid = 1;
Yangster-mac7604aea2017-12-11 22:55:49 -0800437
Yangster-mac20877162017-12-22 17:19:39 -0800438 // The (optional) string tag for an element in the attribution chain. If the
439 // element has no tag, it is encoded as an empty string.
440 optional string tag = 2;
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700441}
442
Yangster-mac48b3d622018-08-18 12:38:11 -0700443message KeyValuePair {
444 optional int32 key = 1;
445 oneof value {
Howard Ro4078dd42018-09-27 17:41:08 -0700446 int32 value_int = 2;
447 int64 value_long = 3;
448 string value_str = 4;
449 float value_float = 5;
Yangster-mac48b3d622018-08-18 12:38:11 -0700450 }
451}
452
453message KeyValuePairsAtom {
454 optional int32 uid = 1;
455 repeated KeyValuePair pairs = 2;
456}
457
Yao Chend54f9dd2017-10-17 17:37:48 +0000458/*
459 * *****************************************************************************
yrode4ca102017-11-15 22:57:24 -0800460 * Below are all of the individual atoms that are logged by Android via statsd.
Yao Chend54f9dd2017-10-17 17:37:48 +0000461 *
462 * RULES:
463 * - The field ids for each atom must start at 1, and count upwards by 1.
464 * Skipping field ids is not allowed.
465 * - These form an API, so renaming, renumbering or removing fields is
466 * not allowed between android releases. (This is not currently enforced,
467 * but there will be a tool to enforce this restriction).
468 * - The types must be built-in protocol buffer types, namely, no sub-messages
469 * are allowed (yet). The bytes type is also not allowed.
470 * - The CamelCase name of the message type should match the
Stefan Lafonae2df012017-11-14 09:17:21 -0800471 * underscore_separated name as defined in Atom.
Yao Chend54f9dd2017-10-17 17:37:48 +0000472 * - If an atom represents work that can be attributed to an app, there can
Yangster-mac7604aea2017-12-11 22:55:49 -0800473 * be exactly one AttributionChain field. It must be field number 1.
Yao Chend54f9dd2017-10-17 17:37:48 +0000474 * - A field that is a uid should be a string field, tagged with the [xxx]
475 * annotation. The generated code on android will be represented by UIDs,
476 * and those UIDs will be translated in xxx to those strings.
477 *
478 * CONVENTIONS:
Bookatzc1a050a2017-10-10 15:49:28 -0700479 * - Events are past tense. e.g. ScreenStateChanged, not ScreenStateChange.
Yao Chend54f9dd2017-10-17 17:37:48 +0000480 * - If there is a UID, it goes first. Think in an object-oriented fashion.
481 * *****************************************************************************
482 */
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700483
Yao Chend54f9dd2017-10-17 17:37:48 +0000484/**
Tej Singha72344992019-04-17 18:55:08 -0700485 * This atom is deprecated starting in Q. Please use ThermalThrottlingSeverityStateChanged.
Yangster-mace16189a2018-08-26 12:20:16 -0700486 * Logs when the Thermal service HAL notifies the throttling start/stop events.
487 *
488 * Logged from:
489 * frameworks/base/services/core/java/com/android/server/stats/StatsCompanionService.java
490 */
491message ThermalThrottlingStateChanged {
Maggie White442b6312019-04-05 16:26:44 -0700492 // The type of temperature being reported (CPU, GPU, SKIN, etc)
Yangster-mace16189a2018-08-26 12:20:16 -0700493 optional android.os.TemperatureTypeEnum sensor_type = 1;
494
Maggie White442b6312019-04-05 16:26:44 -0700495 // Throttling state, this field is DEPRECATED
Yangster-mace16189a2018-08-26 12:20:16 -0700496 enum State {
497 UNKNOWN = 0;
Maggie White442b6312019-04-05 16:26:44 -0700498 START = 1; // START indicated that throttling was triggered.
499 STOP = 2; // STOP indicates that throttling was cleared.
Yangster-mace16189a2018-08-26 12:20:16 -0700500 }
Yangster-mace16189a2018-08-26 12:20:16 -0700501 optional State state = 2;
502
503 optional float temperature = 3;
504}
505
506/**
Yao Chend54f9dd2017-10-17 17:37:48 +0000507 * Logs when the screen state changes.
508 *
509 * Logged from:
510 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
511 */
512message ScreenStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -0800513 // New screen state, from frameworks/base/core/proto/android/view/enums.proto.
Yangster-macb6b77c62018-10-12 19:33:24 -0700514 optional android.view.DisplayStateEnum state = 1 [(state_field_option).option = EXCLUSIVE];
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700515}
Yao Chend54f9dd2017-10-17 17:37:48 +0000516
517/**
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700518 * Logs that the process state of the uid, as determined by ActivityManager
519 * (i.e. the highest process state of that uid's processes) has changed.
Yao Chend54f9dd2017-10-17 17:37:48 +0000520 *
521 * Logged from:
522 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
523 */
Bookatzc1a050a2017-10-10 15:49:28 -0700524message UidProcessStateChanged {
Yangster-macb6b77c62018-10-12 19:33:24 -0700525 optional int32 uid = 1 [(state_field_option).option = PRIMARY, (is_uid) = true];
Yao Chend54f9dd2017-10-17 17:37:48 +0000526
Bookatzdb026a22018-01-10 19:01:56 -0800527 // The state, from frameworks/base/core/proto/android/app/enums.proto.
Yangster-macb6b77c62018-10-12 19:33:24 -0700528 optional android.app.ProcessStateEnum state = 2 [(state_field_option).option = EXCLUSIVE];
Yao Chend54f9dd2017-10-17 17:37:48 +0000529}
530
531/**
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700532 * Logs process state change of a process, as per the activity manager.
533 *
534 * Logged from:
535 * frameworks/base/services/core/java/com/android/server/am/ProcessRecord.java
536 */
537message ProcessStateChanged {
538 optional int32 uid = 1;
539 optional string process_name = 2;
540 optional string package_name = 3;
541 // TODO: remove this when validation is done
542 optional int64 version = 5;
543 // The state, from frameworks/base/core/proto/android/app/enums.proto.
544 optional android.app.ProcessStateEnum state = 4;
545}
546
547/**
548 * Logs when ActivityManagerService sleep state is changed.
549 *
550 * Logged from:
551 * frameworks/base/services/core/java/com/android/server/am/ActivityTaskManagerService.java
552 */
553message ActivityManagerSleepStateChanged {
554 // TODO: import frameworks proto
555 enum State {
556 UNKNOWN = 0;
557 ASLEEP = 1;
558 AWAKE = 2;
559 }
Yangster-macb6b77c62018-10-12 19:33:24 -0700560 optional State state = 1 [(state_field_option).option = EXCLUSIVE];
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700561}
562
563/**
564 * Logs when system memory state changes.
565 *
566 * Logged from:
567 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
568 */
569message MemoryFactorStateChanged {
570 // TODO: import frameworks proto
571 enum State {
572 MEMORY_UNKNOWN = 0;
573 NORMAL = 1; // normal.
574 MODERATE = 2; // moderate memory pressure.
575 LOW = 3; // low memory.
576 CRITICAL = 4; // critical memory.
577
578 }
Yangster-macb6b77c62018-10-12 19:33:24 -0700579 optional State factor = 1 [(state_field_option).option = EXCLUSIVE];
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700580}
581
582/**
583 * Logs when app is using too much cpu, according to ActivityManagerService.
584 *
585 * Logged from:
586 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
587 */
588message ExcessiveCpuUsageReported {
589 optional int32 uid = 1;
590 optional string process_name = 2;
591 optional string package_name = 3;
592 // package version. TODO: remove this when validation is done
593 optional int64 version = 4;
594}
595
596/**
597 * Logs when a cached process is killed, along with its pss.
598 *
599 * Logged from:
600 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
601 */
602message CachedKillReported {
603 optional int32 uid = 1;
604 optional string process_name = 2;
605 optional string package_name = 3;
606 // TODO: remove this when validation is done
607 optional int64 version = 5;
608 optional int64 pss = 4;
609}
610
611/**
612 * Logs when memory stats of a process is reported.
613 *
614 * Logged from:
615 * frameworks/base/services/core/java/com/android/server/am/ProcessRecord.java
616 */
617message ProcessMemoryStatReported {
618 optional int32 uid = 1;
619 optional string process_name = 2;
620 optional string package_name = 3;
621 //TODO: remove this when validation is done
622 optional int64 version = 9;
623 optional int64 pss = 4;
624 optional int64 uss = 5;
625 optional int64 rss = 6;
626 enum Type {
627 ADD_PSS_INTERNAL_SINGLE = 0;
628 ADD_PSS_INTERNAL_ALL_MEM = 1;
629 ADD_PSS_INTERNAL_ALL_POLL = 2;
630 ADD_PSS_EXTERNAL = 3;
631 ADD_PSS_EXTERNAL_SLOW = 4;
632 }
633 optional Type type = 7;
Muhammad Qureshidda73202019-03-07 13:54:20 -0800634 optional int64 duration_millis = 8;
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700635}
636
637/**
Bookatzc1a050a2017-10-10 15:49:28 -0700638 * Logs that a process started, finished, crashed, or ANRed.
639 *
640 * Logged from:
641 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
642 */
643message ProcessLifeCycleStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -0700644 optional int32 uid = 1 [(is_uid) = true];
Bookatzc1a050a2017-10-10 15:49:28 -0700645
David Chen0b5c90c2018-01-25 16:51:49 -0800646 // The process name (usually same as the app name).
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800647 optional string process_name = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700648
Bookatzddccf0a2017-11-28 16:48:14 -0800649 // What lifecycle state the process changed to.
650 // This enum is specific to atoms.proto.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800651 enum State {
652 FINISHED = 0;
653 STARTED = 1;
654 CRASHED = 2;
Bookatzddccf0a2017-11-28 16:48:14 -0800655 }
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800656 optional State state = 3;
Bookatzc1a050a2017-10-10 15:49:28 -0700657}
658
Bookatzc1a050a2017-10-10 15:49:28 -0700659/**
660 * Logs when the ble scan state changes.
661 *
662 * Logged from:
Bookatz17a879d2018-03-28 15:05:28 -0700663 * packages/apps/Bluetooth/src/com/android/bluetooth/gatt/AppScanStats.java
Bookatzc1a050a2017-10-10 15:49:28 -0700664 */
665message BleScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800666 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700667
668 enum State {
669 OFF = 0;
670 ON = 1;
Bookatze5ec0b42018-03-26 13:34:56 -0700671 // RESET indicates all ble stopped. Used when it (re)starts (e.g. after it crashes).
672 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700673 }
674 optional State state = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700675
Bookatze5ec0b42018-03-26 13:34:56 -0700676 // Does the scan have a filter.
677 optional bool is_filtered = 3;
678 // Whether the scan is a CALLBACK_TYPE_FIRST_MATCH scan. Called 'background' scan internally.
679 optional bool is_first_match = 4;
680 // Whether the scan set to piggy-back off the results of other scans (SCAN_MODE_OPPORTUNISTIC).
681 optional bool is_opportunistic = 5;
Bookatzc1a050a2017-10-10 15:49:28 -0700682}
683
684/**
685 * Logs reporting of a ble scan finding results.
686 *
687 * Logged from:
Bookatzae6738e2018-09-13 11:38:56 -0700688 * packages/apps/Bluetooth/src/com/android/bluetooth/gatt/AppScanStats.java
Bookatzc1a050a2017-10-10 15:49:28 -0700689 */
Bookatzae6738e2018-09-13 11:38:56 -0700690// TODO: Consider also tracking per-scanner-id.
Bookatzc1a050a2017-10-10 15:49:28 -0700691message BleScanResultReceived {
Yangster-macafad8c62018-01-05 22:30:49 -0800692 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700693
694 // Number of ble scan results returned.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800695 optional int32 num_results = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700696}
697
698/**
699 * Logs when a sensor state changes.
700 *
701 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700702 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700703 */
704message SensorStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800705 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700706
Bookatzc1a050a2017-10-10 15:49:28 -0700707 // The id (int) of the sensor.
708 optional int32 sensor_id = 2;
709
710 enum State {
711 OFF = 0;
712 ON = 1;
713 }
714 optional State state = 3;
715}
716
Bookatzc1a050a2017-10-10 15:49:28 -0700717/**
718 * Logs when GPS state changes.
719 *
720 * Logged from:
721 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
722 */
723message GpsScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800724 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700725
726 enum State {
727 OFF = 0;
728 ON = 1;
729 }
730 optional State state = 2;
731}
732
Bookatz48d362e2018-11-06 15:49:08 -0800733/**
734 * Logs when GPS signal quality.
735 *
736 * Logged from:
737 * /frameworks/base/location/java/com/android/internal/location/gnssmetrics/GnssMetrics.java
738 */
739message GpsSignalQualityChanged {
740 optional android.server.location.GpsSignalQualityEnum level = 1;
741}
742
Bookatzc1a050a2017-10-10 15:49:28 -0700743
744/**
745 * Logs when a sync manager sync state changes.
746 *
747 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700748 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700749 */
750message SyncStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800751 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700752
David Chen0b5c90c2018-01-25 16:51:49 -0800753 // Name of the sync (as named in the app). Can be chosen at run-time.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800754 optional string sync_name = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700755
756 enum State {
757 OFF = 0;
758 ON = 1;
759 }
760 optional State state = 3;
761}
762
Yangster-mac96353002018-09-05 11:18:55 -0700763/*
764 * Deferred job stats.
765 *
766 * Logged from:
767 * frameworks/base/services/core/java/com/android/server/job/JobSchedulerService.java
768*/
769message DeferredJobStatsReported {
770 repeated AttributionNode attribution_node = 1;
771
772 // Number of jobs deferred.
773 optional int32 num_jobs_deferred = 2;
774
775 // Time since the last job runs.
776 optional int64 time_since_last_job_millis = 3;
777}
778
Bookatzc1a050a2017-10-10 15:49:28 -0700779/**
780 * Logs when a job scheduler job state changes.
781 *
782 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700783 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700784 */
785message ScheduledJobStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800786 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700787
788 // Name of the job (as named in the app)
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800789 optional string job_name = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700790
791 enum State {
Tej Singhd5747a62018-01-08 20:57:35 -0800792 FINISHED = 0;
793 STARTED = 1;
794 SCHEDULED = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700795 }
796 optional State state = 3;
797
Tej Singh33a412b2018-03-16 18:43:59 -0700798 // The reason a job has stopped.
799 // This is only applicable when the state is FINISHED.
Bookatz235343d2018-03-26 13:03:50 -0700800 // The default value is STOP_REASON_UNKNOWN.
Tej Singh33a412b2018-03-16 18:43:59 -0700801 optional android.app.job.StopReasonEnum stop_reason = 4;
Ben Murdoch741e3352019-05-09 11:27:28 +0100802
803 // The standby bucket of the app that scheduled the job. These match the framework constants
804 // defined in JobSchedulerService.java with the addition of UNKNOWN using -1, as ACTIVE is
805 // already assigned 0.
806 enum Bucket {
807 UNKNOWN = -1;
808 ACTIVE = 0;
809 WORKING_SET = 1;
810 FREQUENT = 2;
811 RARE = 3;
812 NEVER = 4;
Kweku Adamsae9d6be2020-01-14 16:10:14 -0800813 RESTRICTED = 5;
Ben Murdoch741e3352019-05-09 11:27:28 +0100814 }
815 optional Bucket standby_bucket = 5 [default = UNKNOWN];
816
817 // The job id (as assigned by the app).
818 optional int32 job_id = 6;
Bookatzc1a050a2017-10-10 15:49:28 -0700819}
820
821/**
822 * Logs when the audio state changes.
823 *
824 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700825 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700826 */
827message AudioStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800828 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700829
830 enum State {
831 OFF = 0;
832 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700833 // RESET indicates all audio stopped. Used when it (re)starts (e.g. after it crashes).
834 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700835 }
836 optional State state = 2;
837}
838
839/**
840 * Logs when the video codec state changes.
841 *
842 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700843 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700844 */
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800845message MediaCodecStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800846 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700847
848 enum State {
849 OFF = 0;
850 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700851 // RESET indicates all mediaCodec stopped. Used when it (re)starts (e.g. after it crashes).
852 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700853 }
854 optional State state = 2;
855}
856
857/**
858 * Logs when the flashlight state changes.
859 *
860 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700861 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700862 */
863message FlashlightStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800864 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700865
866 enum State {
867 OFF = 0;
868 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700869 // RESET indicates all flashlight stopped. Used when it (re)starts (e.g. after it crashes).
870 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700871 }
872 optional State state = 2;
873}
874
875/**
876 * Logs when the camera state changes.
877 *
878 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700879 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700880 */
881message CameraStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800882 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700883
884 enum State {
885 OFF = 0;
886 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700887 // RESET indicates all camera stopped. Used when it (re)starts (e.g. after it crashes).
888 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700889 }
890 optional State state = 2;
891}
892
893/**
894 * Logs that the state of a wakelock (per app and per wakelock name) has changed.
Yao Chend54f9dd2017-10-17 17:37:48 +0000895 *
896 * Logged from:
897 * TODO
898 */
Bookatzd6746242017-10-24 18:39:35 -0700899message WakelockStateChanged {
tsaichristineed615642020-01-02 12:53:41 -0800900 repeated AttributionNode attribution_node = 1
901 [(state_field_option).option = PRIMARY_FIELD_FIRST_UID];
Yao Chend54f9dd2017-10-17 17:37:48 +0000902
Bookatz1a1b0462018-01-12 11:47:03 -0800903 // The type (level) of the wakelock; e.g. a partial wakelock or a full wakelock.
904 // From frameworks/base/core/proto/android/os/enums.proto.
tsaichristineed615642020-01-02 12:53:41 -0800905 optional android.os.WakeLockLevelEnum type = 2 [(state_field_option).option = PRIMARY];
906 ;
Bookatzc1a050a2017-10-10 15:49:28 -0700907
908 // The wakelock tag (Called tag in the Java API, sometimes name elsewhere).
tsaichristineed615642020-01-02 12:53:41 -0800909 optional string tag = 3 [(state_field_option).option = PRIMARY];
Bookatzc1a050a2017-10-10 15:49:28 -0700910
911 enum State {
Yangster-maccfdf3a42017-12-06 13:42:38 -0800912 RELEASE = 0;
913 ACQUIRE = 1;
914 CHANGE_RELEASE = 2;
915 CHANGE_ACQUIRE = 3;
Bookatzc1a050a2017-10-10 15:49:28 -0700916 }
tsaichristineed615642020-01-02 12:53:41 -0800917 optional State state = 4 [(state_field_option).option = EXCLUSIVE];
Bookatzc1a050a2017-10-10 15:49:28 -0700918}
919
920/**
Bookatzc1a050a2017-10-10 15:49:28 -0700921 * Logs when a partial wakelock is considered 'long' (over 1 min).
922 *
923 * Logged from:
924 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
925 */
926message LongPartialWakelockStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800927 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700928
Yao Chend54f9dd2017-10-17 17:37:48 +0000929 // The wakelock tag (Called tag in the Java API, sometimes name elsewhere).
930 optional string tag = 2;
931
Bookatzc1a050a2017-10-10 15:49:28 -0700932 // TODO: I have no idea what this is.
933 optional string history_tag = 3;
934
935 enum State {
936 OFF = 0;
937 ON = 1;
938 }
939 optional State state = 4;
Yao Chend54f9dd2017-10-17 17:37:48 +0000940}
941
Bookatzc1a050a2017-10-10 15:49:28 -0700942/**
Bookatza66083f2018-09-20 17:24:00 -0700943 * Logs when the device is interactive, according to the PowerManager Notifier.
944 *
945 * Logged from:
946 * frameworks/base/services/core/java/com/android/server/power/Notifier.java
947 */
948message InteractiveStateChanged {
949 enum State {
950 OFF = 0;
951 ON = 1;
952 }
953 optional State state = 1;
954}
955
956/**
Bookatzc1a050a2017-10-10 15:49:28 -0700957 * Logs Battery Saver state change.
958 *
959 * Logged from:
960 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
961 */
962message BatterySaverModeStateChanged {
963 enum State {
964 OFF = 0;
965 ON = 1;
966 }
967 optional State state = 1;
968}
969
970/**
971 * Logs Doze mode state change.
972 *
973 * Logged from:
Bookatzddccf0a2017-11-28 16:48:14 -0800974 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatzc1a050a2017-10-10 15:49:28 -0700975 */
976message DeviceIdleModeStateChanged {
Bookatz8bdae8d2018-01-16 11:24:30 -0800977 optional android.server.DeviceIdleModeEnum state = 1;
Bookatzddccf0a2017-11-28 16:48:14 -0800978}
979
980
981/**
982 * Logs state change of Doze mode including maintenance windows.
983 *
984 * Logged from:
985 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
986 */
987message DeviceIdlingModeStateChanged {
Bookatz8bdae8d2018-01-16 11:24:30 -0800988 optional android.server.DeviceIdleModeEnum state = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700989}
990
991/**
992 * Logs screen brightness level.
993 *
994 * Logged from:
995 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
996 */
997message ScreenBrightnessChanged {
998 // Screen brightness level. Should be in [-1, 255] according to PowerManager.java.
999 optional int32 level = 1;
Bookatz8c6571b2017-10-24 15:04:41 -07001000}
1001
1002/**
1003 * Logs battery level (percent full, from 0 to 100).
1004 *
1005 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001006 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001007 */
1008message BatteryLevelChanged {
1009 // Battery level. Should be in [0, 100].
1010 optional int32 battery_level = 1;
1011}
1012
1013/**
1014 * Logs change in charging status of the device.
1015 *
1016 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001017 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001018 */
1019message ChargingStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08001020 // State of the battery, from frameworks/base/core/proto/android/os/enums.proto.
1021 optional android.os.BatteryStatusEnum state = 1;
Bookatz8c6571b2017-10-24 15:04:41 -07001022}
1023
1024/**
1025 * Logs whether the device is plugged in, and what power source it is using.
1026 *
1027 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001028 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001029 */
1030message PluggedStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08001031 // Whether the device is plugged in, from frameworks/base/core/proto/android/os/enums.proto.
1032 optional android.os.BatteryPluggedStateEnum state = 1;
Bookatz8c6571b2017-10-24 15:04:41 -07001033}
1034
Bookatz8c6571b2017-10-24 15:04:41 -07001035/**
1036 * Logs when an app's wakeup alarm fires.
1037 *
1038 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001039 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
Bookatz8c6571b2017-10-24 15:04:41 -07001040 */
1041message WakeupAlarmOccurred {
Yangster-macafad8c62018-01-05 22:30:49 -08001042 repeated AttributionNode attribution_node = 1;
Bookatzddccf0a2017-11-28 16:48:14 -08001043
1044 // Name of the wakeup alarm.
1045 optional string tag = 2;
Bookatzcaf2293e2018-09-23 13:07:43 -07001046
1047 // Name of source package (for historical reasons, since BatteryStats tracked it).
1048 optional string package_name = 3;
Ben Murdoch3389f1522019-05-21 15:05:34 +01001049
1050 // These enum values match the STANDBY_BUCKET_XXX constants defined in UsageStatsManager.java.
1051 enum Bucket {
1052 UNKNOWN = 0;
1053 EXEMPTED = 5;
1054 ACTIVE = 10;
1055 WORKING_SET = 20;
1056 FREQUENT = 30;
1057 RARE = 40;
1058 NEVER = 50;
1059 }
1060 // The App Standby bucket of the app that scheduled the alarm at the time the alarm fired.
1061 optional Bucket app_standby_bucket = 4;
Bookatzddccf0a2017-11-28 16:48:14 -08001062}
1063
1064/**
1065 * Logs when an an app causes the mobile radio to change state.
1066 * Changing from LOW to MEDIUM or HIGH can be considered the app waking the mobile radio.
1067 *
1068 * Logged from:
Bookatz0b028b12018-05-31 16:51:17 -07001069 * frameworks/base/services/core/java/com/android/server/NetworkManagementService.java
Bookatzddccf0a2017-11-28 16:48:14 -08001070 */
1071message MobileRadioPowerStateChanged {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08001072 repeated AttributionNode attribution_node = 1;
Bookatzddccf0a2017-11-28 16:48:14 -08001073
Bookatz1a1b0462018-01-12 11:47:03 -08001074 // Power state, from frameworks/base/core/proto/android/telephony/enums.proto.
1075 optional android.telephony.DataConnectionPowerStateEnum state = 2;
Bookatzddccf0a2017-11-28 16:48:14 -08001076}
1077
1078/**
1079 * Logs when an an app causes the wifi radio to change state.
1080 * Changing from LOW to MEDIUM or HIGH can be considered the app waking the wifi radio.
1081 *
1082 * Logged from:
Bookatz0b028b12018-05-31 16:51:17 -07001083 * frameworks/base/services/core/java/com/android/server/NetworkManagementService.java
Bookatzddccf0a2017-11-28 16:48:14 -08001084 */
1085message WifiRadioPowerStateChanged {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08001086 repeated AttributionNode attribution_node = 1;
Bookatzddccf0a2017-11-28 16:48:14 -08001087
Bookatz1a1b0462018-01-12 11:47:03 -08001088 // Power state, from frameworks/base/core/proto/android/telephony/enums.proto.
1089 optional android.telephony.DataConnectionPowerStateEnum state = 2;
Bookatz8c6571b2017-10-24 15:04:41 -07001090}
1091
1092/**
1093 * Logs kernel wakeup reasons and aborts.
1094 *
1095 * Logged from:
Bookatz56585ca2018-09-07 11:38:45 -07001096 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001097 */
1098message KernelWakeupReported {
1099 // Name of the kernel wakeup reason (or abort).
1100 optional string wakeup_reason_name = 1;
1101
1102 // Duration (in microseconds) for the wake-up interrupt to be serviced.
David Chen0b5c90c2018-01-25 16:51:49 -08001103 optional int64 duration_micros = 2;
Bookatze5885242017-10-24 20:10:31 -07001104}
1105
1106/**
Bookatzda1798c2018-12-13 14:16:00 -08001107 * Logs when Wifi is toggled on/off.
Bookatza0a1f8a2018-12-17 12:28:32 -08001108 * Note that Wifi may still perform certain functions (e.g. location scanning) even when disabled.
Bookatzda1798c2018-12-13 14:16:00 -08001109 *
1110 * Logged from:
1111 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
1112 */
1113message WifiEnabledStateChanged {
1114 enum State {
1115 OFF = 0;
1116 ON = 1;
1117 }
1118 optional State state = 1;
1119}
1120
1121/**
1122 * Logs when an app causes Wifi to run. In this context, 'to run' means to use Wifi Client Mode.
Bookatza0a1f8a2018-12-17 12:28:32 -08001123 * TODO: Include support for Hotspot, perhaps by using an extra field to denote 'mode'.
1124 * Note that Wifi Scanning is monitored separately in WifiScanStateChanged.
Bookatzda1798c2018-12-13 14:16:00 -08001125 *
1126 * Logged from:
1127 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
1128 */
1129message WifiRunningStateChanged {
1130 repeated AttributionNode attribution_node = 1;
1131
1132 enum State {
1133 OFF = 0;
1134 ON = 1;
1135 }
1136 optional State state = 2;
1137}
1138
1139/**
Bookatze5885242017-10-24 20:10:31 -07001140 * Logs wifi locks held by an app.
1141 *
1142 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001143 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -07001144 */
1145message WifiLockStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -08001146 repeated AttributionNode attribution_node = 1;
Bookatze5885242017-10-24 20:10:31 -07001147
1148 enum State {
1149 OFF = 0;
1150 ON = 1;
1151 }
1152 optional State state = 2;
Bookatz11257ca2018-12-05 18:22:39 -08001153
1154 // WifiLock type, from frameworks/base/core/proto/android/wifi/enums.proto.
1155 optional android.net.wifi.WifiModeEnum mode = 3;
Bookatze5885242017-10-24 20:10:31 -07001156}
1157
1158/**
1159 * Logs wifi signal strength changes.
1160 *
1161 * Logged from:
Bookatz819ea832018-11-28 16:53:31 -08001162 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/ClientModeImpl.java
Bookatze5885242017-10-24 20:10:31 -07001163 */
1164message WifiSignalStrengthChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08001165 // Signal strength, from frameworks/base/core/proto/android/telephony/enums.proto.
1166 optional android.telephony.SignalStrengthEnum signal_strength = 1;
Bookatze5885242017-10-24 20:10:31 -07001167}
1168
1169/**
1170 * Logs wifi scans performed by an app.
1171 *
1172 * Logged from:
Bookatz819ea832018-11-28 16:53:31 -08001173 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/WifiScanningServiceImpl.java
Bookatze5885242017-10-24 20:10:31 -07001174 */
1175message WifiScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -08001176 repeated AttributionNode attribution_node = 1;
Bookatze5885242017-10-24 20:10:31 -07001177
1178 enum State {
1179 OFF = 0;
1180 ON = 1;
1181 }
1182 optional State state = 2;
1183}
1184
1185/**
Tej Singh4503e102018-01-04 14:35:01 -08001186 * Logs wifi multicast locks held by an app
1187 *
1188 * Logged from:
Bookatz819ea832018-11-28 16:53:31 -08001189 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiMulticastLockManager.java
Tej Singh4503e102018-01-04 14:35:01 -08001190 */
1191message WifiMulticastLockStateChanged {
1192 repeated AttributionNode attribution_node = 1;
1193
1194 enum State {
1195 OFF = 0;
1196 ON = 1;
1197 }
1198 optional State state = 2;
Bookatz819ea832018-11-28 16:53:31 -08001199
1200 optional string tag = 3;
Tej Singh4503e102018-01-04 14:35:01 -08001201}
1202
1203/**
Tej Singh1ea42892018-01-19 09:27:00 -08001204 * Logs shutdown reason and duration on next boot.
1205 *
1206 * Logged from:
1207 * frameworks/base/core/java/com/android/server/BootReceiver.java
1208 */
1209message ShutdownSequenceReported {
1210 // True if shutdown is for a reboot. Default: false if we do not know.
1211 optional bool reboot = 1;
1212
1213 // Reason for shutdown. Eg: userrequested. Default: "<EMPTY>".
1214 optional string reason = 2;
1215
1216 // Beginning of shutdown time in ms using wall clock time since unix epoch.
1217 // Default: 0 if no start time received.
David Chen0b5c90c2018-01-25 16:51:49 -08001218 optional int64 start_time_millis = 3;
Tej Singh1ea42892018-01-19 09:27:00 -08001219
1220 // Duration of shutdown in ms. Default: 0 if no duration received.
David Chen0b5c90c2018-01-25 16:51:49 -08001221 optional int64 duration_millis = 4;
Tej Singh1ea42892018-01-19 09:27:00 -08001222}
1223
Tej Singh6483ea42018-01-25 17:45:49 -08001224
1225/**
1226 * Logs boot reason and duration.
1227 *
1228 * Logged from:
1229 * system/core/bootstat/bootstat.cpp
1230 */
1231message BootSequenceReported {
1232 // Reason for bootloader boot. Eg. reboot. See bootstat.cpp for larger list
1233 // Default: "<EMPTY>" if not available.
1234 optional string bootloader_reason = 1;
1235
1236 // Reason for system boot. Eg. bootloader, reboot,userrequested
1237 // Default: "<EMPTY>" if not available.
1238 optional string system_reason = 2;
1239
1240 // End of boot time in ms from unix epoch using system wall clock.
David Chen0b5c90c2018-01-25 16:51:49 -08001241 optional int64 end_time_millis = 3;
Tej Singh6483ea42018-01-25 17:45:49 -08001242
1243 // Total boot duration in ms.
David Chen0b5c90c2018-01-25 16:51:49 -08001244 optional int64 total_duration_millis = 4;
Tej Singh6483ea42018-01-25 17:45:49 -08001245
1246 // Bootloader duration in ms.
David Chen0b5c90c2018-01-25 16:51:49 -08001247 optional int64 bootloader_duration_millis = 5;
Tej Singh6483ea42018-01-25 17:45:49 -08001248
1249 // Time since last boot in ms. Default: 0 if not available.
1250 optional int64 time_since_last_boot = 6;
1251}
1252
Tej Singhc477d9c2018-02-05 18:31:39 -08001253
1254/**
1255 * Logs call state and disconnect cause (if applicable).
1256 *
1257 * Logged from:
1258 * packages/services/Telecomm/src/com/android/server/telecom/Call.java
1259 */
1260message CallStateChanged {
1261 // The state of the call. Eg. DIALING, ACTIVE, ON_HOLD, DISCONNECTED.
1262 // From frameworks/base/core/proto/android/telecomm/enums.proto.
1263 optional android.telecom.CallStateEnum call_state = 1;
1264
1265 // The reason the call disconnected. Eg. ERROR, MISSED, REJECTED, BUSY.
1266 // This value is only applicable when the call_state is DISCONNECTED, and
1267 // should always be UNKNOWN if the call_state is not DISCONNECTED.
1268 // From frameworks/base/core/proto/android/telecomm/enums.proto.
1269 optional android.telecom.DisconnectCauseEnum disconnect_cause = 2;
1270
1271 // True if the call is self-managed, which are apps that use the
1272 // telecom infrastructure to make their own calls.
1273 optional bool self_managed = 3;
1274
1275 // True if call is external. External calls are calls on connected Wear
1276 // devices but show up in Telecom so the user can pull them onto the device.
1277 optional bool external_call = 4;
1278}
1279
Tej Singh1ea42892018-01-19 09:27:00 -08001280/**
Tej Singhdd7bd352018-02-09 19:33:15 -08001281 * Logs keyguard state. The keyguard is the lock screen.
1282 *
1283 * Logged from:
1284 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java
1285 */
1286message KeyguardStateChanged {
1287 enum State {
1288 UNKNOWN = 0;
1289 // The keyguard is hidden when the phone is unlocked.
1290 HIDDEN = 1;
1291 // The keyguard is shown when the phone is locked (screen turns off).
1292 SHOWN= 2;
1293 // The keyguard is occluded when something is overlaying the keyguard.
1294 // Eg. Opening the camera while on the lock screen.
1295 OCCLUDED = 3;
1296 }
1297 optional State state = 1;
1298}
1299
1300/**
1301 * Logs keyguard bouncer state. The bouncer is a part of the keyguard, and
1302 * prompts the user to enter a password (pattern, pin, etc).
1303 *
1304 * Logged from:
1305 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
1306 */
1307
1308message KeyguardBouncerStateChanged {
1309 enum State {
1310 UNKNOWN = 0;
1311 // Bouncer is hidden, either as a result of successfully entering the
1312 // password, screen timing out, or user going back to lock screen.
1313 HIDDEN = 1;
1314 // This is when the user is being prompted to enter the password.
1315 SHOWN = 2;
1316 }
1317 optional State state = 1;
1318}
1319
1320/**
1321 * Logs the result of entering a password into the keyguard bouncer.
1322 *
1323 * Logged from:
1324 * frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
1325 */
1326message KeyguardBouncerPasswordEntered {
1327 enum BouncerResult {
1328 UNKNOWN = 0;
1329 // The password entered was incorrect.
1330 FAILURE = 1;
1331 // The password entered was correct.
1332 SUCCESS = 2;
1333 }
1334 optional BouncerResult result = 1;
1335}
1336
Tej Singha883b372018-02-15 11:30:01 -08001337/*
1338 * Logs changes to the configuration of the device. The configuration is defined
1339 * in frameworks/base/core/java/android/content/res/Configuration.java
1340 * More documentation is at https://d.android.com/reference/android/content/res/Configuration.html
1341 * Please go there to interpret the possible values each field can be.
1342 *
1343 * Logged from:
1344 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
1345 */
1346message ResourceConfigurationChanged {
1347 // Bit mask of color capabilities of the screen.
1348 // Contains information about the color gamut and hdr mode of the screen.
1349 // See: https://d.android.com/reference/android/content/res/Configuration.html#colorMode
Yangster-maca8a30442018-10-13 23:46:34 -07001350 optional int32 color_mode = 1;
Tej Singha883b372018-02-15 11:30:01 -08001351
1352 // The target screen density being rendered to.
1353 // See: https://d.android.com/reference/android/content/res/Configuration.html#densityDpi
Yangster-maca8a30442018-10-13 23:46:34 -07001354 optional int32 density_dpi = 2;
Tej Singha883b372018-02-15 11:30:01 -08001355
1356 // Current user preference for the scaling factor for fonts,
1357 // relative to the base density scaling.
1358 // See: https://d.android.com/reference/android/content/res/Configuration.html#fontScale
Yangster-maca8a30442018-10-13 23:46:34 -07001359 optional float font_scale = 3;
Tej Singha883b372018-02-15 11:30:01 -08001360
1361 // Flag indicating whether the hard keyboard is hidden.
1362 // See: https://d.android.com/reference/android/content/res/Configuration.html#hardKeyboardHidden
Yangster-maca8a30442018-10-13 23:46:34 -07001363 optional int32 hard_keyboard_hidden = 4;
Tej Singha883b372018-02-15 11:30:01 -08001364
1365 // The type of keyboard attached to the device.
1366 // See: https://d.android.com/reference/android/content/res/Configuration.html#keyboard
1367 optional int32 keyboard = 5;
1368
1369 // Flag indicating whether any keyboard is available. Takes soft keyboards into account.
1370 // See: https://d.android.com/reference/android/content/res/Configuration.html#keyboardHidden
Yangster-maca8a30442018-10-13 23:46:34 -07001371 optional int32 keyboard_hidden = 6;
Tej Singha883b372018-02-15 11:30:01 -08001372
1373 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
1374 // 0 if undefined.
1375 // See: https://d.android.com/reference/android/content/res/Configuration.html#mcc
1376 optional int32 mcc = 7;
1377
1378 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
1379 // 0 if undefined. Note: the actual MNC may be 0, to check for this use the
1380 // MNC_ZERO symbol defined in Configuration.java.
1381 // See: https://d.android.com/reference/android/content/res/Configuration.html#mnc
1382 optional int32 mnc = 8;
1383
1384 // The kind of navigation available on the device.
1385 // See: https://developer.android.com/reference/android/content/res/Configuration.html#navigation
1386 optional int32 navigation = 9;
1387
1388 // Flag indicating whether the navigation is available.
1389 // See: https://d.android.com/reference/android/content/res/Configuration.html#navigationHidden
Yangster-maca8a30442018-10-13 23:46:34 -07001390 optional int32 navigation_hidden = 10;
Tej Singha883b372018-02-15 11:30:01 -08001391
1392 // Overall orientation of the screen.
1393 // See: https://d.android.com/reference/android/content/res/Configuration.html#orientation
1394 optional int32 orientation = 11;
1395
1396 // The current height of the available screen space, in dp units.
1397 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenHeightDp
Yangster-maca8a30442018-10-13 23:46:34 -07001398 optional int32 screen_height_dp = 12;
Tej Singha883b372018-02-15 11:30:01 -08001399
1400 // Bit mask of overall layout of the screen.
1401 // Contains information about screen size, whether the screen is wider/taller
1402 // than normal, whether the screen layout is right-tl-left or left-to-right,
1403 // and whether the screen has a rounded shape.
1404 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenLayout
Yangster-maca8a30442018-10-13 23:46:34 -07001405 optional int32 screen_layout = 13;
Tej Singha883b372018-02-15 11:30:01 -08001406
1407 // Current width of the available screen space, in dp units.
1408 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenWidthDp
Yangster-maca8a30442018-10-13 23:46:34 -07001409 optional int32 screen_width_dp = 14;
Tej Singha883b372018-02-15 11:30:01 -08001410
1411 // The smallest screen size an application will see in normal operation.
1412 // This is the smallest value of both screenWidthDp and screenHeightDp
1413 // in portrait and landscape.
1414 // See: https://d.android.com/reference/android/content/res/Configuration.html#smallestScreenWidthDp
Yangster-maca8a30442018-10-13 23:46:34 -07001415 optional int32 smallest_screen_width_dp = 15;
Tej Singha883b372018-02-15 11:30:01 -08001416
1417 // The type of touch screen attached to the device.
1418 // See: https://d.android.com/reference/android/content/res/Configuration.html#touchscreen
1419 optional int32 touchscreen = 16;
1420
1421 // Bit mask of the ui mode.
1422 // Contains information about the overall ui mode of the device.
1423 // Eg: NORMAL, DESK, CAR, TELEVISION, WATCH, VR_HEADSET
1424 // Also contains information about whether the device is in night mode.
1425 // See: https://d.android.com/reference/android/content/res/Configuration.html#uiMode
Yangster-maca8a30442018-10-13 23:46:34 -07001426 optional int32 ui_mode = 17;
Tej Singha883b372018-02-15 11:30:01 -08001427}
1428
Tej Singheee317b2018-03-07 19:28:05 -08001429
1430/**
1431 * Logs changes in the connection state of the mobile radio.
1432 *
1433 * Logged from:
1434 * frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DataConnection.java
1435 */
1436message MobileConnectionStateChanged {
1437 // States are from the state machine DataConnection.java.
1438 enum State {
1439 UNKNOWN = 0;
1440 // The connection is inactive, or disconnected.
1441 INACTIVE = 1;
1442 // The connection is being activated, or connecting.
1443 ACTIVATING = 2;
1444 // The connection is active, or connected.
1445 ACTIVE = 3;
1446 // The connection is disconnecting.
1447 DISCONNECTING = 4;
1448 // The connection is disconnecting after creating a connection.
1449 DISCONNECTION_ERROR_CREATING_CONNECTION = 5;
1450 }
1451 optional State state = 1;
1452 // For multi-sim phones, this distinguishes between the sim cards.
1453 optional int32 sim_slot_index = 2;
1454 // Used to identify the connection. Starts at 0 and increments by 1 for
1455 // every new network created. Resets whenever the device reboots.
1456 optional int32 data_connection_id = 3;
1457 // A bitmask for the capabilities of this connection.
1458 // Eg. DEFAULT (internet), MMS, SUPL, DUN, IMS.
1459 // Default value (if we have no information): 0
1460 optional int64 capabilities = 4;
1461 // If this connection has internet.
1462 // This just checks if the DEFAULT bit of capabilities is set.
1463 optional bool has_internet = 5;
1464}
1465
1466/**
1467 * Logs changes in mobile radio technology. eg: LTE, EDGE, CDMA.
1468 *
1469 * Logged from:
1470 * frameworks/opt/telephony/src/java/com/android/internal/telephony/ServiceStateTracker.java
1471 */
1472message MobileRadioTechnologyChanged {
1473 optional android.telephony.NetworkTypeEnum state = 1;
1474 // For multi-sim phones, this distinguishes between the sim cards.
1475 optional int32 sim_slot_index = 2;
1476}
1477
Andrew Chantb56388b2018-03-22 21:07:33 -07001478/**
1479 * Logs the VID and PID of any connected USB devices.
1480 *
1481 * Notes if any Audio, HID (input buttons/mouse/keyboard), or Storage interfaces are present.
1482 *
1483 * Logged by Vendor.
1484 */
1485message UsbDeviceAttached {
1486 optional int32 vid = 1;
1487 optional int32 pid = 2;
1488 optional bool has_audio = 3;
1489 optional bool has_hid = 4;
1490 optional bool has_storage = 5;
Badhri Jagan Sridharan5ec629f2018-11-16 15:39:22 -08001491 enum State {
1492 STATE_DISCONNECTED = 0;
1493 STATE_CONNECTED = 1;
1494 }
1495 optional State state = 6;
Badhri Jagan Sridharanc2c54a22018-12-14 14:41:26 -08001496 optional int64 last_connect_duration_millis = 7;
Andrew Chantb56388b2018-03-22 21:07:33 -07001497}
1498
Tej Singheee317b2018-03-07 19:28:05 -08001499
Tej Singhdd7bd352018-02-09 19:33:15 -08001500/**
Tej Singh5d991e12018-03-09 19:48:11 -08001501 * Logs when Bluetooth is enabled and disabled.
1502 *
1503 * Logged from:
1504 * services/core/java/com/android/server/BluetoothManagerService.java
1505 */
1506message BluetoothEnabledStateChanged {
1507 repeated AttributionNode attribution_node = 1;
1508 // Whether or not bluetooth is enabled on the device.
1509 enum State {
1510 UNKNOWN = 0;
1511 ENABLED = 1;
1512 DISABLED = 2;
1513 }
1514 optional State state = 2;
1515 // The reason for being enabled/disabled.
1516 // Eg. Airplane mode, crash, application request.
1517 optional android.bluetooth.EnableDisableReasonEnum reason = 3;
1518 // If the reason is an application request, this will be the package name.
Yangster-maca8a30442018-10-13 23:46:34 -07001519 optional string pkg_name = 4;
Tej Singh5d991e12018-03-09 19:48:11 -08001520}
1521
1522/**
Jack Hed9837c82019-01-09 01:19:13 -08001523 * Logs when profiles on a Bluetooth device connects and disconnects.
Tej Singh5d991e12018-03-09 19:48:11 -08001524 *
1525 * Logged from:
Jack Hed9837c82019-01-09 01:19:13 -08001526 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/RemoteDevices.java
1527 *
1528 * Next Tag: 5
Tej Singh5d991e12018-03-09 19:48:11 -08001529 */
1530message BluetoothConnectionStateChanged {
1531 // The state of the connection.
1532 // Eg: CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED.
1533 optional android.bluetooth.ConnectionStateEnum state = 1;
1534 // An identifier that can be used to match connect and disconnect events.
1535 // Currently is last two bytes of a hash of a device level ID and
1536 // the mac address of the bluetooth device that is connected.
Jack Hed9837c82019-01-09 01:19:13 -08001537 // Deprecated: use obfuscated_id instead, this one is always 0 for Q+
Jack Heac33c992019-04-03 16:08:21 -07001538 optional int32 obfuscated_id = 2 [deprecated = true];
Tej Singh5d991e12018-03-09 19:48:11 -08001539 // The profile that is connected. Eg. GATT, A2DP, HEADSET.
1540 // From android.bluetooth.BluetoothAdapter.java
Jack Hed9837c82019-01-09 01:19:13 -08001541 // Default: 0 when not used
Tej Singh5d991e12018-03-09 19:48:11 -08001542 optional int32 bt_profile = 3;
Jack Hed9837c82019-01-09 01:19:13 -08001543 // An identifier that can be used to match events for this device.
1544 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1545 // Salt: Randomly generated 256 bit value
1546 // Hash algorithm: HMAC-SHA256
1547 // Size: 32 byte
1548 // Default: null or empty if the device identifier is not known
Jack Heac33c992019-04-03 16:08:21 -07001549 optional bytes new_obfuscated_id = 4 [(android.os.statsd.log_mode) = MODE_BYTES];
Jack Hed9837c82019-01-09 01:19:13 -08001550}
1551
1552/**
1553 * Logs when a Bluetooth device connects and disconnects over ACL
1554 *
1555 * Logged from:
1556 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/AdapterProperties.java
1557 *
1558 * Next Tag: 3
1559 */
1560message BluetoothAclConnectionStateChanged {
1561 // An identifier that can be used to match events for this device.
1562 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1563 // Salt: Randomly generated 256 bit value
1564 // Hash algorithm: HMAC-SHA256
1565 // Size: 32 byte
1566 // Default: null or empty if the device identifier is not known
1567 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1568 // The state of the connection.
1569 // Eg: CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED.
1570 optional android.bluetooth.ConnectionStateEnum state = 2;
1571}
1572
1573/**
1574 * Logs when a Bluetooth device connects and disconnects over SCO
1575 *
1576 * Logged from:
1577 * packages/apps/Bluetooth/src/com/android/bluetooth/hfp/HeadsetStateMachine.java
1578 * packages/apps/Bluetooth/src/com/android/bluetooth/hfp/HeadsetClientStateMachine.java
1579 *
1580 * Next Tag: 4
1581 */
1582message BluetoothScoConnectionStateChanged {
1583 // An identifier that can be used to match events for this device.
1584 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1585 // Salt: Randomly generated 256 bit value
1586 // Hash algorithm: HMAC-SHA256
1587 // Size: 32 byte
1588 // Default: null or empty if the device identifier is not known
1589 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1590 // The state of the connection.
1591 // Eg: CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED.
1592 optional android.bluetooth.ConnectionStateEnum state = 2;
1593 // Codec used for this SCO connection
1594 // Default: UNKNOWN
1595 optional android.bluetooth.hfp.ScoCodec codec = 3;
Tej Singh5d991e12018-03-09 19:48:11 -08001596}
1597
Jack Hec27040a2019-01-09 20:54:41 -08001598/**
1599 * Logged when active device of a profile changes
1600 *
1601 * Logged from:
1602 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1603 * packages/apps/Bluetooth/src/com/android/bluetooth/hfp/HeadsetService.java
1604 * packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/HearingAidService.java
1605 */
1606message BluetoothActiveDeviceChanged {
1607 // The profile whose active device has changed. Eg. A2DP, HEADSET, HEARING_AID
1608 // From android.bluetooth.BluetoothProfile
1609 optional int32 bt_profile = 1;
1610 // An identifier that can be used to match events for this new active device.
1611 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1612 // Salt: Randomly generated 256 bit value
1613 // Hash algorithm: HMAC-SHA256
1614 // Size: 32 byte
1615 // Default: null or empty if there is no active device for this profile
1616 optional bytes obfuscated_id = 2 [(android.os.statsd.log_mode) = MODE_BYTES];
1617}
1618
Jack Heab86dbd22018-12-18 15:43:27 -08001619// Logs when there is an event affecting Bluetooth device's link layer connection.
1620// - This event is triggered when there is a related HCI command or event
1621// - Users of this metrics can deduce Bluetooth device's connection state from these events
1622// - HCI commands are logged before the command is sent, after receiving command status, and after
1623// receiving command complete
1624// - HCI events are logged when they arrive
1625//
1626// Low level log from system/bt
1627//
1628// Bluetooth classic commands:
1629// - CMD_CREATE_CONNECTION
1630// - CMD_DISCONNECT
1631// - CMD_CREATE_CONNECTION_CANCEL
1632// - CMD_ACCEPT_CONNECTION_REQUEST
1633// - CMD_REJECT_CONNECTION_REQUEST
1634// - CMD_SETUP_ESCO_CONNECTION
1635// - CMD_ACCEPT_ESCO_CONNECTION
1636// - CMD_REJECT_ESCO_CONNECTION
1637// - CMD_ENH_SETUP_ESCO_CONNECTION
1638// - CMD_ENH_ACCEPT_ESCO_CONNECTION
1639//
1640// Bluetooth low energy commands:
1641// - CMD_BLE_CREATE_LL_CONN [Only logged on error or when initiator filter policy is 0x00]
1642// - CMD_BLE_CREATE_CONN_CANCEL [Only logged when there is an error]
1643// - CMD_BLE_EXTENDED_CREATE_CONNECTION [Only logged on error or when initiator filter policy is 0x00]
1644// - CMD_BLE_CLEAR_WHITE_LIST
1645// - CMD_BLE_ADD_WHITE_LIST
1646// - CMD_BLE_REMOVE_WHITE_LIST
1647//
1648// Bluetooth classic events:
1649// - EVT_CONNECTION_COMP
1650// - EVT_CONNECTION_REQUEST
1651// - EVT_DISCONNECTION_COMP
1652// - EVT_ESCO_CONNECTION_COMP
1653// - EVT_ESCO_CONNECTION_CHANGED
1654//
1655// Bluetooth low energy meta events:
1656// - BLE_EVT_CONN_COMPLETE_EVT
1657// - BLE_EVT_ENHANCED_CONN_COMPLETE_EVT
1658//
1659// Next tag: 10
1660message BluetoothLinkLayerConnectionEvent {
1661 // An identifier that can be used to match events for this device.
1662 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1663 // Salt: Randomly generated 256 bit value
1664 // Hash algorithm: HMAC-SHA256
1665 // Size: 32 byte
1666 // Default: null or empty if the device identifier is not known
1667 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1668 // Connection handle of this connection if available
1669 // Range: 0x0000 - 0x0EFF (12 bits)
1670 // Default: 0xFFFF if the handle is unknown
1671 optional int32 connection_handle = 2;
1672 // Direction of the link
1673 // Default: DIRECTION_UNKNOWN
1674 optional android.bluetooth.DirectionEnum direction = 3;
1675 // Type of this link
1676 // Default: LINK_TYPE_UNKNOWN
1677 optional android.bluetooth.LinkTypeEnum type = 4;
1678
1679 // Reason metadata for this link layer connection event, rules for interpretation:
1680 // 1. If hci_cmd is set and valid, hci_event can be either EVT_COMMAND_STATUS or
1681 // EVT_COMMAND_COMPLETE, ignore hci_ble_event in this case
1682 // 2. If hci_event is set to EVT_BLE_META, look at hci_ble_event; otherwise, if hci_event is
1683 // set and valid, ignore hci_ble_event
1684
1685 // HCI command associated with this event
1686 // Default: CMD_UNKNOWN
1687 optional android.bluetooth.hci.CommandEnum hci_cmd = 5;
1688 // HCI event associated with this event
1689 // Default: EVT_UNKNOWN
1690 optional android.bluetooth.hci.EventEnum hci_event = 6;
1691 // HCI BLE meta event associated with this event
1692 // Default: BLE_EVT_UNKNOWN
1693 optional android.bluetooth.hci.BleMetaEventEnum hci_ble_event = 7;
1694 // HCI command status code if this is triggerred by hci_cmd
1695 // Default: STATUS_UNKNOWN
1696 optional android.bluetooth.hci.StatusEnum cmd_status = 8;
1697 // HCI reason code associated with this event
1698 // Default: STATUS_UNKNOWN
1699 optional android.bluetooth.hci.StatusEnum reason_code = 9;
1700}
1701
Howard Roe103fe22019-01-17 16:52:16 -08001702/**
1703 * Logs when a module is rolled back by Watchdog.
1704 *
1705 * Logged from: Rollback Manager
1706 */
1707message WatchdogRollbackOccurred {
1708 enum RollbackType {
1709 UNKNOWN = 0;
1710 ROLLBACK_INITIATE = 1;
1711 ROLLBACK_SUCCESS = 2;
1712 ROLLBACK_FAILURE = 3;
Howard Roe4d6fed2019-03-04 16:54:19 -08001713 ROLLBACK_BOOT_TRIGGERED = 4;
Howard Roe103fe22019-01-17 16:52:16 -08001714 }
1715 optional RollbackType rollback_type = 1;
1716
1717 optional string package_name = 2;
1718
1719 optional int32 package_version_code = 3;
Gavin Corkerydd1daba2019-11-27 19:11:13 +00001720
1721 enum RollbackReasonType {
1722 REASON_UNKNOWN = 0;
1723 REASON_NATIVE_CRASH = 1;
1724 REASON_EXPLICIT_HEALTH_CHECK = 2;
1725 REASON_APP_CRASH = 3;
1726 REASON_APP_NOT_RESPONDING = 4;
1727 }
1728 optional RollbackReasonType rollback_reason = 4;
1729
1730 // Set by RollbackPackageHealthObserver to be the package that is failing when a rollback
1731 // is initiated. Empty if the package is unknown.
1732 optional string failing_package_name = 5;
Howard Roe103fe22019-01-17 16:52:16 -08001733}
1734
Jack Hec27040a2019-01-09 20:54:41 -08001735/**
1736 * Logs when there is a change in Bluetooth A2DP playback state
1737 *
1738 * Logged from:
1739 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1740 */
1741message BluetoothA2dpPlaybackStateChanged {
1742 // An identifier that can be used to match events for this device.
1743 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1744 // Salt: Randomly generated 256 bit value
1745 // Hash algorithm: HMAC-SHA256
1746 // Size: 32 byte
1747 // Default: null or empty if the device identifier is not known
1748 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1749 // Current playback state
1750 // Default: PLAYBACK_STATE_UNKNOWN
1751 optional android.bluetooth.a2dp.PlaybackStateEnum playback_state = 2;
1752 // Current audio coding mode
1753 // Default: AUDIO_CODING_MODE_UNKNOWN
1754 optional android.bluetooth.a2dp.AudioCodingModeEnum audio_coding_mode = 3;
1755}
1756
1757/**
1758 * Logs when there is a change in A2DP codec config for a particular remote device
1759 *
1760 * Logged from:
1761 * frameworks/base/core/java/android/bluetooth/BluetoothCodecConfig.java
1762 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1763 */
1764message BluetoothA2dpCodecConfigChanged {
1765 // An identifier that can be used to match events for this device.
1766 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1767 // Salt: Randomly generated 256 bit value
1768 // Hash algorithm: HMAC-SHA256
1769 // Size: 32 byte
1770 // Default: null or empty if the device identifier is not known
1771 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1772 // Type of codec as defined by various SOURCE_CODEC_TYPE_* constants in BluetoothCodecConfig
1773 // Default SOURCE_CODEC_TYPE_INVALID
1774 optional int32 codec_type = 2;
1775 // Codec priroity, the higher the more preferred, -1 for disabled
1776 // Default: CODEC_PRIORITY_DEFAULT
1777 optional int32 codec_priority = 3;
1778 // Sample rate in Hz as defined by various SAMPLE_RATE_* constants in BluetoothCodecConfig
1779 // Default: SAMPLE_RATE_NONE
1780 optional int32 sample_rate = 4;
1781 // Bits per sample as defined by various BITS_PER_SAMPLE_* constants in BluetoothCodecConfig
1782 // Default: BITS_PER_SAMPLE_NONE
1783 optional int32 bits_per_sample = 5;
1784 // Channel mode as defined by various CHANNEL_MODE_* constants in BluetoothCodecConfig
1785 // Default: CHANNEL_MODE_NONE
1786 optional int32 channel_mode = 6;
1787 // Codec specific values
1788 // Default 0
1789 optional int64 codec_specific_1 = 7;
1790 optional int64 codec_specific_2 = 8;
1791 optional int64 codec_specific_3 = 9;
1792 optional int64 codec_specific_4 = 10;
1793}
1794
1795/**
1796 * Logs when there is a change in selectable A2DP codec capability for a paricular remote device
1797 * Each codec's capability is logged separately due to statsd restriction
1798 *
1799 * Logged from:
1800 * frameworks/base/core/java/android/bluetooth/BluetoothCodecConfig.java
1801 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1802 */
1803message BluetoothA2dpCodecCapabilityChanged {
1804 // An identifier that can be used to match events for this device.
1805 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1806 // Salt: Randomly generated 256 bit value
1807 // Hash algorithm: HMAC-SHA256
1808 // Size: 32 byte
1809 // Default: null or empty if the device identifier is not known
1810 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1811 // Type of codec as defined by various SOURCE_CODEC_TYPE_* constants in BluetoothCodecConfig
1812 // Default SOURCE_CODEC_TYPE_INVALID
1813 optional int32 codec_type = 2;
1814 // Codec priroity, the higher the more preferred, -1 for disabled
1815 // Default: CODEC_PRIORITY_DEFAULT
1816 optional int32 codec_priority = 3;
1817 // A bit field of supported sample rates as defined by various SAMPLE_RATE_* constants
1818 // in BluetoothCodecConfig
1819 // Default: empty and SAMPLE_RATE_NONE for individual item
1820 optional int32 sample_rate = 4;
1821 // A bit field of supported bits per sample as defined by various BITS_PER_SAMPLE_* constants
1822 // in BluetoothCodecConfig
1823 // Default: empty and BITS_PER_SAMPLE_NONE for individual item
1824 optional int32 bits_per_sample = 5;
1825 // A bit field of supported channel mode as defined by various CHANNEL_MODE_* constants in
1826 // BluetoothCodecConfig
1827 // Default: empty and CHANNEL_MODE_NONE for individual item
1828 optional int32 channel_mode = 6;
1829 // Codec specific values
1830 // Default 0
1831 optional int64 codec_specific_1 = 7;
1832 optional int64 codec_specific_2 = 8;
1833 optional int64 codec_specific_3 = 9;
1834 optional int64 codec_specific_4 = 10;
1835}
1836
1837/**
1838 * Logs when A2DP failed to read from PCM source.
1839 * This typically happens when audio HAL cannot supply A2DP with data fast enough for encoding.
1840 *
1841 * Logged from:
1842 * system/bt
1843 */
1844message BluetoothA2dpAudioUnderrunReported {
1845 // An identifier that can be used to match events for this device.
1846 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1847 // Salt: Randomly generated 256 bit value
1848 // Hash algorithm: HMAC-SHA256
1849 // Size: 32 byte
1850 // Default: null or empty if the device identifier is not known
1851 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1852 // Encoding interval in nanoseconds
1853 // Default: 0
1854 optional int64 encoding_interval_nanos = 2;
1855 // Number of bytes of PCM data that could not be read from the source
1856 // Default: 0
1857 optional int32 num_missing_pcm_bytes = 3;
1858}
1859
1860/**
1861 * Logs when A2DP failed send encoded data to the remote device fast enough such that the transmit
1862 * buffer queue is full and we have to drop data
1863 *
1864 * Logged from:
1865 * system/bt
1866 */
1867message BluetoothA2dpAudioOverrunReported {
1868 // An identifier that can be used to match events for this device.
1869 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1870 // Salt: Randomly generated 256 bit value
1871 // Hash algorithm: HMAC-SHA256
1872 // Size: 32 byte
1873 // Default: null or empty if the device identifier is not known
1874 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1875 // Encoding interval in nanoseconds
1876 // Default: 0
1877 optional int64 encoding_interval_nanos = 2;
1878 // Number of buffers dropped in this event
1879 // Each buffer is encoded in one encoding interval and consists of multiple encoded frames
1880 // Default: 0
1881 optional int32 num_dropped_buffers = 3;
1882 // Number of encoded buffers dropped in this event
1883 // Default 0
1884 optional int32 num_dropped_encoded_frames = 4;
1885 // Number of encoded bytes dropped in this event
1886 // Default: 0
1887 optional int32 num_dropped_encoded_bytes = 5;
1888}
1889
1890/**
1891 * Logs when we receive reports regarding a device's RSSI value
1892 *
1893 * Logged from:
1894 * system/bt
1895 */
1896message BluetoothDeviceRssiReported {
1897 // An identifier that can be used to match events for this device.
1898 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1899 // Salt: Randomly generated 256 bit value
1900 // Hash algorithm: HMAC-SHA256
1901 // Size: 32 byte
1902 // Default: null or empty if the device identifier is not known
1903 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1904 // Connection handle of this connection if available
1905 // Range: 0x0000 - 0x0EFF (12 bits)
1906 // Default: 0xFFFF if the handle is unknown
1907 optional int32 connection_handle = 2;
1908 // HCI command status code if this is triggerred by hci_cmd
1909 // Default: STATUS_UNKNOWN
1910 optional android.bluetooth.hci.StatusEnum hci_status = 3;
1911 // BR/EDR
1912 // Range: -128 ≤ N ≤ 127 (signed integer)
1913 // Units: dB
1914 // LE:
1915 // Range: -127 to 20, 127 (signed integer)
1916 // Units: dBm
1917 // Invalid when an out of range value is reported
1918 optional int32 rssi = 4;
1919}
1920
1921/**
1922 * Logs when we receive reports regarding how many consecutive failed contacts for a connection
1923 *
1924 * Logged from:
1925 * system/bt
1926 */
1927message BluetoothDeviceFailedContactCounterReported {
1928 // An identifier that can be used to match events for this device.
1929 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1930 // Salt: Randomly generated 256 bit value
1931 // Hash algorithm: HMAC-SHA256
1932 // Size: 32 byte
1933 // Default: null or empty if the device identifier is not known
1934 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1935 // Connection handle of this connection if available
1936 // Range: 0x0000 - 0x0EFF (12 bits)
1937 // Default: 0xFFFF if the handle is unknown
1938 optional int32 connection_handle = 2;
1939 // HCI command status code if this is triggerred by hci_cmd
1940 // Default: STATUS_UNKNOWN
1941 optional android.bluetooth.hci.StatusEnum cmd_status = 3;
1942 // Number of consecutive failed contacts for a connection corresponding to the Handle
1943 // Range: uint16_t, 0-0xFFFF
1944 // Default: 0xFFFFF
1945 optional int32 failed_contact_counter = 4;
1946}
1947
1948/**
1949 * Logs when we receive reports regarding the tranmit power level used for a specific connection
1950 *
1951 * Logged from:
1952 * system/bt
1953 */
1954message BluetoothDeviceTxPowerLevelReported {
1955 // An identifier that can be used to match events for this device.
1956 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1957 // Salt: Randomly generated 256 bit value
1958 // Hash algorithm: HMAC-SHA256
1959 // Size: 32 byte
1960 // Default: null or empty if the device identifier is not known
1961 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1962 // Connection handle of this connection if available
1963 // Range: 0x0000 - 0x0EFF (12 bits)
1964 // Default: 0xFFFF if the handle is unknown
1965 optional int32 connection_handle = 2;
Jack He1021a612019-01-20 21:22:46 -08001966 // HCI command status code if this is triggered by hci_cmd
Jack Hec27040a2019-01-09 20:54:41 -08001967 // Default: STATUS_UNKNOWN
1968 optional android.bluetooth.hci.StatusEnum hci_status = 3;
1969 // Range: -30 ≤ N ≤ 20
1970 // Units: dBm
1971 // Invalid when an out of range value is reported
1972 optional int32 transmit_power_level = 4;
1973}
Jack Heab86dbd22018-12-18 15:43:27 -08001974
Tej Singh5d991e12018-03-09 19:48:11 -08001975/**
Jack He1021a612019-01-20 21:22:46 -08001976 * Logs when Bluetooth controller failed to reply with command status within a timeout period after
1977 * receiving an HCI command from the host
1978 *
1979 * Logged from: system/bt
1980 */
1981message BluetoothHciTimeoutReported {
1982 // HCI command associated with this event
1983 // Default: CMD_UNKNOWN
1984 optional android.bluetooth.hci.CommandEnum hci_command = 1;
1985}
1986
1987/**
1988 * Logs when we receive Bluetooth Link Quality Report event from the controller
1989 * See Android Bluetooth HCI specification for more details
1990 *
1991 * Note: all count and bytes field are counted since last event
1992 *
1993 * Logged from: system/bt
1994 */
1995message BluetoothQualityReportReported {
1996 // Quality report ID
1997 // Original type: uint8_t
1998 // Default: BQR_ID_UNKNOWN
1999 optional android.bluetooth.hci.BqrIdEnum quality_report_id = 1;
2000 // Packet type of the connection
2001 // Original type: uint8_t
2002 // Default: BQR_PACKET_TYPE_UNKNOWN
2003 optional android.bluetooth.hci.BqrPacketTypeEnum packet_types = 2;
2004 // Connection handle of the connection
2005 // Original type: uint16_t
2006 optional int32 connection_handle = 3;
2007 // Performing Role for the connection
2008 // Original type: uint8_t
2009 optional int32 connection_role = 4;
2010 // Current Transmit Power Level for the connection. This value is the same as the controller's
2011 // response to the HCI_Read_Transmit_Power_Level HCI command
2012 // Original type: uint8_t
2013 optional int32 tx_power_level = 5;
2014 // Received Signal Strength Indication (RSSI) value for the connection. This value is an
2015 // absolute receiver signal strength value
2016 // Original type: int8_t
2017 optional int32 rssi = 6;
2018 // Signal-to-Noise Ratio (SNR) value for the connection. It is the average SNR of all the
2019 // channels used by the link currently
2020 // Original type: uint8_t
2021 optional int32 snr = 7;
2022 // Indicates the number of unused channels in AFH_channel_map
2023 // Original type: uint8_t
2024 optional int32 unused_afh_channel_count = 8;
2025 // Indicates the number of the channels which are interfered and quality is bad but are still
2026 // selected for AFH
2027 // Original type: uint8_t
2028 optional int32 afh_select_unideal_channel_count = 9;
2029 // Current Link Supervision Timeout Setting
2030 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2031 // Original type: uint16_t
2032 optional int32 lsto = 10;
2033 // Piconet Clock for the specified Connection_Handle. This value is the same as the controller's
2034 // response to HCI_Read_Clock HCI command with the parameter "Which_Clock" of
2035 // 0x01 (Piconet Clock)
2036 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2037 // Original type: uint32_t
2038 optional int64 connection_piconet_clock = 11;
2039 // The count of retransmission
2040 // Original type: uint32_t
2041 optional int64 retransmission_count = 12;
2042 // The count of no RX
2043 // Original type: uint32_t
2044 optional int64 no_rx_count = 13;
2045 // The count of NAK (Negative Acknowledge)
2046 // Original type: uint32_t
2047 optional int64 nak_count = 14;
2048 // Controller timestamp of last TX ACK
2049 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2050 // Original type: uint32_t
2051 optional int64 last_tx_ack_timestamp = 15;
2052 // The count of Flow-off (STOP)
2053 // Original type: uint32_t
2054 optional int64 flow_off_count = 16;
2055 // Controller timestamp of last Flow-on (GO)
2056 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2057 // Original type: uint32_t
2058 optional int64 last_flow_on_timestamp = 17;
2059 // Buffer overflow count (how many bytes of TX data are dropped) since the last event
2060 // Original type: uint32_t
2061 optional int64 buffer_overflow_bytes = 18;
2062 // Buffer underflow count (in byte) since last event
2063 // Original type: uint32_t
2064 optional int64 buffer_underflow_bytes = 19;
2065}
2066
2067/**
2068 * Logs when a Bluetooth device's manufacturer information is learnt by the Bluetooth stack
2069 *
2070 * Notes:
2071 * - Each event can be partially filled as we might learn different pieces of device
2072 * information at different time
2073 * - Multiple device info events can be combined to give more complete picture
2074 * - When multiple device info events tries to describe the same information, the
2075 * later one wins
2076 *
2077 * Logged from:
2078 * packages/apps/Bluetooth
2079 */
Jack Heaea26982019-04-04 11:19:48 -07002080message BluetoothDeviceInfoReported {
Jack He1021a612019-01-20 21:22:46 -08002081 // An identifier that can be used to match events for this device.
2082 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2083 // Salt: Randomly generated 256 bit value
2084 // Hash algorithm: HMAC-SHA256
2085 // Size: 32 byte
2086 // Default: null or empty if the device identifier is not known
2087 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2088 // Where is this device info obtained from
2089 optional android.bluetooth.DeviceInfoSrcEnum source_type = 2;
2090 // Name of the data source
2091 // For EXTERNAL: package name of the data source
2092 // For INTERNAL: null for general case, component name otherwise
2093 optional string source_name = 3;
2094 // Name of the manufacturer of this device
2095 optional string manufacturer = 4;
2096 // Model of this device
2097 optional string model = 5;
2098 // Hardware version of this device
2099 optional string hardware_version = 6;
2100 // Software version of this device
2101 optional string software_version = 7;
2102}
2103
2104/**
2105 * Logs when we receive Bluetooth Read Remote Version Information Complete Event from the remote
2106 * device, as documented by the Bluetooth Core HCI specification
2107 * Reference: https://www.bluetooth.com/specifications/bluetooth-core-specification
2108 * Vol 2, Part E, Page 1118
2109 *
2110 * Logged from:
2111 * system/bt
2112 */
2113message BluetoothRemoteVersionInfoReported {
2114 // Connection handle of the connection
2115 // Original type: uint16_t
2116 optional int32 connection_handle = 1;
2117 // HCI command status code
2118 // Default: STATUS_UNKNOWN
2119 optional android.bluetooth.hci.StatusEnum hci_status = 2;
2120 // 1 byte Version of current LMP in the remote controller
2121 optional int32 lmp_version = 3;
2122 // 2 bytes LMP manufacturer code of the remote controller
2123 // https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
2124 optional int32 lmp_manufacturer_code = 4;
2125 // 4 bytes subversion of the LMP in the remote controller
2126 optional int32 lmp_subversion = 5;
2127}
2128
2129/**
2130 * Logs when certain Bluetooth SDP attributes are discovered
2131 * Constant definitions are from:
2132 * https://www.bluetooth.com/specifications/assigned-numbers/service-discovery
2133 *
2134 * Current logged attributes:
2135 * - BluetoothProfileDescriptorList
2136 * - Supported Features Bitmask
2137 *
2138 * Logged from:
2139 * system/bt
2140 */
2141message BluetoothSdpAttributeReported {
2142 // An identifier that can be used to match events for this device.
2143 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2144 // Salt: Randomly generated 256 bit value
2145 // Hash algorithm: HMAC-SHA256
2146 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2147 // Short form UUIDs used to identify Bluetooth protocols, profiles, and service classes
2148 // Original type: uint16_t
2149 optional int32 protocol_uuid = 2;
2150 // Short form UUIDs used to identify Bluetooth SDP attribute types
2151 // Original type: uint16_t
2152 optional int32 attribute_id = 3;
2153 // Attribute value for the particular attribute
2154 optional bytes attribute_value = 4 [(android.os.statsd.log_mode) = MODE_BYTES];
2155}
2156
2157/**
2158 * Logs when bond state of a Bluetooth device changes
2159 *
2160 * Logged from:
2161 * frameworks/base/core/java/android/bluetooth/BluetoothDevice.java
2162 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/BondStateMachine.java
2163 */
2164message BluetoothBondStateChanged {
2165 // An identifier that can be used to match events for this device.
2166 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2167 // Salt: Randomly generated 256 bit value
2168 // Hash algorithm: HMAC-SHA256
2169 // Size: 32 byte
2170 // Default: null or empty if the device identifier is not known
2171 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2172 // Preferred transport type to remote dual mode device
2173 // Default: TRANSPORT_AUTO means no preference
2174 optional android.bluetooth.TransportTypeEnum transport = 2;
2175 // The type of this Bluetooth device (Classic, LE, or Dual mode)
2176 // Default: UNKNOWN
2177 optional android.bluetooth.DeviceTypeEnum type = 3;
2178 // Current bond state (NONE, BONDING, BONDED)
2179 // Default: BOND_STATE_UNKNOWN
2180 optional android.bluetooth.BondStateEnum bond_state = 4;
2181 // Bonding sub state
2182 // Default: BOND_SUB_STATE_UNKNOWN
2183 optional android.bluetooth.BondSubStateEnum bonding_sub_state = 5;
2184 // Unbond Reason
2185 // Default: UNBOND_REASON_UNKNOWN
2186 optional android.bluetooth.UnbondReasonEnum unbond_reason = 6;
2187}
2188
2189/**
2190 * Logs there is an event related Bluetooth classic pairing
2191 *
2192 * Logged from:
2193 * system/bt
2194 */
2195message BluetoothClassicPairingEventReported {
2196 // An identifier that can be used to match events for this device.
2197 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2198 // Salt: Randomly generated 256 bit value
2199 // Hash algorithm: HMAC-SHA256
2200 // Size: 32 byte
2201 // Default: null or empty if the device identifier is not known
2202 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2203 // Connection handle of this connection if available
2204 // Range: 0x0000 - 0x0EFF (12 bits)
2205 // Default: 0xFFFF if the handle is unknown
2206 optional int32 connection_handle = 2;
2207 // HCI command associated with this event
2208 // Default: CMD_UNKNOWN
2209 optional android.bluetooth.hci.CommandEnum hci_cmd = 3;
2210 // HCI event associated with this event
2211 // Default: EVT_UNKNOWN
2212 optional android.bluetooth.hci.EventEnum hci_event = 4;
2213 // HCI command status code if this is triggerred by hci_cmd
2214 // Default: STATUS_UNKNOWN
2215 optional android.bluetooth.hci.StatusEnum cmd_status = 5;
2216 // HCI reason code associated with this event
2217 // Default: STATUS_UNKNOWN
2218 optional android.bluetooth.hci.StatusEnum reason_code = 6;
Jack He3b259832019-03-20 03:47:29 -07002219 // A status value related to this specific event
2220 // Default: 0
2221 optional int64 event_value = 7;
Jack He1021a612019-01-20 21:22:46 -08002222}
2223
2224/**
2225 * Logs when there is an event related to Bluetooth Security Manager Protocol (SMP)
2226 *
2227 * Logged from:
2228 * system/bt
2229 */
2230message BluetoothSmpPairingEventReported {
2231 // An identifier that can be used to match events for this device.
2232 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2233 // Salt: Randomly generated 256 bit value
2234 // Hash algorithm: HMAC-SHA256
2235 // Size: 32 byte
2236 // Default: null or empty if the device identifier is not known
2237 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2238 // SMP command sent or received over L2CAP
2239 // Default: CMD_UNKNOWN
2240 optional android.bluetooth.smp.CommandEnum smp_command = 2;
2241 // Whether this command is sent or received
2242 // Default: DIRECTION_UNKNOWN
2243 optional android.bluetooth.DirectionEnum direction = 3;
2244 // SMP failure reason code
2245 // Default: PAIRING_FAIL_REASON_DEFAULT
2246 optional android.bluetooth.smp.PairingFailReasonEnum smp_fail_reason = 4;
2247}
2248
2249/**
Jack He815cdba2019-01-30 17:24:55 -08002250 * Logs when a Bluetooth socket’s connection state changed
2251 *
2252 * Logged from:
2253 * system/bt
2254 */
2255message BluetoothSocketConnectionStateChanged {
2256 // An identifier that can be used to match events for this device.
2257 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2258 // Salt: Randomly generated 256 bit value
2259 // Hash algorithm: HMAC-SHA256
2260 // Size: 32 byte
Jack Hee4ae0e72019-02-07 13:52:45 -08002261 // Default: null or empty if this is a server listener socket
Jack He815cdba2019-01-30 17:24:55 -08002262 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
Jack Hee4ae0e72019-02-07 13:52:45 -08002263 // Temporary port of this socket for the current connection or session only
Jack He815cdba2019-01-30 17:24:55 -08002264 // Default 0 when unknown or don't care
2265 optional int32 port = 2;
2266 // Socket type as mentioned in
2267 // frameworks/base/core/java/android/bluetooth/BluetoothSocket.java
2268 // Default: SOCKET_TYPE_UNKNOWN
2269 optional android.bluetooth.SocketTypeEnum type = 3;
2270 // Socket connection state
2271 // Default: SOCKET_CONNECTION_STATE_UNKNOWN
2272 optional android.bluetooth.SocketConnectionstateEnum state = 4;
2273 // Number of bytes sent to remote device during this connection
2274 optional int64 tx_bytes = 5;
2275 // Number of bytes received from remote device during this connection
2276 optional int64 rx_bytes = 6;
Jack Hee4ae0e72019-02-07 13:52:45 -08002277 // Socket owner's UID
2278 optional int32 uid = 7 [(is_uid) = true];
2279 // Server port of this socket, if any. When both |server_port| and |port| fields are populated,
2280 // |port| must be spawned by |server_port|
2281 // Default 0 when unknown or don't care
2282 optional int32 server_port = 8;
2283 // Whether this is a server listener socket
2284 optional android.bluetooth.SocketRoleEnum is_server = 9;
Jack He815cdba2019-01-30 17:24:55 -08002285}
2286
2287/**
Jack He71426802019-04-02 13:32:52 -07002288 * Logs when Class of Device (CoD) value is learnt for a device during pairing or connection
2289 *
2290 * Logged from:
2291 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/BondStateMachine.java
2292 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/RemoteDevices.java
2293 *
2294 */
2295message BluetoothClassOfDeviceReported {
2296 // An identifier that can be used to match events for this device.
2297 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2298 // Salt: Randomly generated 256 bit value
2299 // Hash algorithm: HMAC-SHA256
2300 // Size: 32 byte
2301 // Default: null or empty if this is a server listener socket
2302 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2303 // Class of Device (CoD) value including both Major, Minor device class and service class
2304 // Defined in: https://www.bluetooth.com/specifications/assigned-numbers/baseband
2305 // Also defined in: https://developer.android.com/reference/android/bluetooth/BluetoothClass
2306 // Default: 0
2307 optional int32 class_of_device = 2;
2308}
2309
2310/**
Andrew Chant28d627e2018-02-22 15:17:05 -08002311 * Logs when something is plugged into or removed from the USB-C connector.
2312 *
2313 * Logged from:
Badhri Jagan Sridharan223b3c72018-11-16 16:02:35 -08002314 * UsbService
Andrew Chant28d627e2018-02-22 15:17:05 -08002315 */
2316message UsbConnectorStateChanged {
2317 enum State {
Badhri Jagan Sridharan223b3c72018-11-16 16:02:35 -08002318 STATE_DISCONNECTED = 0;
2319 STATE_CONNECTED = 1;
Andrew Chant28d627e2018-02-22 15:17:05 -08002320 }
2321 optional State state = 1;
Badhri Jagan Sridharan223b3c72018-11-16 16:02:35 -08002322 optional string id = 2;
Badhri Jagan Sridharanfaf62072018-11-16 17:17:03 -08002323 // Last active session in ms.
2324 // 0 when the port is in connected state.
2325 optional int64 last_connect_duration_millis = 3;
Andrew Chant28d627e2018-02-22 15:17:05 -08002326}
2327
2328/**
2329 * Logs the reported speaker impedance.
2330 *
2331 * Logged from:
2332 * Vendor audio implementation.
2333 */
2334message SpeakerImpedanceReported {
2335 optional int32 speaker_location = 1;
2336 optional int32 impedance = 2;
2337}
2338
2339/**
2340 * Logs the report of a failed hardware.
2341 *
2342 * Logged from:
2343 * Vendor HALs.
2344 *
2345 */
2346message HardwareFailed {
2347 enum HardwareType {
2348 HARDWARE_FAILED_UNKNOWN = 0;
2349 HARDWARE_FAILED_MICROPHONE = 1;
2350 HARDWARE_FAILED_CODEC = 2;
2351 HARDWARE_FAILED_SPEAKER = 3;
2352 HARDWARE_FAILED_FINGERPRINT = 4;
2353 }
2354 optional HardwareType hardware_type = 1;
2355
Maggie White6dcd8572019-01-31 14:11:50 -08002356 /**
2357 * hardware_location allows vendors to differentiate between multiple instances of
Andrew Chant28d627e2018-02-22 15:17:05 -08002358 * the same hardware_type. The specific locations are vendor defined integers,
2359 * referring to board-specific numbering schemes.
2360 */
2361 optional int32 hardware_location = 2;
2362
Maggie White6dcd8572019-01-31 14:11:50 -08002363 /**
2364 * failure_code is specific to the HardwareType of the failed hardware.
2365 * It should use one of the enum values defined below.
Andrew Chant28d627e2018-02-22 15:17:05 -08002366 */
Maggie White6dcd8572019-01-31 14:11:50 -08002367 enum HardwareErrorCode {
2368 UNKNOWN = 0;
2369 COMPLETE = 1;
2370 SPEAKER_HIGH_Z = 2;
2371 SPEAKER_SHORT = 3;
2372 FINGERPRINT_SENSOR_BROKEN = 4;
2373 FINGERPRINT_TOO_MANY_DEAD_PIXELS = 5;
Maggie Whiteb76cebc2019-02-05 15:21:29 -08002374 DEGRADE = 6;
Andrew Chant28d627e2018-02-22 15:17:05 -08002375 }
2376 optional int32 failure_code = 3;
2377}
2378
2379/**
2380 * Log an event when the device has been physically dropped.
2381 * Reported from the /vendor partition.
2382 */
2383message PhysicalDropDetected {
2384 // Confidence that the event was actually a drop, 0 -> 100
2385 optional int32 confidence_pctg = 1;
2386 // Peak acceleration of the drop, in 1/1000s of a g.
2387 optional int32 accel_peak_thousandths_g = 2;
Andrew Chantb56388b2018-03-22 21:07:33 -07002388 // Duration of freefall in ms
2389 optional int32 freefall_time_millis = 3;
Andrew Chant28d627e2018-02-22 15:17:05 -08002390}
2391
2392/**
2393 * Log bucketed battery charge cycles.
2394 *
2395 * Each bucket represents cycles of the battery past
Maggie White38c9d322018-11-20 10:07:52 -08002396 * a given charge point. For example, if 10 cycle buckets are
2397 * initialized, bucket 1 is the lowest 1/10th of the battery,
2398 * and bucket 10 is 100%.
Andrew Chant28d627e2018-02-22 15:17:05 -08002399 *
2400 * Logged from:
2401 * /sys/class/power_supply/bms/cycle_count, via Vendor.
2402 */
2403message ChargeCyclesReported {
2404 optional int32 cycle_bucket_1 = 1;
2405 optional int32 cycle_bucket_2 = 2;
2406 optional int32 cycle_bucket_3 = 3;
2407 optional int32 cycle_bucket_4 = 4;
2408 optional int32 cycle_bucket_5 = 5;
2409 optional int32 cycle_bucket_6 = 6;
2410 optional int32 cycle_bucket_7 = 7;
2411 optional int32 cycle_bucket_8 = 8;
Maggie White38c9d322018-11-20 10:07:52 -08002412 optional int32 cycle_bucket_9 = 9;
2413 optional int32 cycle_bucket_10 = 10;
Andrew Chant28d627e2018-02-22 15:17:05 -08002414}
2415
2416/**
Howard Roa46b6582018-09-18 16:45:02 -07002417 * Log battery health snapshot.
2418 *
2419 * Resistance, Voltage, Open Circuit Voltage, Temperature, and Charge Level
2420 * are snapshotted periodically over 24hrs.
2421 */
2422message BatteryHealthSnapshot {
2423 enum BatterySnapshotType {
2424 UNKNOWN = 0;
2425 MIN_TEMP = 1; // Snapshot at min batt temp over 24hrs.
2426 MAX_TEMP = 2; // Snapshot at max batt temp over 24hrs.
2427 MIN_RESISTANCE = 3; // Snapshot at min batt resistance over 24hrs.
2428 MAX_RESISTANCE = 4; // Snapshot at max batt resistance over 24hrs.
2429 MIN_VOLTAGE = 5; // Snapshot at min batt voltage over 24hrs.
2430 MAX_VOLTAGE = 6; // Snapshot at max batt voltage over 24hrs.
2431 MIN_CURRENT = 7; // Snapshot at min batt current over 24hrs.
2432 MAX_CURRENT = 8; // Snapshot at max batt current over 24hrs.
2433 MIN_BATT_LEVEL = 9; // Snapshot at min battery level (SoC) over 24hrs.
2434 MAX_BATT_LEVEL = 10; // Snapshot at max battery level (SoC) over 24hrs.
2435 AVG_RESISTANCE = 11; // Snapshot at average battery resistance over 24hrs.
2436 }
2437 optional BatterySnapshotType type = 1;
2438 // Temperature, in 1/10ths of degree C.
Yangster-maca8a30442018-10-13 23:46:34 -07002439 optional int32 temperature_deci_celsius = 2;
Howard Roa46b6582018-09-18 16:45:02 -07002440 // Voltage Battery Voltage, in microVolts.
2441 optional int32 voltage_micro_volt = 3;
2442 // Current Battery current, in microAmps.
2443 optional int32 current_micro_amps = 4;
2444 // OpenCircuitVoltage Battery Open Circuit Voltage, in microVolts.
2445 optional int32 open_circuit_micro_volt = 5;
2446 // Resistance Battery Resistance, in microOhms.
2447 optional int32 resistance_micro_ohm = 6;
2448 // Level Battery Level, as % of full.
2449 optional int32 level_percent = 7;
2450}
2451
2452/**
2453 * Log slow I/O operations on the primary storage.
2454 */
2455message SlowIo {
2456 // Classifications of IO Operations.
2457 enum IoOperation {
2458 UNKNOWN = 0;
2459 READ = 1;
2460 WRITE = 2;
2461 UNMAP = 3;
2462 SYNC = 4;
2463 }
2464 optional IoOperation operation = 1;
2465
2466 // The number of slow IO operations of this type over 24 hours.
2467 optional int32 count = 2;
2468}
2469
2470/**
2471 * Log battery caused shutdown with the last recorded voltage.
2472 */
2473message BatteryCausedShutdown {
2474 // The last recorded battery voltage prior to shutdown.
2475 optional int32 last_recorded_micro_volt = 1;
2476}
2477
2478/**
Tej Singha72344992019-04-17 18:55:08 -07002479 * Logs when ThermalService receives throttling events.
2480 *
2481 * Logged from:
2482 * frameworks/base/services/core/java/com/android/server/stats/StatsCompanionService.java
2483 */
2484message ThermalThrottlingSeverityStateChanged {
2485 // The type of temperature being reported (CPU, GPU, SKIN, etc)
2486 optional android.os.TemperatureTypeEnum sensor_type = 1;
2487
2488 // The name of the temperature source. Eg. CPU0
2489 optional string sensor_name = 2;
2490
2491 // Temperature in tenths of a degree C.
2492 // For BCL, it is decimillivolt, decimilliamps, and percentage * 10.
2493 optional int32 temperature_deci_celsius = 3;
2494
2495 // Relative severity of the throttling, see enum definition.
2496 optional android.os.ThrottlingSeverityEnum severity = 4;
2497}
2498
2499/**
Tej Singhbb8554a2018-01-26 11:59:14 -08002500 * Logs the duration of a davey (jank of >=700ms) when it occurs
2501 *
2502 * Logged from:
2503 * frameworks/base/libs/hwui/JankTracker.cpp
2504 */
2505message DaveyOccurred {
David Chen77ef6712018-02-23 18:23:42 -08002506 // The UID that logged this atom.
Yao Chenc40a19d2018-03-15 16:48:25 -07002507 optional int32 uid = 1 [(is_uid) = true];
David Chen77ef6712018-02-23 18:23:42 -08002508
Tej Singhbb8554a2018-01-26 11:59:14 -08002509 // Amount of time it took to render the frame. Should be >=700ms.
David Chen77ef6712018-02-23 18:23:42 -08002510 optional int64 jank_duration_millis = 2;
Tej Singhbb8554a2018-01-26 11:59:14 -08002511}
2512
2513/**
Bookatze5885242017-10-24 20:10:31 -07002514 * Logs phone signal strength changes.
2515 *
2516 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07002517 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -07002518 */
2519message PhoneSignalStrengthChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08002520 // Signal strength, from frameworks/base/core/proto/android/telephony/enums.proto.
2521 optional android.telephony.SignalStrengthEnum signal_strength = 1;
David Chenc28b2bb2017-10-24 12:52:52 -07002522}
2523
Yangster4ccebea2018-10-09 17:09:02 -07002524
2525/**
2526 * Logs when the phone state, sim state or signal strength changes
2527 *
2528 * Logged from:
2529 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
2530 */
2531message PhoneServiceStateChanged {
2532 optional android.telephony.ServiceStateEnum state = 1;
2533 optional android.telephony.SimStateEnum sim_state = 2;
2534 optional android.telephony.SignalStrengthEnum signal_strength = 3;
2535}
2536
2537/**
2538 * Logs when the phone becomes on or off.
2539 *
2540 * Logged from:
2541 * frameworks/base/core/java/com/android/internal/os/TelephonyRegistry.java
2542 */
2543message PhoneStateChanged {
2544 enum State {
2545 OFF = 0;
2546 ON = 1;
2547 }
2548 optional State state = 1;
2549}
2550
Hyunyoung Song2ecb8862019-07-09 09:19:25 -07002551message BackGesture {
2552 enum BackType {
2553 DEFAULT_BACK_TYPE = 0;
2554 COMPLETED = 1;
2555 COMPLETED_REJECTED = 2; // successful because coming from rejected area
2556 INCOMPLETE_EXCLUDED = 3; // would have been successful but in the exclusion area
2557 INCOMPLETE = 4;
2558 }
2559 optional BackType type = 1;
2560
2561 optional int32 y_coordinate = 2; // y coordinate for ACTION_DOWN event
2562 enum WindowHorizontalLocation {
2563 DEFAULT_LOCATION = 0;
2564 LEFT = 1;
2565 RIGHT = 2;
2566 }
2567 optional WindowHorizontalLocation x_location = 3;
2568}
2569
2570message ExclusionRectStateChanged {
2571 optional string component_name = 1; // if not available, simply packageName
2572 optional int32 requested_height = 2; // px
2573 optional int32 rejected_height = 3; // px
2574
2575 enum WindowHorizontalLocation {
2576 DEFAULT_LOCATION = 0;
2577 LEFT = 1;
2578 RIGHT = 2;
2579 }
2580 optional WindowHorizontalLocation x_location = 4;
2581 optional bool landscape = 5;
2582 optional bool splitscreen = 6;
2583 optional int32 duration_millis = 7;
2584}
2585
Hyunyoung Songc6d6b772018-10-17 13:35:32 -07002586message LauncherUIChanged {
Yao Chen8c433862018-10-24 14:09:20 -07002587 optional android.stats.launcher.LauncherAction action = 1;
2588 optional android.stats.launcher.LauncherState src_state = 2;
2589 optional android.stats.launcher.LauncherState dst_state = 3;
2590 optional android.stats.launcher.LauncherExtension extension = 4 [(log_mode) = MODE_BYTES];
Hyunyoung Songc6d6b772018-10-17 13:35:32 -07002591 optional bool is_swipe_up_enabled = 5;
2592}
2593
Hyunyoung Song80adf6be2019-01-30 09:59:30 -08002594message StyleUIChanged {
2595 optional android.stats.style.Action action = 1;
2596 optional int32 color_package_hash = 2;
2597 optional int32 font_package_hash = 3;
2598 optional int32 shape_package_hash = 4;
2599 optional int32 clock_package_hash = 5;
2600 optional int32 launcher_grid = 6;
2601 optional int32 wallpaper_category_hash = 7;
2602 optional int32 wallpaper_id_hash = 8;
Kunhung Li286c52f2019-05-21 20:10:43 +08002603 optional int32 color_preference = 9;
2604 optional android.stats.style.LocationPreference location_preference = 10;
Hyunyoung Song80adf6be2019-01-30 09:59:30 -08002605}
2606
David Chenc28b2bb2017-10-24 12:52:52 -07002607/**
Fan Zhang916c13b2018-10-16 22:49:45 -07002608 * Logs when Settings UI has changed.
2609 *
2610 * Logged from:
2611 * packages/apps/Settings
2612 */
2613message SettingsUIChanged {
2614 /**
Fan Zhang916c13b2018-10-16 22:49:45 -07002615 * Where this SettingsUIChange event comes from. For example, if
2616 * it's a PAGE_VISIBLE event, where the page is opened from.
2617 */
Fan Zhangf837b8e2018-10-23 12:38:30 -07002618 optional android.app.settings.PageId attribution = 1;
Fan Zhang916c13b2018-10-16 22:49:45 -07002619
2620 /**
2621 * What the UI action is.
2622 */
Fan Zhangf837b8e2018-10-23 12:38:30 -07002623 optional android.app.settings.Action action = 2;
Fan Zhang916c13b2018-10-16 22:49:45 -07002624
2625 /**
2626 * Where the action is happening
2627 */
Fan Zhangff2332b2018-12-06 15:16:41 -08002628 optional android.app.settings.PageId page_id = 3;
Fan Zhang916c13b2018-10-16 22:49:45 -07002629
2630 /**
2631 * What preference changed in this event.
2632 */
Fan Zhangff2332b2018-12-06 15:16:41 -08002633 optional string changed_preference_key = 4;
Fan Zhang916c13b2018-10-16 22:49:45 -07002634
2635 /**
2636 * The new value of the changed preference.
2637 */
Fan Zhangff2332b2018-12-06 15:16:41 -08002638 optional int64 changed_preference_int_value = 5;
Fan Zhang916c13b2018-10-16 22:49:45 -07002639}
2640
2641/**
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002642 * Logs basic timing information about touch events.
2643 * Reported at most every 5 minutes while device is being interacted with.
2644 *
2645 * Logged from:
2646 * frameworks/native/services/inputflinger
2647 */
2648message TouchEventReported {
2649 /**
2650 * The fields latency_{min|max|mean|stdev} represent minimum, maximum, mean,
Siarhei Vishniakou20d23c02019-08-15 19:32:34 -05002651 * and the standard deviation of the time spent processing touchscreen events
2652 * in the kernel and inputflinger. The units are microseconds.
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002653 *
Siarhei Vishniakou20d23c02019-08-15 19:32:34 -05002654 * On supported devices, the starting point is taken during the hard interrupt inside the
2655 * kernel touch driver. On all other devices, the starting point is taken inside
2656 * the kernel's input event subsystem upon receipt of the input event.
2657 * The ending point is taken inside InputDispatcher, just after the input event
2658 * is sent to the app.
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002659 */
2660 // Minimum value
2661 optional float latency_min_micros = 1;
2662 // Maximum value
2663 optional float latency_max_micros = 2;
2664 // Average value
2665 optional float latency_mean_micros = 3;
2666 // Standard deviation
2667 optional float latency_stdev_micros = 4;
Siarhei Vishniakouca954f92019-03-22 16:41:14 -07002668 // Number of touch events (input_event) in this report
2669 optional int32 count = 5;
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002670}
2671
2672/**
Philip Quinn0eded622019-01-29 12:46:28 -08002673 * Logs gesture classification and timing information for touch events.
2674 *
2675 * Logged from:
2676 * frameworks/base/core/java/android/view/GestureDetector.java
2677 * frameworks/base/core/java/android/view/View.java
2678 */
2679message TouchGestureClassified {
2680 // The source of the classification (e.g. Java class name).
2681 optional string source = 1;
2682
2683 enum Classification {
2684 UNKNOWN_CLASSIFICATION = 0;
2685 SINGLE_TAP = 1;
2686 DOUBLE_TAP = 2;
2687 LONG_PRESS = 3;
2688 DEEP_PRESS = 4;
2689 SCROLL = 5;
2690 }
2691 // The classification of the gesture.
2692 optional Classification classification = 2;
2693
2694 // The interval from the start of a touch event stream until the
2695 // classification was made.
2696 optional int32 latency_millis = 3;
2697
2698 // The distance from the location of the first touch event to the
2699 // location of the touch event when the classification was made.
2700 optional float displacement_px = 4;
2701}
2702
2703/**
David Chenc28b2bb2017-10-24 12:52:52 -07002704 * Logs that a setting was updated.
2705 * Logged from:
David Chenbd789912018-03-16 17:19:55 -07002706 * frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/SettingsState.java
David Chenc28b2bb2017-10-24 12:52:52 -07002707 * The tag and is_default allow resetting of settings to default values based on the specified
2708 * tag. See Settings#putString(ContentResolver, String, String, String, boolean) for more details.
2709 */
2710message SettingChanged {
2711 // The name of the setting.
2712 optional string setting = 1;
2713
2714 // The change being imposed on this setting. May represent a number, eg "3".
2715 optional string value = 2;
2716
2717 // The new value of this setting. For most settings, this is same as value. For some settings,
2718 // value is +X or -X where X represents an element in a set. For example, if the previous value
2719 // is A,B,C and value is -B, then new_value is A,C and prev_value is A,B,C.
2720 // The +/- feature is currently only used for location_providers_allowed.
2721 optional string new_value = 3;
2722
2723 // The previous value of this setting.
2724 optional string prev_value = 4;
2725
2726 // The tag used with the is_default for resetting sets of settings. This is generally null.
2727 optional string tag = 5;
2728
Bookatz90867622018-01-31 15:05:57 -08002729 // True if this setting with tag should be resettable.
2730 optional bool is_default = 6;
David Chenc28b2bb2017-10-24 12:52:52 -07002731
David Chenbd789912018-03-16 17:19:55 -07002732 // The associated user (for multi-user feature). Defined in android/os/UserHandle.java
David Chenc28b2bb2017-10-24 12:52:52 -07002733 optional int32 user = 7;
David Chenbd789912018-03-16 17:19:55 -07002734
2735 enum ChangeReason {
2736 UPDATED = 1; // Updated can be an insertion or an update.
2737 DELETED = 2;
2738 }
2739 optional ChangeReason reason = 8;
David Chenc28b2bb2017-10-24 12:52:52 -07002740}
Chenjie Yub3dda412017-10-24 13:41:59 -07002741
Chenjie Yu05013b32017-11-21 10:21:41 -08002742/**
Chenjie Yu3d4f6042017-10-27 15:39:34 -07002743 * Logs activity going to foreground or background
2744 *
2745 * Logged from:
2746 * frameworks/base/services/core/java/com/android/server/am/ActivityRecord.java
2747 */
2748message ActivityForegroundStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07002749 optional int32 uid = 1 [(is_uid) = true];
Yangster-mac20877162017-12-22 17:19:39 -08002750 optional string pkg_name = 2;
2751 optional string class_name = 3;
2752
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002753 enum State {
2754 BACKGROUND = 0;
2755 FOREGROUND = 1;
Chenjie Yu3d4f6042017-10-27 15:39:34 -07002756 }
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002757 optional State state = 4;
Chenjie Yu3d4f6042017-10-27 15:39:34 -07002758}
David Chenc8a43242017-10-17 16:23:28 -07002759
2760/**
Felix Lopez Luisd95346a2018-12-12 10:32:32 +00002761 * Logs when a volume entered low Storage state.
2762 * Logged from:
2763 * frameworks/base/services/core/java/com/android/server/storage/DeviceStorageMonitorService.java
2764 */
2765message LowStorageStateChanged {
2766 // Volume that ran out of storage.
2767 optional string volume_description = 1;
2768
2769 enum State {
2770 UNKNOWN = 0;
2771 OFF = 1;
2772 ON = 2;
2773 }
2774 optional State state = 2;
2775}
2776
2777/**
2778 * Logs when an app is downgraded.
2779 * Logged from:
2780 * frameworks/base/services/core/java/com/android/server/pm/BackgroundDexOptService.java
2781 */
2782message AppDowngraded {
2783 optional string package_name = 1;
2784 // Size of the package (all data) before being downgraded.
2785 optional int64 size_in_bytes_before = 2;
2786 // Size of the package (all data) after being downgraded.
2787 optional int64 size_in_bytes_after = 3;
2788
2789 optional bool aggressive = 4;
2790}
2791
2792/**
2793 * Logs when an app is optimized after being downgraded.
2794 * Logged from:
2795 * frameworks/base/services/core/java/com/android/server/pm/BackgroundDexOptService.java
2796 */
2797message AppOptimizedAfterDowngraded {
2798 optional string package_name = 1;
2799}
2800
2801/**
Carmen Agimof6688a352019-01-30 19:36:04 +00002802 * Logs whenever an app is installed on external storage.
2803 * Logged from:
2804 frameworks/base/services/core/java/com/android/server/pm/PackageManagerService.java
2805 */
2806message AppInstallOnExternalStorageReported {
2807 // The type of external storage.
2808 optional android.stats.storage.ExternalStorageType storage_type = 1;
2809 // The name of the package that is installed on the sd card.
2810 optional string package_name = 2;
2811}
2812
2813/**
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002814 * Logs when an app crashes.
David Chen9e3808c2017-11-20 17:25:34 -08002815 * Logged from:
2816 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
2817 */
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002818message AppCrashOccurred {
Yao Chenc40a19d2018-03-15 16:48:25 -07002819 optional int32 uid = 1 [(is_uid) = true];
David Chen9e3808c2017-11-20 17:25:34 -08002820
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002821 optional string event_type = 2;
David Chen9e3808c2017-11-20 17:25:34 -08002822
2823 // The name of the process.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002824 // system_server if it is not by an app
David Chen9e3808c2017-11-20 17:25:34 -08002825 optional string process_name = 3;
2826
2827 // The pid if available. -1 means not available.
David Chen6e3e6cb2018-01-03 16:14:06 -08002828 optional sint32 pid = 4;
Chenjie Yuf17bf622018-04-02 14:22:19 -07002829
2830 optional string package_name = 5;
2831
2832 enum InstantApp {
2833 UNAVAILABLE = 0;
2834 FALSE = 1;
2835 TRUE = 2;
2836 }
2837 optional InstantApp is_instant_app = 6;
2838
2839 enum ForegroundState {
2840 UNKNOWN = 0;
2841 BACKGROUND = 1;
2842 FOREGROUND = 2;
2843 }
2844 optional ForegroundState foreground_state = 7;
Yang Lu732d6382018-11-05 07:53:12 -08002845
2846 optional android.server.ErrorSource error_source = 8;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002847}
David Chen9e3808c2017-11-20 17:25:34 -08002848
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002849/**
2850 * Logs when a WTF (What a Terrible Failure) happened.
2851 * Logged from:
2852 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
2853 */
2854message WTFOccurred {
2855 optional int32 uid = 1 [(is_uid) = true];
David Chen9e3808c2017-11-20 17:25:34 -08002856
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002857 optional string tag = 2;
David Chen9e3808c2017-11-20 17:25:34 -08002858
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002859 // The name of the process.
2860 // system_server if it is not by an app
2861 optional string process_name = 3;
David Chen6e3e6cb2018-01-03 16:14:06 -08002862
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002863 // The pid if available. -1 means not available.
2864 optional sint32 pid = 4;
Yang Lu732d6382018-11-05 07:53:12 -08002865
2866 optional android.server.ErrorSource error_source = 5;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002867}
2868
2869/**
2870 * Logs when system server reports low memory.
2871 * Logged from:
2872 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
2873 */
2874message LowMemReported {
2875}
2876
2877/**
2878 * Logs when an app ANR (App Not Responding) occurs.
2879 * Logged from:
2880 * frameworks/base/services/core/java/com/android/server/am/AppErrors.java
2881 */
2882message ANROccurred {
2883 optional int32 uid = 1 [(is_uid) = true];
2884
2885 optional string process_name = 2;
2886
2887 optional string short_component_name = 3;
2888
2889 optional string reason = 4;
Chenjie Yuf17bf622018-04-02 14:22:19 -07002890
2891 enum InstantApp {
2892 UNAVAILABLE = 0;
2893 FALSE = 1;
2894 TRUE = 2;
2895 }
2896 optional InstantApp is_instant_app = 5;
2897
2898 enum ForegroundState {
2899 UNKNOWN = 0;
2900 BACKGROUND = 1;
2901 FOREGROUND = 2;
2902 }
2903 optional ForegroundState foreground_state = 6;
Yang Lu732d6382018-11-05 07:53:12 -08002904
2905 optional android.server.ErrorSource error_source = 7;
2906
2907 optional string package_name = 8;
David Chen9e3808c2017-11-20 17:25:34 -08002908}
2909
Bookatza7020bd2018-08-28 16:29:35 -07002910/**
2911 * Logs when the vibrator state changes.
2912 * Logged from:
2913 * frameworks/base/services/core/java/com/android/server/VibratorService.java
2914 */
2915message VibratorStateChanged {
2916 repeated AttributionNode attribution_node = 1;
2917
2918 enum State {
2919 OFF = 0;
2920 ON = 1;
2921 }
2922 optional State state = 2;
2923
2924 // Duration (in milliseconds) requested to keep the vibrator on.
2925 // Only applicable for State == ON.
2926 optional int64 duration_millis = 3;
2927}
2928
David Chen0a368b22017-12-06 16:28:16 -08002929/*
2930 * Allows other apps to push events into statsd.
2931 * Logged from:
2932 * frameworks/base/core/java/android/util/StatsLog.java
2933 */
David Chen0b5c90c2018-01-25 16:51:49 -08002934message AppBreadcrumbReported {
David Chen0a368b22017-12-06 16:28:16 -08002935 // The uid of the application that sent this custom atom.
Yao Chenc40a19d2018-03-15 16:48:25 -07002936 optional int32 uid = 1 [(is_uid) = true];
David Chen0a368b22017-12-06 16:28:16 -08002937
2938 // An arbitrary label chosen by the developer. For Android P, the label should be in [0, 16).
2939 optional int32 label = 2;
2940
2941 // Allows applications to easily use a custom event as start/stop boundaries (ie, define custom
2942 // predicates for the metrics).
2943 enum State {
2944 UNKNOWN = 0;
2945 UNSPECIFIED = 1; // For events that are known to not represent START/STOP.
2946 STOP = 2;
2947 START = 3;
2948 }
2949 optional State state = 3;
2950}
2951
David Chen9e3808c2017-11-20 17:25:34 -08002952/**
Bookatz7948c872018-09-04 12:58:33 -07002953 * Logs the wall-clock time when a significant wall-clock time shift occurs.
2954 * For example, this could be due to the user manually changing the time.
2955 *
2956 * Logged from:
2957 * frameworks/base/services/core/java/com/android/server/AlarmManagerService.java
2958 */
2959message WallClockTimeShifted {
2960 // New wall-clock time in milliseconds, according to System.currentTimeMillis().
2961 optional int64 wall_clock_timestamp_millis = 1;
2962}
2963
2964/**
Bookatz8fcd09a2017-12-18 13:01:10 -08002965 * Logs when statsd detects an anomaly.
2966 *
2967 * Logged from:
2968 * frameworks/base/cmds/statsd/src/anomaly/AnomalyTracker.cpp
2969 */
2970message AnomalyDetected {
2971 // Uid that owns the config whose anomaly detection alert fired.
Yao Chenc40a19d2018-03-15 16:48:25 -07002972 optional int32 config_uid = 1 [(is_uid) = true];
Bookatz8fcd09a2017-12-18 13:01:10 -08002973
Yangster-mac94e197c2018-01-02 16:03:03 -08002974 // Id of the config whose anomaly detection alert fired.
2975 optional int64 config_id = 2;
Bookatz8fcd09a2017-12-18 13:01:10 -08002976
Yangster-mac94e197c2018-01-02 16:03:03 -08002977 // Id of the alert (i.e. name of the anomaly that was detected).
2978 optional int64 alert_id = 3;
Bookatz8fcd09a2017-12-18 13:01:10 -08002979}
2980
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002981message AppStartOccurred {
Olivier Gaillardaed7f122017-12-12 14:26:22 +00002982 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07002983 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00002984
2985 // The app package name.
2986 optional string pkg_name = 2;
2987
2988 enum TransitionType {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002989 UNKNOWN = 0;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00002990 WARM = 1;
2991 HOT = 2;
2992 COLD = 3;
2993 }
2994 // The transition type.
2995 optional TransitionType type = 3;
2996
2997 // The activity name.
2998 optional string activity_name = 4;
2999
3000 // The name of the calling app. Empty if not set.
3001 optional string calling_pkg_name = 5;
3002
3003 // Whether the app is an instant app.
3004 optional bool is_instant_app = 6;
3005
3006 // Device uptime when activity started.
David Chen0b5c90c2018-01-25 16:51:49 -08003007 optional int64 activity_start_millis = 7;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003008
Bookatz80d11a02018-01-16 10:46:35 -08003009 optional android.app.AppTransitionReasonEnum reason = 8;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003010
David Chen0b5c90c2018-01-25 16:51:49 -08003011 optional int32 transition_delay_millis = 9;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003012 // -1 if not set.
David Chen0b5c90c2018-01-25 16:51:49 -08003013 optional int32 starting_window_delay_millis = 10;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003014 // -1 if not set.
David Chen0b5c90c2018-01-25 16:51:49 -08003015 optional int32 bind_application_delay_millis = 11;
3016 optional int32 windows_drawn_delay_millis = 12;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003017
3018 // Empty if not set.
3019 optional string launch_token = 13;
3020
Calin Juravle759fbda2018-02-20 19:52:30 +00003021 // The compiler filter used when when the package was optimized.
Calin Juravlea86783b2018-03-21 14:25:59 -07003022 optional int32 package_optimization_compilation_filter = 14;
Calin Juravle759fbda2018-02-20 19:52:30 +00003023
3024 // The reason why the package was optimized.
Calin Juravlea86783b2018-03-21 14:25:59 -07003025 optional int32 package_optimization_compilation_reason = 15;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003026}
3027
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003028message AppStartCanceled {
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003029 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003030 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003031
3032 // The app package name.
3033 optional string pkg_name = 2;
3034
3035 enum TransitionType {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003036 UNKNOWN = 0;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003037 WARM = 1;
3038 HOT = 2;
3039 COLD = 3;
3040 }
3041 // The transition type.
3042 optional TransitionType type = 3;
3043
3044 // The activity name.
3045 optional string activity_name = 4;
3046}
3047
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003048message AppStartFullyDrawn {
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003049 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003050 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003051
3052 // The app package name.
3053 optional string pkg_name = 2;
3054
3055 enum TransitionType {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003056 UNKNOWN = 0;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003057 WITH_BUNDLE = 1;
3058 WITHOUT_BUNDLE = 2;
3059 }
3060 // The transition type.
3061 optional TransitionType type = 3;
3062
3063 // The activity name.
3064 optional string activity_name = 4;
3065
3066 optional bool transition_process_running = 5;
3067
3068 // App startup time (until call to Activity#reportFullyDrawn()).
David Chen0b5c90c2018-01-25 16:51:49 -08003069 optional int64 app_startup_time_millis = 6;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003070}
3071
Bookatz8fcd09a2017-12-18 13:01:10 -08003072/**
Chenjie Yu52cacc62017-12-08 18:11:45 -08003073 * Logs a picture-in-picture action
3074 * Logged from:
3075 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
3076 * frameworks/base/services/core/java/com/android/server/am/ActivityStackSupervisor.java
3077 * frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java
3078 */
3079message PictureInPictureStateChanged {
Chenjie Yuae9fdf042018-02-15 10:19:32 -08003080 // -1 if it is not available
Yao Chenc40a19d2018-03-15 16:48:25 -07003081 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yu52cacc62017-12-08 18:11:45 -08003082
Chenjie Yuae9fdf042018-02-15 10:19:32 -08003083 optional string short_name = 2;
Chenjie Yu52cacc62017-12-08 18:11:45 -08003084
Chenjie Yu52cacc62017-12-08 18:11:45 -08003085 enum State {
3086 ENTERED = 1;
3087 EXPANDED_TO_FULL_SCREEN = 2;
3088 MINIMIZED = 3;
3089 DISMISSED = 4;
3090 }
Chenjie Yuae9fdf042018-02-15 10:19:32 -08003091 optional State state = 3;
Chenjie Yu52cacc62017-12-08 18:11:45 -08003092}
3093
3094/**
Chenjie Yue8904192017-12-08 19:12:57 -08003095 * Logs overlay action
3096 * Logged from:
3097 * services/core/java/com/android/server/wm/Session.java
3098 */
3099message OverlayStateChanged {
tsaichristine10978642019-09-10 14:12:49 -07003100 optional int32 uid = 1 [(state_field_option).option = PRIMARY, (is_uid) = true];
Chenjie Yue8904192017-12-08 19:12:57 -08003101
tsaichristine10978642019-09-10 14:12:49 -07003102 optional string package_name = 2 [(state_field_option).option = PRIMARY];
Chenjie Yue8904192017-12-08 19:12:57 -08003103
3104 optional bool using_alert_window = 3;
3105
3106 enum State {
3107 ENTERED = 1;
3108 EXITED = 2;
3109 }
tsaichristine10978642019-09-10 14:12:49 -07003110 optional State state = 4 [(state_field_option).option = EXCLUSIVE];
Chenjie Yue8904192017-12-08 19:12:57 -08003111}
3112
Chenjie Yuccfe6452018-01-30 11:33:21 -08003113/*
3114 * Logs foreground service starts and stops.
3115 * Note that this is not when a service starts or stops, but when it is
3116 * considered foreground.
3117 * Logged from
3118 * //frameworks/base/services/core/java/com/android/server/am/ActiveServices.java
3119 */
3120message ForegroundServiceStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07003121 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuccfe6452018-01-30 11:33:21 -08003122 // package_name + "/" + class_name
3123 optional string short_name = 2;
3124
3125 enum State {
3126 ENTER = 1;
3127 EXIT = 2;
3128 }
3129 optional State state = 3;
3130}
3131
Chenjie Yue8904192017-12-08 19:12:57 -08003132/**
Chenjie Yubbcbc602018-02-05 16:51:52 -08003133 * Logs creation or removal of an isolated uid. Isolated uid's are temporary uid's to sandbox risky
3134 * behavior in its own uid. However, the metrics of these isolated uid's almost always should be
3135 * attributed back to the parent (host) uid. One example is Chrome.
3136 *
3137 * Logged from:
3138 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
3139 */
3140message IsolatedUidChanged {
3141 // The host UID. Generally, we should attribute metrics from the isolated uid to the host uid.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003142 // NOTE: DO NOT annotate uid field in this atom. This atom is specially handled in statsd.
Bookatz3c648862018-05-25 13:32:43 -07003143 // This field is ignored when event == REMOVED.
Chenjie Yubbcbc602018-02-05 16:51:52 -08003144 optional int32 parent_uid = 1;
3145
3146 optional int32 isolated_uid = 2;
3147
3148 // We expect an isolated uid to be removed before if it's used for another parent uid.
3149 enum Event {
3150 REMOVED = 0;
3151 CREATED = 1;
3152 }
3153 optional Event event = 3;
3154}
3155
3156/*
3157 * Logs the reception of an incoming network packet causing the main system to wake up for
3158 * processing that packet. These events are notified by the kernel via Netlink NFLOG to Netd
3159 * and processed by WakeupController.cpp.
3160 */
3161message PacketWakeupOccurred {
3162 // The uid owning the socket into which the packet was delivered, or -1 if the packet was
3163 // delivered nowhere.
Yao Chenc40a19d2018-03-15 16:48:25 -07003164 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08003165 // The interface name on which the packet was received.
3166 optional string iface = 2;
3167 // The ethertype value of the packet.
3168 optional int32 ethertype = 3;
3169 // String representation of the destination MAC address of the packet.
3170 optional string destination_hardware_address = 4;
3171 // String representation of the source address of the packet if this was an IP packet.
3172 optional string source_ip = 5;
3173 // String representation of the destination address of the packet if this was an IP packet.
3174 optional string destination_ip = 6;
3175 // The value of the protocol field if this was an IPv4 packet or the value of the Next Header
3176 // field if this was an IPv6 packet. The range of possible values is the same for both IP
3177 // families.
3178 optional int32 ip_next_header = 7;
3179 // The source port if this was a TCP or UDP packet.
3180 optional int32 source_port = 8;
3181 // The destination port if this was a TCP or UDP packet.
3182 optional int32 destination_port = 9;
3183}
3184
3185/*
3186 * Logs the memory stats for an app on startup.
3187 * Logged from:
3188 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
3189 */
3190message AppStartMemoryStateCaptured {
3191 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003192 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08003193
3194 // The process name.
3195 optional string process_name = 2;
3196
3197 // The activity name.
3198 optional string activity_name = 3;
3199
3200 // # of page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003201 optional int64 page_fault = 4;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003202
3203 // # of major page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003204 optional int64 page_major_fault = 5;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003205
3206 // RSS
3207 optional int64 rss_in_bytes = 6;
3208
3209 // CACHE
3210 optional int64 cache_in_bytes = 7;
3211
3212 // SWAP
3213 optional int64 swap_in_bytes = 8;
3214}
3215
3216/*
3217 * Logs the change in Low Memory Killer Daemon (LMKD) state which is used as start/stop boundaries
3218 * for LMK event.
3219 * Logged from:
3220 * system/core/lmkd/lmkd.c
3221 */
3222message LmkStateChanged {
3223 enum State {
3224 UNKNOWN = 0;
3225 START = 1;
3226 STOP = 2;
3227 }
3228 optional State state = 1;
3229}
3230
3231/*
3232 * Logs the event when Low Memory Killer Daemon (LMKD) kills a process to reduce memory pressure.
3233 * Logged from:
3234 * system/core/lmkd/lmkd.c
3235 */
3236message LmkKillOccurred {
3237 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003238 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08003239
3240 // The process name.
3241 optional string process_name = 2;
3242
3243 // oom adj score.
Yangster-maca8a30442018-10-13 23:46:34 -07003244 optional int32 oom_adj_score = 3;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003245
3246 // # of page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003247 optional int64 page_fault = 4;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003248
3249 // # of major page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003250 optional int64 page_major_fault = 5;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003251
3252 // RSS
3253 optional int64 rss_in_bytes = 6;
3254
3255 // CACHE
3256 optional int64 cache_in_bytes = 7;
3257
3258 // SWAP
3259 optional int64 swap_in_bytes = 8;
Jim Blackler8593d1f2018-11-21 15:24:48 +00003260
3261 // The elapsed real time of start of the process.
3262 optional int64 process_start_time_nanos = 9;
Suren Baghdasaryan1fbaa1f2019-03-04 11:09:31 -08003263
3264 // Min oom adj score considered by lmkd.
3265 optional int32 min_oom_score = 10;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003266}
3267
Rajeev Kumar51b54602018-03-01 12:18:26 -08003268/*
3269 * Logs when the ActivityManagerService detects that an app died.
3270 *
3271 * Logged from:
3272 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
3273 */
3274message AppDied {
3275 // timestamp(elapsedRealtime) of record creation
Yangster-macb6b77c62018-10-12 19:33:24 -07003276 optional uint64 timestamp_millis = 1 [(state_field_option).option = EXCLUSIVE];
Rajeev Kumar51b54602018-03-01 12:18:26 -08003277}
3278
Howard Ro21a039c2018-08-06 14:55:47 -07003279/**
3280 * An atom for generic metrics logging. Available from Android Q.
3281 */
3282message GenericAtom {
3283 // The uid of the application that sent this custom atom.
3284 optional int32 uid = 1 [(is_uid) = true];
3285
3286 // An event_id indicates the type of event.
Howard Ro9a862de2018-10-11 16:03:33 -07003287 optional android.stats.EventType event_id = 2;
Howard Ro21a039c2018-08-06 14:55:47 -07003288}
3289
Tej Singhd6d6d772018-09-05 17:41:25 -07003290/**
Will Brockmanfbaa7912019-10-24 15:15:09 -04003291 * Atom for simple logging of user interaction and impression events, such as "the user touched
3292 * this button" or "this dialog was displayed".
3293 * Keep the UI event stream clean: don't use for system or background events.
3294 * Log using the UiEventLogger wrapper - don't write with the StatsLog API directly.
Will Brockman079fdaa2020-01-12 16:45:03 -05003295 *
3296 * Logged from:
3297 * frameworks/base/services/core/java/com/android/server/
3298 * frameworks/base/packages/SystemUI/src/com/android/systemui/
Will Brockmanfbaa7912019-10-24 15:15:09 -04003299 */
3300message UiEventReported {
3301 // The event_id.
3302 optional int32 event_id = 1;
3303 // The event's source or target uid and package, if applicable.
3304 // For example, the package posting a notification, or the destination package of a share.
3305 optional int32 uid = 2 [(is_uid) = true];
3306 optional string package_name = 3;
3307}
3308
3309/**
Will Brockman079fdaa2020-01-12 16:45:03 -05003310 * Reports a notification was created or updated.
3311 *
3312 * Logged from:
3313 * frameworks/base/services/core/java/com/android/server/notification/
3314 */
3315message NotificationReported {
3316 // The event_id (as for UiEventReported).
3317 optional int32 event_id = 1;
3318 // The notifying app's uid and package.
3319 optional int32 uid = 2 [(is_uid) = true];
3320 optional string package_name = 3;
3321 // A small system-assigned identifier for the notification.
3322 // Locally probably-unique, but expect collisions across users and/or days.
3323 optional int32 instance_id = 4;
3324 // The app-assigned notification ID and tag
3325 optional int32 notification_id = 5;
3326 optional string notification_tag = 6;
3327 optional string channel_id = 7; // App-assigned channel ID
3328
3329 // Grouping information
3330 optional string group_id = 8; // Group the notification currently belongs to
3331 optional int32 group_instance_id = 9; // Instance_id of the group-summary notification
3332 optional bool is_group_summary = 10; // Tags the group-summary notification
3333
3334 // Attributes
3335 optional string category = 11; // App-assigned notification category (API-defined strings)
3336 optional int32 style = 12; // App-assigned notification style
3337 optional int32 num_people = 13; // Number of Person records attached to the notification
3338
3339 // Ordering, importance and interruptiveness
3340
3341 optional int32 position = 14; // Position in NotificationManager's list
3342
3343 optional android.stats.sysui.NotificationImportance importance = 15;
3344 optional int32 alerting = 16; // Bitfield, 1=buzz 2=beep 4=blink
3345
3346 enum NotificationImportanceExplanation {
3347 IMPORTANCE_EXPLANATION_UNKNOWN = 0;
3348 IMPORTANCE_EXPLANATION_APP = 1; // App-specified channel importance.
3349 IMPORTANCE_EXPLANATION_USER = 2; // User-specified channel importance.
3350 IMPORTANCE_EXPLANATION_ASST = 3; // Notification Assistant override.
3351 IMPORTANCE_EXPLANATION_SYSTEM = 4; // System override.
3352 // Like _APP, but based on pre-channels priority signal.
3353 IMPORTANCE_EXPLANATION_APP_PRE_CHANNELS = 5;
3354 }
3355
3356 optional NotificationImportanceExplanation importance_source = 17;
3357 optional android.stats.sysui.NotificationImportance importance_initial = 18;
3358 optional NotificationImportanceExplanation importance_initial_source = 19;
3359 optional android.stats.sysui.NotificationImportance importance_asst = 20;
3360 optional int32 assistant_hash = 21;
3361 optional float assistant_ranking_score = 22;
3362}
3363
3364message Notification {
3365 // The notifying app's uid and package.
3366 optional int32 uid = 1 [(is_uid) = true];
3367 optional string package_name = 2;
3368 // A small system-assigned identifier for the notification.
3369 optional int32 instance_id = 3;
3370
3371 // Grouping information.
3372 optional int32 group_instance_id = 4;
3373 optional bool is_group_summary = 5;
3374
3375 // The section of the shade that the notification is in.
3376 // See NotificationSectionsManager.PriorityBucket.
3377 enum NotificationSection {
3378 SECTION_UNKNOWN = 0;
3379 SECTION_PEOPLE = 1;
3380 SECTION_ALERTING = 2;
3381 SECTION_SILENT = 3;
3382 }
3383 optional NotificationSection section = 6;
3384}
3385
3386message NotificationList {
3387 repeated Notification notifications = 1; // An ordered sequence of notifications.
3388}
3389
3390/**
3391 * Reports a notification panel was displayed, e.g. from the lockscreen or status bar.
3392 *
3393 * Logged from:
3394 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
3395 */
3396message NotificationPanelReported {
3397 // The event_id (as for UiEventReported).
3398 optional int32 event_id = 1;
3399 optional int32 num_notifications = 2;
3400 // The notifications in the panel, in the order that they appear there.
3401 optional NotificationList notifications = 3 [(log_mode) = MODE_BYTES];
3402}
3403
3404/**
3405 * Reports a notification channel, or channel group, was created, updated, or deleted.
3406 *
3407 * Logged from:
3408 * frameworks/base/services/core/java/com/android/server/notification/
3409 */
3410message NotificationChannelModified {
3411 // The event_id (as for UiEventReported).
3412 optional int32 event_id = 1;
3413 // The notifying app's uid and package.
3414 optional int32 uid = 2 [(is_uid) = true];
3415 optional string package_name = 3;
3416 // App-assigned notification channel ID or channel-group ID
3417 optional string channel_id = 4;
3418 // Previous importance setting, if applicable
3419 optional android.stats.sysui.NotificationImportance old_importance = 5;
3420 // New importance setting
3421 optional android.stats.sysui.NotificationImportance importance = 6;
3422}
3423
3424
3425/**
Kevin Chyn1741a072019-01-17 11:54:40 -08003426 * Logs when a biometric acquire event occurs.
Tej Singhd6d6d772018-09-05 17:41:25 -07003427 *
3428 * Logged from:
Kevin Chyn1741a072019-01-17 11:54:40 -08003429 * frameworks/base/services/core/java/com/android/server/biometrics
Tej Singhd6d6d772018-09-05 17:41:25 -07003430 */
Kevin Chyn1741a072019-01-17 11:54:40 -08003431message BiometricAcquired {
3432 // Biometric modality that was acquired.
3433 optional android.hardware.biometrics.ModalityEnum modality = 1;
3434 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java.
3435 optional int32 user = 2;
3436 // If this acquire is for a crypto operation. e.g. Secure purchases, unlock password storage.
3437 optional bool is_crypto = 3;
3438 // Action that the device is performing. Acquired messages are only expected for enroll and
3439 // authenticate. Other actions may indicate an error.
3440 optional android.hardware.biometrics.ActionEnum action = 4;
3441 // The client that this acquisition was received for.
3442 optional android.hardware.biometrics.ClientEnum client = 5;
3443 // Acquired constants, e.g. ACQUIRED_GOOD. See constants defined by <Biometric>Manager.
3444 optional int32 acquire_info = 6;
3445 // Vendor-specific acquire info. Valid only if acquire_info == ACQUIRED_VENDOR.
3446 optional int32 acquire_info_vendor = 7;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003447 // Dictates if this message should trigger additional debugging.
3448 optional bool debug = 8;
Tej Singhd6d6d772018-09-05 17:41:25 -07003449}
3450
3451/**
Kevin Chyn1741a072019-01-17 11:54:40 -08003452 * Logs when a biometric authentication event occurs.
Tej Singhd6d6d772018-09-05 17:41:25 -07003453 *
3454 * Logged from:
Kevin Chyn1741a072019-01-17 11:54:40 -08003455 * frameworks/base/services/core/java/com/android/server/biometrics
Tej Singhd6d6d772018-09-05 17:41:25 -07003456 */
Kevin Chyn1741a072019-01-17 11:54:40 -08003457message BiometricAuthenticated {
3458 // Biometric modality that was used.
3459 optional android.hardware.biometrics.ModalityEnum modality = 1;
3460 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java
3461 optional int32 user = 2;
3462 // If this authentication is for a crypto operation. e.g. Secure purchases, unlock password
3463 // storage.
3464 optional bool is_crypto = 3;
3465 // The client that this acquisition was received for.
3466 optional android.hardware.biometrics.ClientEnum client = 4;
Kevin Chyndb77e132019-01-29 13:30:41 -08003467 // If authentication requires user confirmation. See BiometricPrompt's
3468 // setRequireConfirmation(bool) method.
3469 optional bool require_confirmation = 5;
Tej Singhd6d6d772018-09-05 17:41:25 -07003470
Kevin Chyn1741a072019-01-17 11:54:40 -08003471 enum State {
Tej Singhd6d6d772018-09-05 17:41:25 -07003472 UNKNOWN = 0;
Kevin Chyn1741a072019-01-17 11:54:40 -08003473 REJECTED = 1;
3474 PENDING_CONFIRMATION = 2;
3475 CONFIRMED = 3;
Tej Singhd6d6d772018-09-05 17:41:25 -07003476 }
Kevin Chyn1741a072019-01-17 11:54:40 -08003477
3478 // State of the current auth attempt.
Kevin Chyndb77e132019-01-29 13:30:41 -08003479 optional State state = 6;
Kevin Chyn1741a072019-01-17 11:54:40 -08003480 // Time it took to authenticate. For BiometricPrompt where setRequireConfirmation(false) is
3481 // specified and supported by the biometric modality, this is from the first ACQUIRED_GOOD to
3482 // AUTHENTICATED. for setRequireConfirmation(true), this is from PENDING_CONFIRMATION to
3483 // CONFIRMED.
Kevin Chyndb77e132019-01-29 13:30:41 -08003484 optional int64 latency_millis = 7;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003485 // Dictates if this message should trigger additional debugging.
3486 optional bool debug = 8;
Kevin Chyn1741a072019-01-17 11:54:40 -08003487}
3488
3489/**
3490 * Logs when a biometric error occurs.
3491 *
3492 * Logged from:
3493 * frameworks/base/services/core/java/com/android/server/biometrics
3494 */
3495message BiometricErrorOccurred {
3496 // Biometric modality that was used.
3497 optional android.hardware.biometrics.ModalityEnum modality = 1;
3498 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java
3499 optional int32 user = 2;
3500 // If this error is for a crypto operation. e.g. Secure purchases, unlock password storage.
3501 optional bool is_crypto = 3;
3502 // Action that the device is performing.
3503 optional android.hardware.biometrics.ActionEnum action = 4;
3504 // The client that this acquisition was received for.
3505 optional android.hardware.biometrics.ClientEnum client = 5;
3506 // Error constants. See constants defined by <Biometric>Manager. Enums won't work since errors
3507 // are unique to modality.
3508 optional int32 error_info = 6;
3509 // Vendor-specific error info. Valid only if acquire_info == ACQUIRED_VENDOR. These are defined
3510 // by the vendor and not specified by the HIDL interface.
3511 optional int32 error_info_vendor = 7;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003512 // Dictates if this message should trigger additional debugging.
3513 optional bool debug = 8;
Kevin Chyn7fca2362019-06-20 17:20:42 -07003514 // Time spent during the authentication attempt.
3515 optional int64 latency_millis = 9;
Kevin Chyn1741a072019-01-17 11:54:40 -08003516}
3517
3518/**
Kevin Chyne5a37fb2019-02-08 13:10:36 -08003519 * Logs when a system health issue is detected.
Kevin Chyn1741a072019-01-17 11:54:40 -08003520 * Logged from:
3521 * frameworks/base/services/core/java/com/android/server/biometrics
3522 */
Kevin Chyne5a37fb2019-02-08 13:10:36 -08003523message BiometricSystemHealthIssueDetected {
Kevin Chyn1741a072019-01-17 11:54:40 -08003524 // Biometric modality.
3525 optional android.hardware.biometrics.ModalityEnum modality = 1;
Kevin Chyne5a37fb2019-02-08 13:10:36 -08003526 // Type of issue detected.
3527 optional android.hardware.biometrics.IssueEnum issue = 2;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003528 // Dictates if this message should trigger additional debugging.
3529 optional bool debug = 3;
Tej Singhd6d6d772018-09-05 17:41:25 -07003530}
Howard Ro688ae182018-09-25 00:09:36 -07003531
joshmccloskey6f952b22019-03-25 20:59:35 -07003532/**
3533 * Logs when a biometric enrollment occurs.
3534 *
3535 * Logged from:
3536 * frameworks/base/services/core/java/com/android/server/biometrics
3537 */
3538message BiometricEnrolled {
3539 // Biometric modality that was used.
3540 optional android.hardware.biometrics.ModalityEnum modality = 1;
3541 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java
3542 optional int32 user = 2;
3543 // The amount of time the enrollment took in milliseconds.
3544 optional int64 latency_millis = 3;
3545 // Whether or not the enrollment was successful.
3546 optional bool success = 4;
3547}
3548
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003549/*
Tej Singh0d176952019-01-16 19:10:54 -08003550 * Logs when a flag flip update occurrs. Used for mainline modules that update via flag flips.
Yangster-macb89807e2018-11-15 21:10:57 -08003551 */
Tej Singh0d176952019-01-16 19:10:54 -08003552message FlagFlipUpdateOccurred {
3553 // If the event is from a flag config package, specify the package name.
3554 optional string flag_flip_package_name = 1;
3555
3556 // The order id of the package
3557 optional int64 order_id = 2;
Yangster-macb89807e2018-11-15 21:10:57 -08003558}
3559
Chenjie Yu6b1667c2019-01-18 10:09:33 -08003560/**
3561 * Potential experiment ids that goes with a train install.
3562 */
3563message TrainExperimentIds {
3564 repeated int64 experiment_id = 1;
3565}
3566
Yangster-macb89807e2018-11-15 21:10:57 -08003567/*
3568 * Logs when a binary push state changes.
Chenjie Yu8366c712019-01-16 20:48:30 -08003569 * Logged by the installer via public api.
Yangster-macb89807e2018-11-15 21:10:57 -08003570 */
3571message BinaryPushStateChanged {
Chenjie Yu8366c712019-01-16 20:48:30 -08003572 // Name of the train.
3573 optional string train_name = 1;
3574 // Version code for a "train" of packages that need to be installed atomically
3575 optional int64 train_version_code = 2;
3576 // After installation of this package, device requires a restart.
3577 optional bool requires_staging = 3;
3578 // Rollback should be enabled for this install.
3579 optional bool rollback_enabled = 4;
3580 // Requires low latency monitoring if possible.
3581 optional bool requires_low_latency_monitor = 5;
3582
Yangster-macb89807e2018-11-15 21:10:57 -08003583 enum State {
Chenjie Yu8366c712019-01-16 20:48:30 -08003584 UNKNOWN = 0;
3585 INSTALL_REQUESTED = 1;
3586 INSTALL_STARTED = 2;
3587 INSTALL_STAGED_NOT_READY = 3;
3588 INSTALL_STAGED_READY = 4;
3589 INSTALL_SUCCESS = 5;
Tej Singh403fe472019-04-30 12:54:21 -07003590 // Replaced by INSTALL_FAILURE_DOWNLOAD, INSTALL_FAILURE_STATE_MISMATCH,
3591 // and INSTALL_FAILURE_COMMIT.
3592 INSTALL_FAILURE = 6 [deprecated = true];
3593 // This enum is for installs that are manually cancelled via the Manual Update UI.
Chenjie Yu8366c712019-01-16 20:48:30 -08003594 INSTALL_CANCELLED = 7;
3595 INSTALLER_ROLLBACK_REQUESTED = 8;
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08003596 INSTALLER_ROLLBACK_INITIATED = 9;
3597 INSTALLER_ROLLBACK_INITIATED_FAILURE = 10;
3598 INSTALLER_ROLLBACK_STAGED = 11;
3599 INSTALLER_ROLLBACK_STAGED_FAILURE = 12;
3600 INSTALLER_ROLLBACK_BOOT_TRIGGERED = 13;
3601 INSTALLER_ROLLBACK_BOOT_TRIGGERED_FAILURE = 14;
3602 INSTALLER_ROLLBACK_SUCCESS = 15;
3603 INSTALLER_ROLLBACK_FAILURE = 16;
Howard Ro174ed562019-04-07 22:17:58 -07003604 INSTALLER_ROLLBACK_STAGED_CANCEL_REQUESTED = 17;
3605 INSTALLER_ROLLBACK_STAGED_CANCEL_SUCCESS = 18;
3606 INSTALLER_ROLLBACK_STAGED_CANCEL_FAILURE = 19;
3607 INSTALL_STAGED_CANCEL_REQUESTED = 20;
3608 INSTALL_STAGED_CANCEL_SUCCESS = 21;
3609 INSTALL_STAGED_CANCEL_FAILURE = 22;
Tej Singh403fe472019-04-30 12:54:21 -07003610 INSTALL_FAILURE_DOWNLOAD = 23;
3611 INSTALL_FAILURE_STATE_MISMATCH = 24;
3612 INSTALL_FAILURE_COMMIT = 25;
Jonathan Nguyen5886a712020-01-16 10:34:21 -08003613 REBOOT_TRIGGERED = 26;
Yangster-macb89807e2018-11-15 21:10:57 -08003614 }
Chenjie Yu8366c712019-01-16 20:48:30 -08003615 optional State state = 6;
Chenjie Yu6b1667c2019-01-18 10:09:33 -08003616 // Possible experiment ids for monitoring this push.
3617 optional TrainExperimentIds experiment_ids = 7 [(log_mode) = MODE_BYTES];
3618 // user id
3619 optional int32 user_id = 8;
Jonathan Nguyen5886a712020-01-16 10:34:21 -08003620 optional int32 reason = 9;
Yangster-macb89807e2018-11-15 21:10:57 -08003621}
3622
Tej Singhc9203082019-05-03 13:42:23 -07003623/* Test atom, is not logged anywhere */
3624message TestAtomReported {
3625 repeated AttributionNode attribution_node = 1;
3626 optional int32 int_field = 2;
3627 optional int64 long_field = 3;
3628 optional float float_field = 4;
3629 optional string string_field = 5;
3630 optional bool boolean_field = 6;
3631 enum State {
3632 UNKNOWN = 0;
3633 OFF = 1;
3634 ON = 2;
3635 }
3636 optional State state = 7;
3637 optional TrainExperimentIds bytes_field = 8 [(android.os.statsd.log_mode) = MODE_BYTES];
3638}
3639
Maggie Whitefc1aa592018-11-28 21:55:23 -08003640/** Represents USB port overheat event. */
3641message UsbPortOverheatEvent {
3642 /* Temperature of USB port at USB plug event, in 1/10ths of degree C. */
3643 optional int32 plug_temperature_deci_c = 1;
3644
3645 /* Maximum temperature of USB port during overheat event, in 1/10ths of degree C. */
3646 optional int32 max_temperature_deci_c = 2;
3647
3648 /* Time between USB plug event and overheat threshold trip, in seconds. */
3649 optional int32 time_to_overheat_secs = 3;
3650
3651 /* Time between overheat threshold trip and hysteresis, in seconds. */
3652 optional int32 time_to_hysteresis_secs = 4;
3653
3654 /* Time between hysteresis and active mitigation ending, in seconds. */
3655 optional int32 time_to_inactive_secs = 5;
3656};
3657
Maggie White8735b852019-01-18 11:40:49 -08003658/**
3659 * Logs total effective full charge and discharge cycles on a battery.
3660 * Here are some examples of one effective cycle:
3661 * 1) the battery charges from 0% to 100% and drains back to 0%,
3662 * 2) charging from 50% to 100% and draining back to 50% twice.
3663 * Pulled from:
3664 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
3665 */
3666message BatteryCycleCount {
3667 /* Number of total charge and discharge cycles on the system battery. */
3668 optional int32 cycle_count = 1;
3669}
3670
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003671/**
Carmen Agimof12dec122019-03-06 16:14:38 +00003672 * Logs that external storage is mounted and information about it, the storage type (sd card/usb/
3673 * others), its type (public or private) and the size in bytes.
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003674 * Pulled from:
3675 * StatsCompanionService
3676 */
3677
Carmen Agimof12dec122019-03-06 16:14:38 +00003678message ExternalStorageInfo {
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003679
Carmen Agimof12dec122019-03-06 16:14:38 +00003680 enum VolumeType {
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003681 UNKNOWN = 0;
Carmen Agimof12dec122019-03-06 16:14:38 +00003682 PUBLIC = 1;
3683 PRIVATE = 2;
3684 OTHER = 3;
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003685 }
3686
Carmen Agimof12dec122019-03-06 16:14:38 +00003687 // The type of external storage.
3688 optional android.stats.storage.ExternalStorageType storage_type = 1;
3689 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.
3690 optional VolumeType volume_type = 2;
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003691 // Total size of the sd card in bytes.
Carmen Agimof12dec122019-03-06 16:14:38 +00003692 optional int64 size_bytes = 3;
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003693}
3694
Yangster-macb89807e2018-11-15 21:10:57 -08003695/*
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003696 * Logs when a connection becomes available and lost.
3697 * Logged in StatsCompanionService.java
3698 */
3699message ConnectivityStateChanged {
Chenjie Yu75b3c492018-10-06 21:45:19 -07003700 // Id of the network.
3701 optional int32 net_id = 1;
3702
3703 enum State {
3704 UNKNOWN = 0;
3705 CONNECTED = 1;
3706 DISCONNECTED = 2;
3707 }
3708 // Connected state of a network.
3709 optional State state = 2;
3710}
3711
3712/**
3713 * Logs when a service starts and stops.
3714 * Logged from:
3715 * services/core/java/com/android/server/am/ActiveServices.java
3716 */
3717message ServiceStateChanged {
3718
3719 optional int32 uid = 1 [(is_uid) = true];
3720
3721 optional string package_name = 2;
3722
3723 optional string service_name = 3;
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003724
3725 enum State {
Chenjie Yu75b3c492018-10-06 21:45:19 -07003726 START = 1;
3727 STOP = 2;
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003728 }
Chenjie Yu75b3c492018-10-06 21:45:19 -07003729
3730 optional State state = 4;
3731}
3732
3733/**
3734 * Logs when a service is launched.
3735 * Logged from:
3736 * services/core/java/com/android/server/am/ActiveServices.java
3737 */
3738message ServiceLaunchReported {
3739
3740 optional int32 uid = 1 [(is_uid) = true];
3741
3742 optional string package_name = 2;
3743
3744 optional string service_name = 3;
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003745}
Howard Ro688ae182018-09-25 00:09:36 -07003746
Andrei Onea4ad6d0c2019-02-08 13:54:12 +00003747/**
3748 * Logs when a hidden API is used.
3749 *
3750 * Logged from:
3751 * libcore/libart/src/main/java/dalvik/system/VMRuntime.java
3752 */
3753message HiddenApiUsed {
3754 // The uid of the app making the hidden access.
3755 optional int32 uid = 1 [(is_uid) = true];
3756
3757 // Signature of the method or field accessed.
3758 optional string signature = 2;
3759
3760 enum AccessMethod {
3761 NONE = 0;
3762 REFLECTION = 1;
3763 JNI = 2;
3764 LINKING = 3;
3765 }
3766
3767 // Type of access.
3768 optional AccessMethod access_method = 3;
3769
3770 // Whether the access was prevented or not.
3771 optional bool access_denied = 4;
3772}
3773
Fabian Kozynskibfd6d852019-02-15 15:08:16 -05003774/**
3775 * Logs user interaction with the Privacy Indicators added in Q. In particular:
3776 * - When user sees privacy chip
3777 * - When user clicks privacy chip
3778 * - How does the user exit the Privacy Dialog
3779 * Logged from:
Fabian Kozynskibfd6d852019-02-15 15:08:16 -05003780 * packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java
3781 */
3782message PrivacyIndicatorsInteracted {
3783
3784 enum Type {
3785 UNKNOWN = 0;
3786 CHIP_VIEWED = 1;
3787 CHIP_CLICKED = 2;
3788 DIALOG_PRIVACY_SETTINGS = 3;
3789 DIALOG_DISMISS = 4;
3790 DIALOG_LINE_ITEM = 5;
3791 }
3792
3793 optional Type type = 1 [(state_field_option).option = EXCLUSIVE];
3794
3795 // Used if the type is LINE_ITEM
3796 optional string package_name = 2;
3797}
3798
Carmen Agimof6dcc5032019-03-01 16:20:09 +00003799/**
3800 * Logs information about a package that is moved from the internal to external storage and vice
3801 * versa.
3802 * It logs the package name, the type of the external storage where the package is installed
3803 * (if moved to external storage, or UNKNOWN if moved to internal storage),
3804 * and the move type: if it's from internal to external or the other way around.
3805 *
3806 * Logged from:
3807 frameworks/base/services/core/java/com/android/server/pm/PackageManagerService.java
3808 */
3809message AppMovedStorageReported {
3810 enum MoveType {
3811 UNKNOWN = 0;
3812 TO_EXTERNAL = 1;
3813 TO_INTERNAL = 2;
3814 }
3815 // The type of the external storage.
3816 optional android.stats.storage.ExternalStorageType external_storage_type = 1;
3817 // The type of move.
3818 optional MoveType move_type = 2;
3819 // The name of the package that was moved.
3820 optional string package_name = 3;
3821}
3822
jianjin8f2dee02019-03-29 14:03:08 -07003823/**
3824 * Logs when system server watchdog occurs.
3825 * Logged from:
3826 * frameworks/base/services/core/java/com/android/server/Watchdog.java
3827 */
3828message SystemServerWatchdogOccurred {
3829 optional string subject = 1;
3830}
3831
3832/**
3833 * Logs when new file added to tombstones.
3834 * Logged from:
3835 * frameworks/base/core/java/com/android/server/BootReceiver.java
3836 */
3837message TombStoneOccurred {
3838}
3839
Hai Zhang5d3328d2019-04-13 21:25:06 +08003840/*
3841 * Information about a role request
3842 *
3843 * Logged from:
3844 * packages/apps/PermissionController/src/com/android/packageinstaller/role/ui/RequestRoleFragment.java
3845 */
3846message RoleRequestResultReported {
3847 // UID of application requesting the role
3848 optional int32 requesting_uid = 1;
3849
3850 // Package name of application requesting the role
3851 optional string requesting_package_name = 2;
3852
3853 // The role to be granted
3854 optional string role_name = 3;
3855
3856 // The count of applications qualifying for the role
3857 optional int32 qualifying_count = 4;
3858
3859 // UID of application current granted the role
3860 optional int32 current_uid = 5;
3861
3862 // Package name of application current granted the role
3863 optional string current_package_name = 6;
3864
3865 // UID of another application that user chose to grant the role to, instead of the requesting
3866 // application
3867 optional int32 granted_another_uid = 7;
3868
3869 // Package name of another application that user chose to grant the role to, instead of the
3870 // requesting application
3871 optional string granted_another_package_name = 8;
3872
3873 enum Result {
3874 UNDEFINED = 0;
3875 // role request was ignored
3876 IGNORED = 1;
3877 // role request was ignored because it's already granted
3878 IGNORED_ALREADY_GRANTED = 2;
3879 // role request was ignored because the application isn't qualified
3880 IGNORED_NOT_QUALIFIED = 3;
3881 // role request was ignored because user said it should be always denied
3882 IGNORED_USER_ALWAYS_DENIED = 4;
3883 // role was granted by user action
3884 USER_GRANTED = 5;
3885 // role was denied by user action
3886 USER_DENIED = 6;
3887 // role was denied by user granting another application the role
3888 USER_DENIED_GRANTED_ANOTHER = 7;
3889 // role was denied and set to be always denied by the user
3890 USER_DENIED_WITH_ALWAYS = 8;
3891 }
3892 // The result of the role request
3893 optional Result result = 9;
3894}
3895
Mark Tabrya824a642019-11-05 12:26:12 -08003896/**
3897 * Logs when a Vehicle Maps Service client's connection state has changed
3898 *
3899 * Logged from:
3900 * packages/services/Car/service/src/com/android/car/stats/VmsClientLog.java
3901 */
3902message VmsClientConnectionStateChanged {
3903 // The UID of the VMS client app
3904 optional int32 uid = 1 [(is_uid) = true];
3905
3906 enum State {
3907 UNKNOWN = 0;
3908 // Attempting to connect to the client
3909 CONNECTING = 1;
3910 // Client connection established
3911 CONNECTED = 2;
3912 // Client connection closed unexpectedly
3913 DISCONNECTED = 3;
3914 // Client connection closed by VMS
3915 TERMINATED = 4;
3916 // Error establishing the client connection
3917 CONNECTION_ERROR = 5;
3918 }
3919
3920 optional State state = 2;
3921}
3922
Jeff Sharkey6bd21572019-11-15 20:45:33 -07003923/**
3924 * Logs when MediaProvider has successfully finished scanning a storage volume.
3925 *
3926 * Logged from:
3927 * packages/providers/MediaProvider/src/com/android/providers/media/scan/ModernMediaScanner.java
3928 */
3929message MediaProviderScanEvent {
3930 enum Reason {
3931 // Scan triggered due to unknown reason
3932 UNKNOWN = 0;
3933 // Scan triggered due to storage volume being mounted
3934 MOUNTED = 1;
3935 // Scan triggered due to explicit user action or app request
3936 DEMAND = 2;
3937 // Scan triggered due to idle maintenance
3938 IDLE = 3;
3939 }
3940
3941 // Volume type that this event pertains to
3942 optional android.stats.mediaprovider.VolumeType volume_type = 1;
3943 // Reason why this scan was triggered
3944 optional Reason reason = 2;
3945 // Total number of files scanned
3946 optional int64 item_count = 3;
3947 // Duration of scan, normalized per file
3948 optional float normalized_duration_millis = 4;
3949 // Number of database inserts, normalized per file
3950 optional float normalized_insert_count = 5;
3951 // Number of database updates, normalized per file
3952 optional float normalized_update_count = 6;
3953 // Number of database deletes, normalized per file
3954 optional float normalized_delete_count = 7;
3955}
3956
3957/**
3958 * Logs when an app has asked MediaProvider to delete media belonging to the user.
3959 *
3960 * Logged from:
3961 * packages/providers/MediaProvider/src/com/android/providers/media/MediaProvider.java
3962 */
3963message MediaProviderDeletionEvent {
3964 // Volume type that this event pertains to
3965 optional android.stats.mediaprovider.VolumeType volume_type = 1;
3966 // Device timestamp when this deletion event occurred
3967 optional int64 timestamp_millis = 2;
3968 // App that requested deletion
3969 optional string package_name = 3;
3970 // Number of items that were deleted
3971 optional int32 item_count = 4;
3972}
3973
3974/**
3975 * Logs when an app has asked MediaProvider to grant them access to media belonging to the user.
3976 *
3977 * Logged from:
3978 * packages/providers/MediaProvider/src/com/android/providers/media/PermissionActivity.java
3979 */
3980message MediaProviderPermissionEvent {
3981 enum Result {
3982 UNKNOWN = 0;
3983 USER_GRANTED = 1;
3984 AUTO_GRANTED = 2;
3985 USER_DENIED = 3;
3986 USER_DENIED_WITH_PREJUDICE = 4;
3987 AUTO_DENIED = 5;
3988 }
3989
3990 // Volume type that this event pertains to
3991 optional android.stats.mediaprovider.VolumeType volume_type = 1;
3992 // Device timestamp when this permission event occurred
3993 optional int64 timestamp_millis = 2;
3994 // App that requested permission
3995 optional string package_name = 3;
3996 // Number of items that were requested
3997 optional int32 item_count = 4;
3998 // Result of this request
3999 optional Result result = 5;
4000}
4001
4002/**
4003 * Logs when MediaProvider has finished upgrading or downgrading its database schema.
4004 *
4005 * Logged from:
4006 * packages/providers/MediaProvider/src/com/android/providers/media/DatabaseHelper.java
4007 */
4008message MediaProviderSchemaChange {
4009 // Volume type that this event pertains to
4010 optional android.stats.mediaprovider.VolumeType volume_type = 1;
4011 // Old database version code
4012 optional int32 version_from = 2;
4013 // New database version code
4014 optional int32 version_to = 3;
4015 // Total number of files in database
4016 optional int64 item_count = 4;
4017 // Duration of schema change, normalized per file
4018 optional float normalized_duration_millis = 5;
4019}
4020
4021/**
4022 * Logs when MediaProvider has finished an idle maintenance job.
4023 *
4024 * Logged from:
4025 * packages/providers/MediaProvider/src/com/android/providers/media/MediaProvider.java
4026 */
4027message MediaProviderIdleMaintenance {
4028 // Volume type that this event pertains to
4029 optional android.stats.mediaprovider.VolumeType volume_type = 1;
4030
4031 // Total number of files in database
4032 optional int64 item_count = 2;
4033 // Duration of idle maintenance, normalized per file
4034 optional float normalized_duration_millis = 3;
4035 // Number of thumbnails found to be stale, normalized per file
4036 optional float normalized_stale_thumbnails = 4;
4037 // Number of items found to be expired, normalized per file
4038 optional float normalized_expired_media = 5;
4039}
4040
Keun young Park3e033cb2019-12-18 11:27:35 -08004041/**
4042 * Represents boot time event with duration in ms.
4043 *
4044 * Logged from: bootstat and various system server components. Check each enums for details.
4045 */
4046message BootTimeEventDuration {
4047 enum DurationEvent {
4048 UNKNOWN = 0;
4049 // Bootloader time excluding BOOTLOADER_UI_WAIT + boot complete time. Logged from bootstat.
4050 ABSOLUTE_BOOT_TIME = 1;
4051 // Bootloader's 1st stage execution time.
4052 // Logged from bootstat.
4053 BOOTLOADER_FIRST_STAGE_EXEC = 2;
4054 // Bootloader's 1st stage loading time.
4055 // Logged from bootstat.
4056 BOOTLOADER_FIRST_STAGE_LOAD = 3;
4057 // Bootloader's kernel loading time.
4058 // Logged from bootstat.
4059 BOOTLOADER_KERNEL_LOAD = 4;
4060 // Bootloader's 2nd stage execution time.
4061 // Logged from bootstat.
4062 BOOTLOADER_SECOND_STAGE_EXEC = 5;
4063 // Bootloader's 2nd stage loading time.
4064 // Logged from bootstat.
4065 BOOTLOADER_SECOND_STAGE_LOAD = 6;
4066 // Duration for Bootloader to show unlocked device's warning UI. This should not happen
4067 // for locked device.
4068 // Logged from bootstat.
4069 BOOTLOADER_UI_WAIT = 7;
4070 // Total time spend in bootloader. This is the sum of all BOOTLOADER_* listed above.
4071 // Logged from bootstat.
4072 BOOTLOADER_TOTAL = 8;
4073 // Shutdown duration inside init for the reboot before the current boot up.
4074 // Logged from f/b/services/.../BootReceiver.java.
4075 SHUTDOWN_DURATION = 9;
4076 // Total time for mounting of disk devices during bootup.
4077 // Logged from f/b/services/.../BootReceiver.java.
4078 MOUNT_DEFAULT_DURATION = 10;
4079 // Total time for early stage mounting of disk devices during bootup.
4080 // Logged from f/b/services/.../BootReceiver.java.
4081 MOUNT_EARLY_DURATION = 11;
4082 // Total time for late stage mounting of disk devices during bootup.
4083 // Logged from f/b/services/.../BootReceiver.java.
4084 MOUNT_LATE_DURATION = 12;
4085 // Average time to scan non-system app after OTA
4086 // Logged from f/b/services/.../PackageManagerService.java
4087 OTA_PACKAGE_MANAGER_INIT_TIME = 13;
4088 // Time to initialize Package manager after OTA
4089 // Logged from f/b/services/.../PackageManagerService.java
4090 OTA_PACKAGE_MANAGER_DATA_APP_AVG_SCAN_TIME = 14;
4091 // Time to scan all system app from Package manager after OTA
4092 // Logged from f/b/services/.../PackageManagerService.java
4093 OTA_PACKAGE_MANAGER_SYSTEM_APP_AVG_SCAN_TIME = 15;
4094 // Init's total time for cold boot stage.
4095 // Logged from bootstat.
4096 COLDBOOT_WAIT = 16;
4097 // Init's total time for initializing selinux.
4098 // Logged from bootstat.
4099 SELINUX_INIT = 17;
4100 // Time since last factory reset.
4101 // Logged from bootstat.
4102 FACTORY_RESET_TIME_SINCE_RESET = 18;
4103 }
4104
4105 // Type of the event.
4106 optional DurationEvent event = 1;
4107 // Duration of the event in ms.
4108 optional int64 duration_millis = 2;
4109}
4110
4111/**
4112 * Represents the start of specific boot time event during bootup in ms. This is usually a time
4113 * since boot-up.
4114 *
4115 * Logged from: bootstat and various system server components. Check each enums for details.
4116 */
4117message BootTimeEventElapsedTime {
4118 enum ElapsedTimeEvent {
4119 UNKNOWN = 0;
4120 // Time when init starts 1st stage. Logged from bootstat.
4121 ANDROID_INIT_STAGE_1 = 1;
4122 // Time when sys.boot_completed prop is set.
4123 // Logged from bootstat.
4124 BOOT_COMPLETE = 2;
4125 // BOOT_COMPLETE for encrypted device.
4126 BOOT_COMPLETE_ENCRYPTION = 3;
4127 // BOOT_COMPLETE for device with no encryption.
4128 BOOT_COMPLETE_NO_ENCRYPTION = 4;
4129 // Adjusted BOOT_COMPLETE for encrypted device extracting decryption time.
4130 BOOT_COMPLETE_POST_DESCRYPT = 5;
4131 // BOOT_COMPLETE after factory reset.
4132 FACTORY_RESET_BOOT_COMPLETE = 6;
4133 // BOOT_COMPLETE_NO_ENCRYPTION after factory reset.
4134 FACTORY_RESET_BOOT_COMPLETE_NO_ENCRYPTION = 7;
4135 // BOOT_COMPLETE_POST_DESCRYPT after factory reset.
4136 FACTORY_RESET_BOOT_COMPLETE_POST_DESCRYPT = 8;
4137 // BOOT_COMPLETE after OTA.
4138 OTA_BOOT_COMPLETE = 9;
4139 // BOOT_COMPLETE_NO_ENCRYPTION after OTA.
4140 OTA_BOOT_COMPLETE_NO_ENCRYPTION = 10;
4141 // BOOT_COMPLETE_POST_DESCRYPT after OTA.
4142 OTA_BOOT_COMPLETE_POST_DESCRYPT = 11;
4143 // Time when the system starts sending LOCKED_BOOT_COMPLETED broadcast.
4144 // Logged from f/b/services/.../UserController.java
4145 FRAMEWORK_LOCKED_BOOT_COMPLETED = 12;
4146 // Time when the system starts sending BOOT_COMPLETED broadcast.
4147 // Logged from f/b/services/.../UserController.java
4148 FRAMEWORK_BOOT_COMPLETED = 13;
4149 // Time when the package manager starts init.
4150 // Logged from f/b/services/.../SystemServer.java
4151 PACKAGE_MANAGER_INIT_START = 14;
4152 // Time when package manager is ready
4153 // Logged from f/b/services/.../SystemServer.java
4154 PACKAGE_MANAGER_INIT_READY = 15;
4155 // Represents the time when user has entered unlock credential for system with user pin.
4156 // Logged from bootstat.
4157 POST_DECRYPT = 16;
4158 // Represents the start of zygote's init.
4159 // Logged from zygote itself.
4160 ZYGOTE_INIT_START = 17;
4161 // Represents the start of secondary zygote's init.
4162 // TODO: add logging to zygote
4163 SECONDARY_ZYGOTE_INIT_START = 18;
4164 // Represents the start of system server's init.
4165 // Logged from f/b/services/.../SystemServer.java
4166 SYSTEM_SERVER_INIT_START = 19;
4167 // Represents the completion of system server's init.
4168 // Logged from f/b/services/.../SystemServer.java
4169 SYSTEM_SERVER_READY = 20;
4170 // Represents the start of launcher during boot-up.
4171 // TODO: add logging
4172 LAUNCHER_START = 21;
4173 // Represents the completion of launcher's initial rendering. User can use other apps from
4174 // launcher from this point.
4175 // TODO: add logging
4176 LAUNCHER_SHOWN = 22;
4177 }
4178
4179 // Type of the event.
4180 optional ElapsedTimeEvent event = 1;
4181 // Time since bootup for the event.
4182 // It should be acquired from SystemClock elapsedRealtime() call or equivalent.
4183 optional int64 time_millis = 2;
4184}
4185
4186/**
4187 * Boot time events with UTC time.
4188 *
4189 * Logged from: bootstat and various system server components. Check each enums for details.
4190 */
4191message BootTimeEventUtcTime {
4192 enum UtcTimeEvent {
4193 UNKNOWN = 0;
4194 // Time of the bootstat's marking of 1st boot after the last factory reset.
4195 // Logged from bootstat.
4196 FACTORY_RESET_RESET_TIME = 1;
4197 // The time when bootstat records FACTORY_RESET_* events. This is close to
4198 // BOOT_COMPLETE time for the current bootup.
4199 // Logged from bootstat.
4200 FACTORY_RESET_CURRENT_TIME = 2;
4201 // DUplicate of FACTORY_RESET_RESET_TIME added for debugging purpose.
4202 // Logged from bootstat.
4203 FACTORY_RESET_RECORD_VALUE = 3;
4204 }
4205
4206 // Type of the event.
4207 optional UtcTimeEvent event = 1;
4208 // UTC time for the event.
4209 optional int64 utc_time_secs = 2;
4210}
4211
4212/**
4213 * Boot time events representing specific error code during bootup.
4214 * Meaning of error code can be different per each event type.
4215 *
4216 * Logged from: bootstat and various system server components. Check each enums for details.
4217 */
4218message BootTimeEventErrorCode {
4219 enum ErrorCodeEvent {
4220 UNKNOWN = 0;
4221 // Linux error code for time() call to get the current UTC time.
4222 // Logged from bootstat.
4223 FACTORY_RESET_CURRENT_TIME_FAILURE = 1;
4224 // Represents UmountStat before the reboot for the current boot up. Error codes defined
4225 // as UMOUNT_STAT_* from init/reboot.cpp.
4226 // Logged from f/b/services/.../BootReceiver.java.
4227 SHUTDOWN_UMOUNT_STAT = 2;
Keun young Parkdf1534d2020-01-13 18:55:31 -08004228 // Reprepsents fie system mounting error code of /data partition for the current boot.
4229 // Error codes defined as combination of FsStatFlags from system/core/fs_mgr/fs_mgr.cpp.
Keun young Park3e033cb2019-12-18 11:27:35 -08004230 // Logged from f/b/services/.../BootReceiver.java.
Keun young Parkdf1534d2020-01-13 18:55:31 -08004231 FS_MGR_FS_STAT_DATA_PARTITION = 3;
Keun young Park3e033cb2019-12-18 11:27:35 -08004232 }
4233
4234 // Type of the event.
4235 optional ErrorCodeEvent event = 1;
4236 // error code defined per each event type.
4237 // For example, this can have a value of FsStatFlags.FS_STAT_FULL_MOUNT_FAILED for the event of
4238 // FS_MGR_FS_STAT.
4239 optional int32 error_code = 2;
4240}
4241
Chenjie Yubbcbc602018-02-05 16:51:52 -08004242//////////////////////////////////////////////////////////////////////
4243// Pulled atoms below this line //
4244//////////////////////////////////////////////////////////////////////
4245
4246/**
David Chenc8a43242017-10-17 16:23:28 -07004247 * Pulls bytes transferred via wifi (Sum of foreground and background usage).
4248 *
4249 * Pulled from:
4250 * StatsCompanionService (using BatteryStats to get which interfaces are wifi)
4251 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004252message WifiBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07004253 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004254
4255 optional int64 rx_bytes = 2;
4256
4257 optional int64 rx_packets = 3;
4258
4259 optional int64 tx_bytes = 4;
4260
4261 optional int64 tx_packets = 5;
4262}
4263
4264/**
4265 * Pulls bytes transferred via wifi (separated by foreground and background usage).
4266 *
4267 * Pulled from:
4268 * StatsCompanionService (using BatteryStats to get which interfaces are wifi)
4269 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004270message WifiBytesTransferByFgBg {
Yao Chenc40a19d2018-03-15 16:48:25 -07004271 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004272
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08004273 // 1 denotes foreground and 0 denotes background. This is called Set in NetworkStats.
4274 optional bool is_foreground = 2;
David Chenc8a43242017-10-17 16:23:28 -07004275
4276 optional int64 rx_bytes = 3;
4277
4278 optional int64 rx_packets = 4;
4279
4280 optional int64 tx_bytes = 5;
4281
4282 optional int64 tx_packets = 6;
4283}
4284
4285/**
4286 * Pulls bytes transferred via mobile networks (Sum of foreground and background usage).
4287 *
4288 * Pulled from:
4289 * StatsCompanionService (using BatteryStats to get which interfaces are mobile data)
4290 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004291message MobileBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07004292 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004293
4294 optional int64 rx_bytes = 2;
4295
4296 optional int64 rx_packets = 3;
4297
4298 optional int64 tx_bytes = 4;
4299
4300 optional int64 tx_packets = 5;
4301}
4302
4303/**
4304 * Pulls bytes transferred via mobile networks (separated by foreground and background usage).
4305 *
4306 * Pulled from:
4307 * StatsCompanionService (using BatteryStats to get which interfaces are mobile data)
4308 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004309message MobileBytesTransferByFgBg {
Yao Chenc40a19d2018-03-15 16:48:25 -07004310 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004311
Yao Chenc40a19d2018-03-15 16:48:25 -07004312 // 1 denotes foreground and 0 denotes background. This is called Set in
4313 // NetworkStats.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08004314 optional bool is_foreground = 2;
David Chenc8a43242017-10-17 16:23:28 -07004315
4316 optional int64 rx_bytes = 3;
4317
4318 optional int64 rx_packets = 4;
4319
4320 optional int64 tx_bytes = 5;
4321
4322 optional int64 tx_packets = 6;
4323}
4324
4325/**
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004326 * Pulls bytes transferred via bluetooth. It is pulled from Bluetooth controller.
4327 *
4328 * Pulled from:
4329 * StatsCompanionService
4330 */
4331message BluetoothBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07004332 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004333
4334 optional int64 rx_bytes = 2;
4335
4336 optional int64 tx_bytes = 3;
4337}
4338
4339/**
David Chenc8a43242017-10-17 16:23:28 -07004340 * Pulls the kernel wakelock durations. This atom is adapted from
4341 * android/internal/os/KernelWakelockStats.java
4342 *
4343 * Pulled from:
4344 * StatsCompanionService using KernelWakelockReader.
4345 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004346message KernelWakelock {
David Chenc8a43242017-10-17 16:23:28 -07004347 optional string name = 1;
4348
4349 optional int32 count = 2;
4350
4351 optional int32 version = 3;
4352
Yangster-maca8a30442018-10-13 23:46:34 -07004353 optional int64 time_micros = 4;
David Chenc8a43242017-10-17 16:23:28 -07004354}
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004355
Chenjie Yu05013b32017-11-21 10:21:41 -08004356/**
Benjamin Schwartz51329b72018-12-06 10:48:03 -08004357 * Pulls low power state information. If power.stats HAL is not available, this
4358 * includes platform and subsystem sleep state information,
4359 * PowerStatePlatformSleepState, PowerStateVoter or PowerStateSubsystemSleepState
4360 * as defined in:
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004361 * hardware/interfaces/power/1.0/types.hal
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004362 * hardware/interfaces/power/1.1/types.hal
Benjamin Schwartz51329b72018-12-06 10:48:03 -08004363 * If power.stats HAL is available, this includes PowerEntityStateResidencyResult
4364 * as defined in:
4365 * hardware/interfaces/power/stats/1.0/types.hal
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004366 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004367message SubsystemSleepState {
Chenjie Yubbcbc602018-02-05 16:51:52 -08004368 // Subsystem name
4369 optional string subsystem_name = 1;
4370 // For PlatformLowPowerStats (hal 1.0), this is the voter name, which could be empty.
4371 // For SubsystemLowPowerStats (hal 1.1), this is the sleep state name.
Benjamin Schwartz51329b72018-12-06 10:48:03 -08004372 // For PowerEntityStateResidencyResult (hal power/stats/1.0) this is the
4373 // powerEntityStateName from the corresponding PowerEntityStateInfo.
Chenjie Yubbcbc602018-02-05 16:51:52 -08004374 optional string subname = 2;
Chenjie Yuc8b7f222018-01-11 23:25:57 -08004375 // The number of times it entered, or voted for entering the sleep state
Chenjie Yubbcbc602018-02-05 16:51:52 -08004376 optional uint64 count = 3;
Chenjie Yuc8b7f222018-01-11 23:25:57 -08004377 // The length of time spent in, or spent voting for, the sleep state
David Chen0b5c90c2018-01-25 16:51:49 -08004378 optional uint64 time_millis = 4;
David Chen21582962017-11-01 17:32:46 -07004379}
Chenjie Yu7f8def92017-11-03 09:33:15 -07004380
Chenjie Yu05013b32017-11-21 10:21:41 -08004381/**
Bookatz92da2832018-11-01 18:10:03 -07004382 * Pulls on-device power measurement information.
4383 * Data defined by hardware/interfaces/power/stats/1.0/types.hal.
4384 * Pulled from:
4385 * frameworks/base/cmds/statsd/src/external/PowerStatsPuller.cpp
4386 */
4387message OnDevicePowerMeasurement {
4388 // Name of the subsystem (to which the rail belongs).
4389 optional string subsystem_name = 1;
4390
4391 // Rail name. The rail lies within the subsystem.
4392 optional string rail_name = 2;
4393
4394 // Time (in ms since boot) at which the rail energy value was measured.
4395 // This may differ slightly from the time that statsd logs this information.
4396 optional uint64 measurement_timestamp_millis = 3;
4397
4398 // Accumulated energy used via the rail since device boot in uWs.
4399 optional uint64 energy_microwatt_secs = 4;
4400}
4401
4402/**
Chenjie Yu7f8def92017-11-03 09:33:15 -07004403 * Pulls Cpu time per frequency.
Chenjie Yu1ee9b742018-01-10 16:02:57 -08004404 * Pulls the time the cpu spend on the frequency index. Frequency index
4405 * starts from highest to lowest. The value should be monotonically
4406 * increasing since boot. However, if there is a cpu
4407 * hotplug event, the value would be reset as well.
Chenjie Yu7f8def92017-11-03 09:33:15 -07004408 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004409message CpuTimePerFreq {
Chenjie Yu7f8def92017-11-03 09:33:15 -07004410 optional uint32 cluster = 1;
4411 optional uint32 freq_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08004412 optional uint64 time_millis = 3;
Chenjie Yu7f8def92017-11-03 09:33:15 -07004413}
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004414
Chenjie Yu05013b32017-11-21 10:21:41 -08004415/**
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004416 * Pulls Cpu Time Per Uid.
4417 * Note that isolated process uid time should be attributed to host uids.
4418 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004419message CpuTimePerUid {
Yao Chenc40a19d2018-03-15 16:48:25 -07004420 optional int32 uid = 1 [(is_uid) = true];
Misha Wagner6bc6c912018-11-16 13:19:54 +00004421 optional uint64 user_time_micros = 2;
4422 optional uint64 sys_time_micros = 3;
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004423}
4424
4425/**
4426 * Pulls Cpu Time Per Uid per frequency.
4427 * Note that isolated process uid time should be attributed to host uids.
4428 * For each uid, we order the time by descending frequencies.
4429 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004430message CpuTimePerUidFreq {
Yao Chenc40a19d2018-03-15 16:48:25 -07004431 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08004432 optional uint32 freq_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08004433 optional uint64 time_millis = 3;
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004434}
Hugo Benichi884970e2017-11-14 22:42:46 +09004435
Chenjie Yu05013b32017-11-21 10:21:41 -08004436/**
4437 * Pulls Wifi Controller Activity Energy Info
4438 */
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08004439message WifiActivityInfo {
Chenjie Yu05013b32017-11-21 10:21:41 -08004440 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08004441 optional uint64 timestamp_millis = 1;
Chenjie Yu05013b32017-11-21 10:21:41 -08004442 // stack reported state
4443 // TODO: replace this with proto enum
4444 optional int32 stack_state = 2;
Yangster-maca8a30442018-10-13 23:46:34 -07004445 // tx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004446 optional uint64 controller_tx_time_millis = 3;
Yangster-maca8a30442018-10-13 23:46:34 -07004447 // rx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004448 optional uint64 controller_rx_time_millis = 4;
Yangster-maca8a30442018-10-13 23:46:34 -07004449 // idle time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004450 optional uint64 controller_idle_time_millis = 5;
Chenjie Yu05013b32017-11-21 10:21:41 -08004451 // product of current(mA), voltage(V) and time(ms)
4452 optional uint64 controller_energy_used = 6;
4453}
4454
4455/**
4456 * Pulls Modem Activity Energy Info
4457 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004458message ModemActivityInfo {
Chenjie Yu05013b32017-11-21 10:21:41 -08004459 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08004460 optional uint64 timestamp_millis = 1;
Yangster-maca8a30442018-10-13 23:46:34 -07004461 // sleep time in millis.
David Chen0b5c90c2018-01-25 16:51:49 -08004462 optional uint64 sleep_time_millis = 2;
Yangster-maca8a30442018-10-13 23:46:34 -07004463 // idle time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004464 optional uint64 controller_idle_time_millis = 3;
Chenjie Yu05013b32017-11-21 10:21:41 -08004465 /**
4466 * Tx power index
4467 * index 0 = tx_power < 0dBm
4468 * index 1 = 0dBm < tx_power < 5dBm
4469 * index 2 = 5dBm < tx_power < 15dBm
4470 * index 3 = 15dBm < tx_power < 20dBm
4471 * index 4 = tx_power > 20dBm
4472 */
4473 // tx time in ms at power level 0
David Chen0b5c90c2018-01-25 16:51:49 -08004474 optional uint64 controller_tx_time_pl0_millis = 4;
Chenjie Yu05013b32017-11-21 10:21:41 -08004475 // tx time in ms at power level 1
David Chen0b5c90c2018-01-25 16:51:49 -08004476 optional uint64 controller_tx_time_pl1_millis = 5;
Chenjie Yu05013b32017-11-21 10:21:41 -08004477 // tx time in ms at power level 2
David Chen0b5c90c2018-01-25 16:51:49 -08004478 optional uint64 controller_tx_time_pl2_millis = 6;
Chenjie Yu05013b32017-11-21 10:21:41 -08004479 // tx time in ms at power level 3
David Chen0b5c90c2018-01-25 16:51:49 -08004480 optional uint64 controller_tx_time_pl3_millis = 7;
Chenjie Yu05013b32017-11-21 10:21:41 -08004481 // tx time in ms at power level 4
David Chen0b5c90c2018-01-25 16:51:49 -08004482 optional uint64 controller_tx_time_pl4_millis = 8;
Chenjie Yu05013b32017-11-21 10:21:41 -08004483 // rx time in ms at power level 5
David Chen0b5c90c2018-01-25 16:51:49 -08004484 optional uint64 controller_rx_time_millis = 9;
Chenjie Yu05013b32017-11-21 10:21:41 -08004485 // product of current(mA), voltage(V) and time(ms)
Chen Xu7322e4a2019-09-07 15:51:22 -07004486 optional uint64 energy_used = 10 [deprecated=true];
Joe Onorato62c220b2017-11-18 20:32:56 -08004487}
Rajeev Kumar508a9bf2018-01-18 15:49:11 -08004488
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004489/**
4490 * Pulls Bluetooth Activity Energy Info
4491 * Note: BluetoothBytesTransfer is pulled at the same time from the controller.
4492 */
4493message BluetoothActivityInfo {
4494 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08004495 optional uint64 timestamp_millis = 1;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004496 // bluetooth stack state
4497 optional int32 bluetooth_stack_state = 2;
Yangster-maca8a30442018-10-13 23:46:34 -07004498 // tx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004499 optional uint64 controller_tx_time_millis = 3;
Yangster-maca8a30442018-10-13 23:46:34 -07004500 // rx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004501 optional uint64 controller_rx_time_millis = 4;
Yangster-maca8a30442018-10-13 23:46:34 -07004502 // idle time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004503 optional uint64 controller_idle_time_millis = 5;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004504 // product of current(mA), voltage(V) and time(ms)
4505 optional uint64 energy_used = 6;
4506}
4507
Rajeev Kumar508a9bf2018-01-18 15:49:11 -08004508/*
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004509 * Logs the memory stats for a process.
Rafal Slawikda51b932018-12-13 16:31:33 +00004510 *
4511 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerService).
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004512 */
4513message ProcessMemoryState {
4514 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07004515 optional int32 uid = 1 [(is_uid) = true];
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004516
4517 // The process name.
Rafal Slawikda51b932018-12-13 16:31:33 +00004518 // Usually package name, "system" for system server.
4519 // Provided by ActivityManagerService.
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004520 optional string process_name = 2;
4521
Rafal Slawikda51b932018-12-13 16:31:33 +00004522 // Current OOM score adjustment. Value read from ProcessRecord.
Yangster-maca8a30442018-10-13 23:46:34 -07004523 optional int32 oom_adj_score = 3;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004524
4525 // # of page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07004526 optional int64 page_fault = 4;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004527
4528 // # of major page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07004529 optional int64 page_major_fault = 5;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004530
Rajeev Kumar90235992018-01-29 11:06:48 -08004531 // RSS
Rafal Slawik203c3db2019-09-25 19:53:01 +01004532 // Value is read from memory.stat, field total_rss if per-app memory
4533 // cgroups are enabled. Otherwise, value from /proc/pid/stat.
Rajeev Kumar90235992018-01-29 11:06:48 -08004534 optional int64 rss_in_bytes = 6;
4535
4536 // CACHE
Rafal Slawikda51b932018-12-13 16:31:33 +00004537 // Value is read from memory.stat, field total_cache if per-app memory
4538 // cgroups are enabled. Otherwise, 0.
Rajeev Kumar90235992018-01-29 11:06:48 -08004539 optional int64 cache_in_bytes = 7;
4540
4541 // SWAP
Rafal Slawikda51b932018-12-13 16:31:33 +00004542 // Value is read from memory.stat, field total_swap if per-app memory
Rafal Slawik203c3db2019-09-25 19:53:01 +01004543 // cgroups are enabled. Otherwise, 0.
Rajeev Kumar90235992018-01-29 11:06:48 -08004544 optional int64 swap_in_bytes = 8;
Rafal Slawikaaf60892018-09-12 13:04:30 +01004545
Rafal Slawik203c3db2019-09-25 19:53:01 +01004546 // Deprecated: use ProcessMemoryHighWaterMark atom instead. Always -1.
Rafal Slawik3bea8952018-11-15 12:39:33 +00004547 optional int64 rss_high_watermark_in_bytes = 9 [deprecated = true];
Rafal Slawik272a8162018-11-01 15:12:28 +00004548
Rafal Slawik203c3db2019-09-25 19:53:01 +01004549 // Deprecated: use ProcessMemorySnapshot atom instead. Always -1.
4550 optional int64 start_time_nanos = 10 [deprecated = true];
Ioannis Ilkos466ad6c2019-06-18 17:42:00 +01004551
Rafal Slawik203c3db2019-09-25 19:53:01 +01004552 // Deprecated: use ProcessMemorySnapshot atom instead. Always -1.
4553 optional int32 anon_rss_and_swap_in_kilobytes = 11 [deprecated = true];
Rafal Slawik08621582018-10-15 14:53:07 +01004554}
4555
4556/*
Rafal Slawik3bea8952018-11-15 12:39:33 +00004557 * Logs the memory high-water mark for a process.
Rafal Slawikda51b932018-12-13 16:31:33 +00004558 *
4559 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerServie)
4560 * and for selected native processes.
Rafal Slawik44b88142018-12-15 16:48:09 +00004561 *
4562 * Pulling this atom resets high-water mark counters for all processes.
Rafal Slawik3bea8952018-11-15 12:39:33 +00004563 */
4564message ProcessMemoryHighWaterMark {
4565 // The uid if available. -1 means not available.
4566 optional int32 uid = 1 [(is_uid) = true];
4567
Rafal Slawikda51b932018-12-13 16:31:33 +00004568 // The process name.
4569 // Usually package name or process cmdline.
4570 // Provided by ActivityManagerService or read from /proc/PID/cmdline.
Rafal Slawik3bea8952018-11-15 12:39:33 +00004571 optional string process_name = 2;
4572
Rafal Slawik239b6802019-09-09 18:46:01 +01004573 // Deprecated: use rss_high_water_mark_in_kilobytes instead. This field is
4574 // computed by converting kilobytes to bytes.
4575 optional int64 rss_high_water_mark_in_bytes = 3 [deprecated = true];
4576
Rafal Slawik3bea8952018-11-15 12:39:33 +00004577 // RSS high-water mark. Peak RSS usage of the process. Read from the VmHWM field in
4578 // /proc/PID/status.
Rafal Slawik239b6802019-09-09 18:46:01 +01004579 optional int32 rss_high_water_mark_in_kilobytes = 4;
Rafal Slawik3bea8952018-11-15 12:39:33 +00004580}
4581
4582/*
Rafal Slawik7efcefb2019-09-20 11:16:20 +01004583 * Logs the memory stats for a process.
4584 *
4585 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerService)
4586 * and for selected native processes.
4587 */
4588message ProcessMemorySnapshot {
4589 // The uid if available. -1 means not available.
4590 optional int32 uid = 1 [(is_uid) = true];
4591
4592 // The process name.
4593 // Usually package name or process cmdline.
4594 // Provided by ActivityManagerService or read from /proc/PID/cmdline.
4595 optional string process_name = 2;
4596
4597 // The pid of the process.
4598 // Allows to disambiguate instances of the process.
4599 optional int32 pid = 3;
4600
4601 // The current OOM score adjustment value.
4602 // Read from ProcessRecord for managed processes.
4603 // Placeholder -1001 (OOM_SCORE_ADJ_MIN - 1, outside of allowed range) for native ones.
4604 optional int32 oom_score_adj = 4;
4605
4606 // The current RSS of the process.
4607 // VmRSS from /proc/pid/status.
4608 optional int32 rss_in_kilobytes = 5;
4609
4610 // The current anon RSS of the process.
4611 // RssAnon from /proc/pid/status.
4612 optional int32 anon_rss_in_kilobytes = 6;
4613
4614 // The current swap size of the process.
4615 // VmSwap from /proc/pid/status.
4616 optional int32 swap_in_kilobytes = 7;
4617
4618 // The sum of rss_in_kilobytes and swap_in_kilobytes.
4619 optional int32 anon_rss_and_swap_in_kilobytes = 8;
4620}
4621
4622/*
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004623 * Elapsed real time from SystemClock.
Chenjie Yu9da105b2018-01-13 12:41:08 -08004624 */
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004625message SystemElapsedRealtime {
David Chen0b5c90c2018-01-25 16:51:49 -08004626 optional uint64 time_millis = 1;
Chenjie Yu9da105b2018-01-13 12:41:08 -08004627}
4628
4629/*
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004630 * Up time from SystemClock.
Chenjie Yu9da105b2018-01-13 12:41:08 -08004631 */
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004632message SystemUptime {
4633 // Milliseconds since the system was booted.
4634 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
4635 // for external input).
4636 // It is not affected by clock scaling, idle, or other power saving mechanisms.
David Chen0b5c90c2018-01-25 16:51:49 -08004637 optional uint64 uptime_millis = 1;
Chenjie Yu9da105b2018-01-13 12:41:08 -08004638}
4639
4640/*
4641 * Reads from /proc/uid_concurrent_active_time which has the format:
4642 * active: X (X is # cores)
4643 * [uid0]: [time-0] [time-1] [time-2] ... (# entries = # cores)
4644 * [uid1]: [time-0] [time-1] [time-2] ... ...
4645 * ...
4646 * Time-N means the CPU time a UID spent running concurrently with N other processes.
4647 * The file contains a monotonically increasing count of time for a single boot.
4648 */
4649message CpuActiveTime {
Yao Chenc40a19d2018-03-15 16:48:25 -07004650 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08004651 optional uint64 time_millis = 2;
Chenjie Yu9da105b2018-01-13 12:41:08 -08004652}
4653
4654/**
4655 * Reads from /proc/uid_concurrent_policy_time which has the format:
4656 * policy0: X policy4: Y (there are X cores on policy0, Y cores on policy4)
4657 * [uid0]: [time-0-0] [time-0-1] ... [time-1-0] [time-1-1] ...
4658 * [uid1]: [time-0-0] [time-0-1] ... [time-1-0] [time-1-1] ...
4659 * ...
4660 * Time-X-Y means the time a UID spent on clusterX running concurrently with Y other processes.
4661 * The file contains a monotonically increasing count of time for a single boot.
4662 */
4663message CpuClusterTime {
Yao Chenc40a19d2018-03-15 16:48:25 -07004664 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08004665 optional int32 cluster_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08004666 optional uint64 time_millis = 3;
Chenjie Yu937d7422018-01-10 16:37:53 -08004667}
4668
4669/*
4670 * Pulls free disk space, for data, system partition and temporary directory.
4671 */
4672message DiskSpace {
4673 // available bytes in data partition
4674 optional uint64 data_available_bytes = 1;
4675 // available bytes in system partition
4676 optional uint64 system_available_bytes = 2;
4677 // available bytes in download cache or temp directories
4678 optional uint64 temp_available_bytes = 3;
4679}
Tej Singhbf972d92018-01-10 20:51:13 -08004680
4681/**
4682 * Pulls battery coulomb counter, which is the remaining battery charge in uAh.
Tej Singh9876a3b2019-01-11 14:28:35 -08004683 *
4684 * Pulled from StatsCompanionService.java
Tej Singhbf972d92018-01-10 20:51:13 -08004685 */
4686message RemainingBatteryCapacity {
Yangster-maca8a30442018-10-13 23:46:34 -07004687 optional int32 charge_micro_ampere_hour = 1;
Tej Singhbf972d92018-01-10 20:51:13 -08004688}
4689
4690/**
4691 * Pulls battery capacity, which is the battery capacity when full in uAh.
Tej Singh40298312018-02-16 00:15:09 -08004692 * Pulled from:
4693 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
Tej Singhbf972d92018-01-10 20:51:13 -08004694 */
4695message FullBatteryCapacity {
Yangster-maca8a30442018-10-13 23:46:34 -07004696 optional int32 capacity_micro_ampere_hour = 1;
Tej Singh40298312018-02-16 00:15:09 -08004697}
4698
4699/**
Bookatz17f0d8a2018-09-13 12:56:32 -07004700 * Pulls battery voltage.
4701 * Pulled from:
4702 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
4703 */
4704message BatteryVoltage {
4705 // The voltage of the battery, in millivolts.
Yangster-maca8a30442018-10-13 23:46:34 -07004706 optional int32 voltage_millivolt = 1;
Bookatz17f0d8a2018-09-13 12:56:32 -07004707}
4708
4709/**
Tej Singhb1dbc8b2018-11-19 15:49:47 -08004710 * Pulls battery level (percent full, from 0 to 100).
4711 *
4712 * Pulled from:
4713 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
4714 */
4715message BatteryLevel {
4716 // Battery level. Should be in [0, 100].
4717 optional int32 battery_level = 1;
4718}
4719
4720/**
Tej Singhd89137e2018-03-26 14:51:40 -07004721 * Pulls the temperature of various parts of the device.
4722 * The units are tenths of a degree Celsius. Eg: 30.3C is reported as 303.
Tej Singh40298312018-02-16 00:15:09 -08004723 *
Maggie White442b6312019-04-05 16:26:44 -07004724 * Pulled from StatsCompanionService.java
Tej Singh40298312018-02-16 00:15:09 -08004725 */
4726message Temperature {
Tej Singhb6070b92018-12-19 19:00:12 -08004727 // The type of temperature being reported. Eg. CPU, GPU, SKIN, BATTERY, BCL_.
Tej Singh40298312018-02-16 00:15:09 -08004728 optional android.os.TemperatureTypeEnum sensor_location = 1;
4729
4730 // The name of the temperature source. Eg. CPU0
4731 optional string sensor_name = 2;
4732
Tej Singhd89137e2018-03-26 14:51:40 -07004733 // Temperature in tenths of a degree C.
Tej Singhb6070b92018-12-19 19:00:12 -08004734 // For BCL, it is decimillivolt, decimilliamps, and percentage * 10.
Yangster-maca8a30442018-10-13 23:46:34 -07004735 optional int32 temperature_deci_celsius = 3;
Maggie White442b6312019-04-05 16:26:44 -07004736
4737 // Relative severity of the throttling, see enum definition.
4738 optional android.os.ThrottlingSeverityEnum severity = 4;
yroa1fe77c2018-02-26 14:22:54 -08004739}
Olivier Gaillard00bfb1b2018-07-10 11:25:09 +01004740
4741/**
4742 * Pulls the statistics of calls to Binder.
4743 *
Olivier Gaillardd25f7a82018-09-12 14:28:48 +01004744 * Binder stats will be reset every time the data is pulled. It means it can only be pulled by one
4745 * config on the device.
Olivier Gaillard9ea238d2018-07-24 10:26:31 +01004746 *
Olivier Gaillard720ec5b2018-10-30 17:32:56 +00004747 * Next tag: 15
Olivier Gaillard00bfb1b2018-07-10 11:25:09 +01004748 */
4749message BinderCalls {
Olivier Gaillard720ec5b2018-10-30 17:32:56 +00004750 // UID of the process responsible for the binder transaction. It will be set if the process
4751 // executing the binder transaction attribute the transaction to another uid using
4752 // Binder.setThreadWorkSource().
4753 //
4754 // If not set, the value will be -1.
Olivier Gaillard9ea238d2018-07-24 10:26:31 +01004755 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillard720ec5b2018-10-30 17:32:56 +00004756 // UID of the process executing the binder transaction.
4757 optional int32 direct_caller_uid = 14;
Olivier Gaillard9ea238d2018-07-24 10:26:31 +01004758 // Fully qualified class name of the API call.
4759 //
4760 // This is a system server class name.
4761 //
4762 // TODO(gaillard): figure out if binder call stats includes data from isolated uids, if a uid
4763 // gets recycled and we have isolated uids, we might attribute the data incorrectly.
4764 // TODO(gaillard): there is a high dimensions cardinality, figure out if we should drop the less
4765 // commonly used APIs.
4766 optional string service_class_name = 2;
4767 // Method name of the API call. It can also be a transaction code if we cannot
4768 // resolve it to a name. See Binder#getTransactionName.
4769 //
4770 // This is a system server method name.
4771 optional string service_method_name = 3;
4772 // Total number of API calls.
4773 optional int64 call_count = 4;
4774 // True if the screen was interactive PowerManager#isInteractive at the end of the call.
4775 optional bool screen_interactive = 13;
4776 // Total number of API calls we have data recorded for. If we collected data for all the calls,
4777 // call_count will be equal to recorded_call_count.
4778 //
4779 // If recorded_call_count is different than call_count, it means data collection has been
4780 // sampled. All the fields below will be sampled in this case.
4781 optional int64 recorded_call_count = 12;
4782 // Number of exceptions thrown by the API.
4783 optional int64 recorded_exception_count = 5;
4784 // Total latency of all API calls.
4785 // Average can be computed using total_latency_micros / recorded_call_count.
4786 optional int64 recorded_total_latency_micros = 6;
4787 // Maximum latency of one API call.
4788 optional int64 recorded_max_latency_micros = 7;
4789 // Total CPU usage of all API calls.
4790 // Average can be computed using total_cpu_micros / recorded_call_count.
4791 // Total can be computed using total_cpu_micros / recorded_call_count * call_count.
4792 optional int64 recorded_total_cpu_micros = 8;
4793 // Maximum CPU usage of one API call.
4794 optional int64 recorded_max_cpu_micros = 9;
4795 // Maximum parcel reply size of one API call.
4796 optional int64 recorded_max_reply_size_bytes = 10;
4797 // Maximum parcel request size of one API call.
4798 optional int64 recorded_max_request_size_bytes = 11;
4799}
4800
4801/**
4802 * Pulls the statistics of exceptions during calls to Binder.
4803 *
4804 * Binder stats are cumulative from boot unless somebody reset the data using
4805 * > adb shell dumpsys binder_calls_stats --reset
4806 */
4807message BinderCallsExceptions {
4808 // Exception class name, e.g. java.lang.IllegalArgumentException.
4809 //
4810 // This is an exception class name thrown by the system server.
4811 optional string exception_class_name = 1;
4812 // Total number of exceptions.
4813 optional int64 exception_count = 2;
Olivier Gaillard00bfb1b2018-07-10 11:25:09 +01004814}
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004815
Marcin Oczeretko3e6494e2018-09-10 18:06:52 +01004816/**
4817 * Pulls the statistics of message dispatching on HandlerThreads.
4818 *
4819 * Looper stats will be reset every time the data is pulled. It means it can only be pulled by one
4820 * config on the device.
4821 *
4822 * Next tag: 11
4823 */
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004824message LooperStats {
Marcin Oczeretkoec758722018-09-12 12:53:47 +01004825 // The uid that made a call to the System Server and caused the message to be enqueued.
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004826 optional int32 uid = 1 [(is_uid) = true];
4827
4828 // Fully qualified class name of the handler target class.
4829 //
4830 // This field does not contain PII. This is a system server class name.
4831 optional string handler_class_name = 2;
4832
4833 // The name of the thread that runs the Looper.
4834 //
4835 // This field does not contain PII. This is a system server thread name.
4836 optional string looper_thread_name = 3;
4837
4838 // The name of the dispatched message.
4839 //
4840 // This field does not contain PII. This is a system server constant or class
4841 // name.
4842 optional string message_name = 4;
4843
4844 // Total number of successfully dispatched messages.
4845 optional int64 message_count = 5;
4846
4847 // Total number of messages that failed dispatching.
4848 optional int64 exception_count = 6;
4849
4850 // Total number of processed messages we have data recorded for. If we
4851 // collected data for all the messages, message_count will be equal to
4852 // recorded_message_count.
4853 //
4854 // If recorded_message_count is different than message_count, it means data
Marcin Oczeretkoc06331a2018-10-02 13:00:38 +01004855 // collection has been sampled. The fields below will be sampled in this case.
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004856 optional int64 recorded_message_count = 7;
4857
4858 // Total latency of all processed messages.
4859 // Average can be computed using recorded_total_latency_micros /
4860 // recorded_message_count.
4861 optional int64 recorded_total_latency_micros = 8;
4862
4863 // Total CPU usage of all processed message.
4864 // Average can be computed using recorded_total_cpu_micros /
4865 // recorded_message_count. Total can be computed using
Marcin Oczeretko3e6494e2018-09-10 18:06:52 +01004866 // recorded_total_cpu_micros / recorded_message_count * message_count.
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004867 optional int64 recorded_total_cpu_micros = 9;
Marcin Oczeretko3e6494e2018-09-10 18:06:52 +01004868
4869 // True if the screen was interactive PowerManager#isInteractive at the end of the call.
4870 optional bool screen_interactive = 10;
Marcin Oczeretkoc06331a2018-10-02 13:00:38 +01004871
4872 // Max recorded CPU usage of all processed messages.
4873 optional int64 recorded_max_cpu_micros = 11;
4874
4875 // Max recorded latency of all processed messages.
4876 optional int64 recorded_max_latency_micros = 12;
4877
4878 // Total number of messages we tracked the dispatching delay for. If we
4879 // collected data for all the messages, message_count will be equal to
4880 // recorded_delay_message_count.
4881 //
4882 // If recorded_delay_message_count is different than message_count, it means data
4883 // collection has been sampled or/and not all messages specified the target dispatch time.
4884 // The fields below will be sampled in this case.
4885 optional int64 recorded_delay_message_count = 13;
4886
4887 // Total dispatching delay of all processed messages.
4888 // Calculated as a difference between the target dispatching time (Message.when)
4889 // and the actual dispatching time.
4890 // Average can be computed using recorded_total_delay_millis / recorded_delay_message_count.
4891 optional int64 recorded_total_delay_millis = 14;
4892
4893 // Max dispatching delay of all processed messages.
4894 // Calculated as a difference between the target dispatching time (Message.when)
4895 // and the actual dispatching time.
4896 optional int64 recorded_max_delay_millis = 15;
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004897}
Tej Singh86dc9db2018-09-06 00:39:57 +00004898
4899/**
4900 * Pulls disk information, such as write speed and latency.
4901 */
4902message DiskStats {
4903 // Time taken to open, write 512B to, and close a file.
4904 // -1 if error performing the check.
4905 optional int64 data_write_latency_millis = 1;
4906
4907 optional bool file_based_encryption = 2;
4908
4909 // Recent disk write speed in kB/s.
4910 // -1 if error querying storageed.
4911 // 0 if data is unavailable.
4912 optional int32 recent_disk_write_speed = 3;
4913}
4914
4915
4916/**
4917 * Free and total bytes of the Data, Cache, and System partition.
4918 */
4919message DirectoryUsage {
4920 enum Directory {
4921 UNKNOWN = 0;
4922 DATA = 1;
4923 CACHE = 2;
4924 SYSTEM = 3;
4925 }
4926 optional Directory directory = 1;
4927 optional int64 free_bytes = 2;
4928 optional int64 total_bytes = 3;
4929}
4930
4931
4932/**
4933 * Size of an application: apk size, data size, and cache size.
4934 * Reads from a cached file produced daily by DiskStatsLoggingService.java.
4935 * Information is only reported for apps with the primary user (user 0).
4936 * Sizes are aggregated by package name.
4937 */
4938message AppSize {
4939 // Including uids will involve modifying diskstats logic.
4940 optional string package_name = 1;
4941 // App size in bytes. -1 if unavailable.
4942 optional int64 app_size_bytes = 2;
4943 // App data size in bytes. -1 if unavailable.
4944 optional int64 app_data_size_bytes = 3;
4945 // App cache size in bytes. -1 if unavailable.
4946 optional int64 app_cache_size_bytes = 4;
4947 // Time that the cache file was produced.
4948 // Uses System.currentTimeMillis(), which is wall clock time.
4949 optional int64 cache_time_millis = 5;
4950}
4951
4952
4953/**
4954 * Size of a particular category. Eg: photos, videos.
4955 * Reads from a cached file produced daily by DiskStatsLoggingService.java.
4956 */
4957message CategorySize {
4958 enum Category {
4959 UNKNOWN = 0;
4960 APP_SIZE = 1;
4961 APP_DATA_SIZE = 2;
4962 APP_CACHE_SIZE = 3;
4963 PHOTOS = 4;
4964 VIDEOS = 5;
4965 AUDIO = 6;
4966 DOWNLOADS = 7;
4967 SYSTEM = 8;
4968 OTHER = 9;
4969 }
4970 optional Category category = 1;
4971 // Category size in bytes.
4972 optional int64 size_bytes = 2;
4973 // Time that the cache file was produced.
4974 // Uses System.currentTimeMillis(), which is wall clock time.
4975 optional int64 cache_time_millis = 3;
4976}
Tej Singhd6d6d772018-09-05 17:41:25 -07004977
4978/**
Tej Singhe7726dc2018-09-21 11:42:12 -07004979 * Pulls per uid I/O stats. The stats are cumulative since boot.
4980 *
4981 * Read/write bytes are I/O events from a storage device
4982 * Read/write chars are data requested by read/write syscalls, and can be
4983 * satisfied by caching.
4984 *
4985 * Pulled from StatsCompanionService, which reads proc/uid_io/stats.
4986 */
4987message DiskIo {
4988 optional int32 uid = 1 [(is_uid) = true];
4989 optional int64 fg_chars_read = 2;
4990 optional int64 fg_chars_write = 3;
4991 optional int64 fg_bytes_read = 4;
4992 optional int64 fg_bytes_write = 5;
4993 optional int64 bg_chars_read = 6;
4994 optional int64 bg_chars_write = 7;
4995 optional int64 bg_bytes_read = 8;
4996 optional int64 bg_bytes_write = 9;
4997 optional int64 fg_fsync = 10;
4998 optional int64 bg_fsync= 11;
4999}
5000
5001
5002/**
Tej Singhd6d6d772018-09-05 17:41:25 -07005003 * Pulls the number of fingerprints for each user.
5004 *
Kevin Chyn1741a072019-01-17 11:54:40 -08005005 * Pulled from StatsCompanionService, which queries <Biometric>Manager.
Tej Singhd6d6d772018-09-05 17:41:25 -07005006 */
joshmccloskey5dcb4082019-02-26 15:28:37 -08005007message NumFingerprintsEnrolled {
Tej Singhd6d6d772018-09-05 17:41:25 -07005008 // The associated user. Eg: 0 for owners, 10+ for others.
5009 // Defined in android/os/UserHandle.java
5010 optional int32 user = 1;
5011 // Number of fingerprints registered to that user.
joshmccloskey5dcb4082019-02-26 15:28:37 -08005012 optional int32 num_fingerprints_enrolled = 2;
Tej Singhd6d6d772018-09-05 17:41:25 -07005013}
Chenjie Yu12e5e672018-09-14 15:54:59 -07005014
Philip P. Moltmann70b42ae2019-01-29 16:24:19 -08005015/**
joshmccloskey5dcb4082019-02-26 15:28:37 -08005016 * Pulls the number of faces for each user.
5017 *
5018 * Pulled from StatsCompanionService, which queries <Biometric>Manager.
5019 */
5020message NumFacesEnrolled {
5021 // The associated user. Eg: 0 for owners, 10+ for others.
5022 // Defined in android/os/UserHandle.java
5023 optional int32 user = 1;
5024 // Number of faces registered to that user.
5025 optional int32 num_faces_enrolled = 2;
5026}
5027/**
Philip P. Moltmann70b42ae2019-01-29 16:24:19 -08005028 * A mapping of role holder -> role
5029 */
5030message RoleHolder {
5031 // uid of the role holder
5032 optional int32 uid = 1 [(is_uid) = true];
5033
5034 // package name of the role holder
5035 optional string package_name = 2;
5036
5037 // the role held
5038 optional string role = 3;
5039}
5040
Yangsteraf9aee72018-10-12 09:26:16 -07005041message AggStats {
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005042 // These are all in byte resolution.
5043 optional int64 min = 1 [deprecated = true];
5044 optional int64 average = 2 [deprecated = true];
5045 optional int64 max = 3 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005046
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005047 // These are all in kilobyte resolution. Can fit in int32, so smaller on the wire than the above
5048 // int64 fields.
5049 optional int32 mean_kb = 4;
5050 optional int32 max_kb = 5;
Yangsteraf9aee72018-10-12 09:26:16 -07005051}
5052
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005053// A reduced subset of process states; reducing the number of possible states allows more
5054// aggressive device-side aggregation of statistics and hence reduces metric upload size.
5055enum ProcessStateAggregated {
5056 PROCESS_STATE_UNKNOWN = 0;
5057 // Persistent system process.
5058 PROCESS_STATE_PERSISTENT = 1;
5059 // Top activity; actually any visible activity.
5060 PROCESS_STATE_TOP = 2;
5061 // Process binding to top or a foreground service.
5062 PROCESS_STATE_BOUND_TOP_OR_FGS = 3;
5063 // Processing running a foreground service.
5064 PROCESS_STATE_FGS = 4;
5065 // Important foreground process (ime, wallpaper, etc).
5066 PROCESS_STATE_IMPORTANT_FOREGROUND = 5;
5067 // Important background process.
5068 PROCESS_STATE_BACKGROUND = 6;
5069 // Process running a receiver.
5070 PROCESS_STATE_RECEIVER = 7;
5071 // All kinds of cached processes.
5072 PROCESS_STATE_CACHED = 8;
5073}
5074
5075// Next tag: 13
Yangsteraf9aee72018-10-12 09:26:16 -07005076message ProcessStatsStateProto {
5077 optional android.service.procstats.ScreenState screen_state = 1;
5078
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005079 optional android.service.procstats.MemoryState memory_state = 2 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005080
5081 // this enum list is from frameworks/base/core/java/com/android/internal/app/procstats/ProcessStats.java
5082 // and not frameworks/base/core/java/android/app/ActivityManager.java
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005083 optional android.service.procstats.ProcessState process_state = 3 [deprecated = true];
5084
5085 optional ProcessStateAggregated process_state_aggregated = 10;
Yangsteraf9aee72018-10-12 09:26:16 -07005086
5087 // Millisecond uptime duration spent in this state
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005088 optional int64 duration_millis = 4 [deprecated = true];
5089 // Same as above, but with minute resolution so it fits into an int32.
5090 optional int32 duration_minutes = 11;
Yangsteraf9aee72018-10-12 09:26:16 -07005091
5092 // Millisecond elapsed realtime duration spent in this state
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005093 optional int64 realtime_duration_millis = 9 [deprecated = true];
5094 // Same as above, but with minute resolution so it fits into an int32.
5095 optional int32 realtime_duration_minutes = 12;
Yangsteraf9aee72018-10-12 09:26:16 -07005096
5097 // # of samples taken
5098 optional int32 sample_size = 5;
5099
5100 // PSS is memory reserved for this process
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005101 optional AggStats pss = 6 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005102
5103 // USS is memory shared between processes, divided evenly for accounting
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005104 optional AggStats uss = 7 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005105
5106 // RSS is memory resident for this process
5107 optional AggStats rss = 8;
5108}
5109
5110// Next Tag: 7
5111message ProcessStatsProto {
5112 // Name of process.
5113 optional string process = 1;
5114
5115 // Uid of the process.
5116 optional int32 uid = 2;
5117
5118 // Information about how often kills occurred
5119 message Kill {
5120 // Count of excessive CPU kills
5121 optional int32 cpu = 1;
5122
5123 // Count of kills when cached
5124 optional int32 cached = 2;
5125
5126 // PSS stats during cached kill
5127 optional AggStats cached_pss = 3;
5128 }
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005129 optional Kill kill = 3 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005130
5131 // Time and memory spent in various states.
5132 repeated ProcessStatsStateProto states = 5;
5133
5134 // Total time process has been running... screen_state, memory_state, and process_state
5135 // will not be set.
5136 optional ProcessStatsStateProto total_running_state = 6;
5137}
5138
5139message PackageServiceOperationStatsProto {
5140 // Operate enum: Started, Foreground, Bound, Executing
5141 optional android.service.procstats.ServiceOperationState operation = 1;
5142
5143 // Number of times the service was in this operation.
5144 optional int32 count = 2;
5145
5146 // Information about a state the service can be in.
5147 message StateStats {
5148 // Screen state enum.
5149 optional android.service.procstats.ScreenState screen_state = 1;
5150 // Memory state enum.
5151 optional android.service.procstats.MemoryState memory_state = 2;
5152
5153 // duration in milliseconds.
Yangster-maca8a30442018-10-13 23:46:34 -07005154 optional int64 duration_millis = 3;
Yangsteraf9aee72018-10-12 09:26:16 -07005155 // Millisecond elapsed realtime duration spent in this state
Yangster-maca8a30442018-10-13 23:46:34 -07005156 optional int64 realtime_duration_millis = 4;
Yangsteraf9aee72018-10-12 09:26:16 -07005157 }
5158 repeated StateStats state_stats = 3;
5159}
5160
5161message PackageServiceStatsProto {
5162 // Name of service component.
5163 optional string service_name = 1;
5164
5165 // The operation stats.
5166 // The package_name, package_uid, package_version, service_name will not be set to save space.
5167 repeated PackageServiceOperationStatsProto operation_stats = 2;
5168}
5169
5170message PackageAssociationSourceProcessStatsProto {
5171 // Uid of the process.
5172 optional int32 process_uid = 1;
5173 // Process name.
5174 optional string process_name = 2;
Chenjie Yub2ecc792019-01-17 10:27:26 -08005175 // Package name.
5176 optional string package_name = 7;
Yangsteraf9aee72018-10-12 09:26:16 -07005177 // Total count of the times this association appeared.
5178 optional int32 total_count = 3;
5179
5180 // Millisecond uptime total duration this association was around.
Yangster-maca8a30442018-10-13 23:46:34 -07005181 optional int64 total_duration_millis = 4;
Yangsteraf9aee72018-10-12 09:26:16 -07005182
5183 // Total count of the times this association became actively impacting its target process.
5184 optional int32 active_count = 5;
5185
5186 // Information on one source in this association.
5187 message StateStats {
5188 // Process state enum.
5189 optional android.service.procstats.ProcessState process_state = 1;
5190 // Millisecond uptime duration spent in this state
Yangster-maca8a30442018-10-13 23:46:34 -07005191 optional int64 duration_millis = 2;
Yangsteraf9aee72018-10-12 09:26:16 -07005192 // Millisecond elapsed realtime duration spent in this state
Yangster-maca8a30442018-10-13 23:46:34 -07005193 optional int64 realtime_duration_mmillis = 3;
Yangsteraf9aee72018-10-12 09:26:16 -07005194 }
5195 repeated StateStats active_state_stats = 6;
5196}
5197
5198message PackageAssociationProcessStatsProto {
5199 // Name of the target component.
5200 optional string component_name = 1;
5201 // Information on one source in this association.
5202 repeated PackageAssociationSourceProcessStatsProto sources = 2;
5203}
5204
5205
5206message ProcessStatsPackageProto {
5207 // Name of package.
5208 optional string package = 1;
5209
5210 // Uid of the package.
5211 optional int32 uid = 2;
5212
5213 // Version of the package.
5214 optional int64 version = 3;
5215
5216 // Stats for each process running with the package loaded in to it.
5217 repeated ProcessStatsProto process_stats = 4;
5218
5219 // Stats for each of the package's services.
5220 repeated PackageServiceStatsProto service_stats = 5;
5221
5222 // Stats for each association with the package.
5223 repeated PackageAssociationProcessStatsProto association_stats = 6;
5224}
5225
5226message ProcessStatsSectionProto {
5227 // Elapsed realtime at start of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005228 optional int64 start_realtime_millis = 1;
Yangsteraf9aee72018-10-12 09:26:16 -07005229
5230 // Elapsed realtime at end of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005231 optional int64 end_realtime_millis = 2;
Yangsteraf9aee72018-10-12 09:26:16 -07005232
5233 // CPU uptime at start of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005234 optional int64 start_uptime_millis = 3;
Yangsteraf9aee72018-10-12 09:26:16 -07005235
5236 // CPU uptime at end of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005237 optional int64 end_uptime_millis = 4;
Yangsteraf9aee72018-10-12 09:26:16 -07005238
5239 // System runtime library. e.g. "libdvm.so", "libart.so".
5240 optional string runtime = 5;
5241
5242 // whether kernel reports swapped pss.
5243 optional bool has_swapped_pss = 6;
5244
5245 // Data completeness. e.g. "complete", "partial", shutdown", or "sysprops".
5246 enum Status {
5247 STATUS_UNKNOWN = 0;
5248 STATUS_COMPLETE = 1;
5249 STATUS_PARTIAL = 2;
5250 STATUS_SHUTDOWN = 3;
5251 STATUS_SYSPROPS = 4;
5252 }
5253 repeated Status status = 7;
5254
Chenjie Yub2ecc792019-01-17 10:27:26 -08005255 // Number of pages available of various types and sizes, representation fragmentation.
5256 repeated ProcessStatsAvailablePagesProto available_pages = 10;
5257
Yangsteraf9aee72018-10-12 09:26:16 -07005258 // Stats for each process.
5259 repeated ProcessStatsProto process_stats = 8;
5260
5261 // Stats for each package.
5262 repeated ProcessStatsPackageProto package_stats = 9;
5263}
5264
Chenjie Yub2ecc792019-01-17 10:27:26 -08005265message ProcessStatsAvailablePagesProto {
5266 // Node these pages are in (as per /proc/pagetypeinfo)
5267 optional int32 node = 1;
5268
5269 // Zone these pages are in (as per /proc/pagetypeinfo)
5270 optional string zone = 2;
5271
5272 // Label for the type of these pages (as per /proc/pagetypeinfo)
5273 optional string label = 3;
5274
5275 // Distribution of number of pages available by order size. First entry in array is
5276 // order 0, second is order 1, etc. Each order increase is a doubling of page size.
5277 repeated int32 pages_per_order = 4;
5278}
5279
Chenjie Yu12e5e672018-09-14 15:54:59 -07005280/**
5281 * Pulled from ProcessStatsService.java
5282 */
5283message ProcStats {
Yangsteraf9aee72018-10-12 09:26:16 -07005284 optional ProcessStatsSectionProto proc_stats_section = 1;
5285}
5286
Chenjie Yuf910b7802019-01-11 16:08:20 -08005287/**
5288 * Pulled from ProcessStatsService.java
5289 */
5290message ProcStatsPkgProc {
5291 optional ProcessStatsSectionProto proc_stats_section = 1;
5292}
5293
Chris Wrencdea3b72019-11-22 16:58:17 -05005294// Next Tag: 2
5295message PackageRemoteViewInfoProto {
5296 optional string package_name = 1;
5297 // add per-package additional info here (like channels)
5298}
5299
5300// Next Tag: 2
5301message NotificationRemoteViewsProto {
5302 repeated PackageRemoteViewInfoProto package_remote_view_info = 1;
5303}
5304
5305/**
5306 * Pulled from NotificationManagerService.java
5307 */
5308message NotificationRemoteViews {
5309 optional NotificationRemoteViewsProto notification_remote_views = 1;
5310}
5311
Yangsteraf9aee72018-10-12 09:26:16 -07005312message PowerProfileProto {
5313 optional double cpu_suspend = 1;
5314
5315 optional double cpu_idle = 2;
5316
5317 optional double cpu_active = 3;
5318
5319 message CpuCluster {
5320 optional int32 id = 1;
5321 optional double cluster_power = 2;
5322 optional int32 cores = 3;
5323 repeated int64 speed = 4;
5324 repeated double core_power = 5;
5325 }
5326
5327 repeated CpuCluster cpu_cluster = 40;
5328
5329 optional double wifi_scan = 4;
5330
5331 optional double wifi_on = 5;
5332
5333 optional double wifi_active = 6;
5334
5335 optional double wifi_controller_idle = 7;
5336
5337 optional double wifi_controller_rx = 8;
5338
5339 optional double wifi_controller_tx = 9;
5340
5341 repeated double wifi_controller_tx_levels = 10;
5342
5343 optional double wifi_controller_operating_voltage = 11;
5344
5345 optional double bluetooth_controller_idle = 12;
5346
5347 optional double bluetooth_controller_rx = 13;
5348
5349 optional double bluetooth_controller_tx = 14;
5350
5351 optional double bluetooth_controller_operating_voltage = 15;
5352
5353 optional double modem_controller_sleep = 16;
5354
5355 optional double modem_controller_idle = 17;
5356
5357 optional double modem_controller_rx = 18;
5358
5359 repeated double modem_controller_tx = 19;
5360
5361 optional double modem_controller_operating_voltage = 20;
5362
5363 optional double gps_on = 21;
5364
5365 repeated double gps_signal_quality_based = 22;
5366
5367 optional double gps_operating_voltage = 23;
5368
5369 optional double bluetooth_on = 24;
5370
5371 optional double bluetooth_active = 25;
5372
5373 optional double bluetooth_at_cmd = 26;
5374
5375 optional double ambient_display = 27;
5376
5377 optional double screen_on = 28;
5378
5379 optional double radio_on = 29;
5380
5381 optional double radio_scanning = 30;
5382
5383 optional double radio_active = 31;
5384
5385 optional double screen_full = 32;
5386
5387 optional double audio = 33;
5388
5389 optional double video = 34;
5390
5391 optional double flashlight = 35;
5392
5393 optional double memory = 36;
5394
5395 optional double camera = 37;
5396
5397 optional double wifi_batched_scan = 38;
5398
5399 optional double battery_capacity = 39;
Chenjie Yu12e5e672018-09-14 15:54:59 -07005400}
Chenjie Yuab530202018-09-26 12:39:20 -07005401
5402/**
5403 * power_profile.xml and other constants for power model calculations.
5404 * Pulled from PowerProfile.java
5405 */
5406message PowerProfile {
Yangsteraf9aee72018-10-12 09:26:16 -07005407 optional PowerProfileProto power_profile = 1;
Howard Ro9a862de2018-10-11 16:03:33 -07005408}
Chenjie Yub35b5f72018-10-13 23:25:11 -07005409
5410/**
arangelovd5db50e2018-10-12 20:24:39 +01005411 * Logs when a user restriction was added or removed.
5412 *
5413 * Logged from:
5414 * frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java
5415 */
5416message UserRestrictionChanged {
5417 // The raw string of the user restriction as defined in UserManager.
5418 // Allowed values are defined in UserRestrictionsUtils#USER_RESTRICTIONS.
5419 optional string restriction = 1;
5420 // Whether the restriction is enabled or disabled.
5421 optional bool enabled = 2;
Howard Ro183c2bd2018-10-18 13:52:10 -07005422}
Yangster-mac308ea0c2018-10-22 13:10:25 -07005423
5424/**
5425 * Pulls process user time and system time. Puller takes a snapshot of all pids
5426 * in the system and returns cpu stats for those that are working at the time.
5427 * Dead pids will be dropped. Kernel processes are excluded.
5428 * Min cool-down is 5 sec.
5429 */
5430message ProcessCpuTime {
5431 optional int32 uid = 1 [(is_uid) = true];
5432
5433 optional string process_name = 2;
5434 // Process cpu time in user space, cumulative from boot/process start
5435 optional int64 user_time_millis = 3;
5436 // Process cpu time in system space, cumulative from boot/process start
5437 optional int64 system_time_millis = 4;
Rafal Slawikbf67d072018-10-23 11:07:54 +01005438}
Misha Wagner5a51e002018-10-03 15:04:09 +01005439
5440/**
5441 * Pulls the CPU usage for each thread.
5442 *
5443 * Read from /proc/$PID/task/$TID/time_in_state files.
5444 *
5445 * TODO(mishaw): This is an experimental atom. Issues with big/little CPU frequencies, and
5446 * time_in_state files not being present on some phones, have not been addressed. These should be
5447 * considered before a public release.
5448 */
5449message CpuTimePerThreadFreq {
5450 // UID that owns the process.
5451 optional int32 uid = 1 [(is_uid) = true];
5452 // ID of the process.
Misha Wagnerdfa548c2018-11-16 11:18:00 +00005453 optional int32 process_id = 2;
Misha Wagner5a51e002018-10-03 15:04:09 +01005454 // ID of the thread.
Misha Wagnerdfa548c2018-11-16 11:18:00 +00005455 optional int32 thread_id = 3;
Misha Wagner5a51e002018-10-03 15:04:09 +01005456 // Name of the process taken from `/proc/$PID/cmdline`.
5457 optional string process_name = 4;
5458 // Name of the thread taken from `/proc/$PID/task/$TID/comm`
5459 optional string thread_name = 5;
Misha Wagnerfde69582018-11-28 13:26:32 +00005460
5461 // Report eight different frequencies, and how much time is spent in each frequency. Frequencies
5462 // are given in KHz, and time is given in milliseconds since the thread started. All eight
5463 // frequencies are given here as the alternative is sending eight separate atoms. This method
5464 // significantly reduces the amount of data created
5465 optional int32 frequency1_khz = 6;
5466 optional int32 time1_millis = 7;
5467 optional int32 frequency2_khz = 8;
5468 optional int32 time2_millis = 9;
5469 optional int32 frequency3_khz = 10;
5470 optional int32 time3_millis = 11;
5471 optional int32 frequency4_khz = 12;
5472 optional int32 time4_millis = 13;
5473 optional int32 frequency5_khz = 14;
5474 optional int32 time5_millis = 15;
5475 optional int32 frequency6_khz = 16;
5476 optional int32 time6_millis = 17;
5477 optional int32 frequency7_khz = 18;
5478 optional int32 time7_millis = 19;
5479 optional int32 frequency8_khz = 20;
5480 optional int32 time8_millis = 21;
Misha Wagner5a51e002018-10-03 15:04:09 +01005481}
Bookatz75ee6042018-11-09 12:27:37 -08005482
5483/**
Bookatz366a4432018-11-20 09:42:33 -08005484 * Pulls information about the device's build.
5485 */
5486message BuildInformation {
5487 // Build.FINGERPRINT. A string that uniquely identifies this build. Do not parse.
5488 // E.g. may be composed of the brand, product, device, release, id, incremental, type, and tags.
5489 optional string fingerprint = 1;
5490
5491 // Build.BRAND. The consumer-visible brand with which the product/hardware will be associated.
5492 optional string brand = 2;
5493
5494 // Build.PRODUCT. The name of the overall product.
5495 optional string product = 3;
5496
5497 // Build.DEVICE. The name of the industrial design.
5498 optional string device = 4;
5499
5500 // Build.VERSION.RELEASE. The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas".
5501 optional string version_release = 5;
5502
5503 // Build.ID. E.g. a label like "M4-rc20".
5504 optional string id = 6;
5505
5506 // Build.VERSION.INCREMENTAL. The internal value used by the underlying source control to
5507 // represent this build.
5508 optional string version_incremental = 7;
5509
5510 // Build.TYPE. The type of build, like "user" or "eng".
5511 optional string type = 8;
5512
5513 // Build.TAGS. Comma-separated tags describing the build, like "unsigned,debug".
5514 optional string tags = 9;
5515}
5516
5517/**
Adam He420947c2019-01-23 15:59:09 -08005518 * Logs information about mismatched caller for content capture.
5519 *
5520 * Logged from:
5521 * frameworks/base/core/java/android/service/contentcapture/ContentCaptureService.java
5522 */
5523message ContentCaptureCallerMismatchReported {
5524 optional string intended_package = 1;
5525 optional string calling_package = 2;
5526}
5527
5528/**
5529 * Logs information about content capture service events.
5530 *
5531 * Logged from:
5532 * frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ContentCaptureMetricsLogger.java
5533 */
5534message ContentCaptureServiceEvents {
5535 // The type of event.
5536 enum Event {
5537 UNKNOWN = 0;
5538 ON_CONNECTED = 1;
5539 ON_DISCONNECTED = 2;
5540 SET_WHITELIST = 3;
5541 SET_DISABLED = 4;
5542 ON_USER_DATA_REMOVED = 5;
5543 }
5544 optional Event event = 1;
5545 // component/package of content capture service.
5546 optional string service_info = 2;
5547 // component/package of target.
5548 // it's a concatenated list of component/package for SET_WHITELIST event
5549 // separated by " ".
5550 optional string target_info = 3;
5551}
5552
5553/**
5554 * Logs information about content capture session events.
5555 *
5556 * Logged from:
5557 * frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ContentCaptureMetricsLogger.java
5558 */
5559message ContentCaptureSessionEvents {
5560 // The type of event.
5561 enum Event {
5562 UNKNOWN = 0;
5563 ON_SESSION_STARTED = 1;
5564 ON_SESSION_FINISHED = 2;
5565 SESSION_NOT_CREATED = 3;
5566 }
5567 optional int32 session_id = 1;
5568 optional Event event = 2;
5569 // (n/a on session finished)
5570 optional int32 state_flags = 3;
5571 // component/package of content capture service.
5572 optional string service_info = 4;
5573 // component/package of app.
5574 // (n/a on session finished)
5575 optional string app_info = 5;
5576 optional bool is_child_session = 6;
5577}
5578
5579/**
5580 * Logs information about session being flushed.
5581 *
5582 * Logged from:
5583 * frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ContentCaptureMetricsLogger.java
5584 */
5585message ContentCaptureFlushed {
5586 optional int32 session_id = 1;
5587 // component/package of content capture service.
5588 optional string service_info = 2;
5589 // component/package of app.
5590 optional string app_info = 3;
5591 // session start/finish events
5592 optional int32 child_session_started = 4;
5593 optional int32 child_session_finished = 5;
5594 // count of view events.
5595 optional int32 view_appeared_count = 6;
5596 optional int32 view_disappeared_count = 7;
5597 optional int32 view_text_changed_count = 8;
5598
5599 // Flush stats.
5600 optional int32 max_events = 9;
5601 optional int32 idle_flush_freq = 10;
5602 optional int32 text_flush_freq = 11;
5603 optional int32 flush_reason = 12;
5604}
5605
5606/**
Bookatz75ee6042018-11-09 12:27:37 -08005607 * Pulls on-device BatteryStats power use calculations for the overall device.
5608 */
5609message DeviceCalculatedPowerUse {
Bookatz3dbc13a2018-12-21 12:16:51 -08005610 // Power used by the device in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
5611 // BatteryStats last reset (i.e. roughly since device was last significantly charged).
5612 // Currently, this is from BatteryStatsHelper.getComputedPower() (not getTotalPower()).
5613 optional int64 computed_power_nano_amp_secs = 1;
Bookatz75ee6042018-11-09 12:27:37 -08005614}
5615
5616/**
5617 * Pulls on-device BatteryStats power use calculations broken down by uid.
5618 * This atom should be complemented by DeviceCalculatedPowerBlameOther, which contains the power use
5619 * that is attributed to non-uid items. They must all be included to get the total power use.
5620 */
5621message DeviceCalculatedPowerBlameUid {
5622 // Uid being blamed. Note: isolated uids have already been mapped to host uid.
5623 optional int32 uid = 1 [(is_uid) = true];
5624
Bookatz3dbc13a2018-12-21 12:16:51 -08005625 // Power used by this uid in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
5626 // BatteryStats last reset (i.e. roughly since device was last significantly charged).
5627 optional int64 power_nano_amp_secs = 2;
Bookatz75ee6042018-11-09 12:27:37 -08005628}
5629
5630/**
5631 * Pulls on-device BatteryStats power use calculations that are not due to a uid, broken down by
5632 * drain type.
5633 * This atom should be complemented by DeviceCalculatedPowerBlameUid, which contains the blame that
5634 * is attributed uids. They must all be included to get the total power use.
5635 */
5636message DeviceCalculatedPowerBlameOther {
5637 // The type of item whose power use is being reported.
5638 enum DrainType {
5639 AMBIENT_DISPLAY = 0;
5640 // reserved 1; reserved "APP"; // Logged instead in DeviceCalculatedPowerBlameUid.
5641 BLUETOOTH = 2;
5642 CAMERA = 3;
5643 // Cell-standby
5644 CELL = 4;
5645 FLASHLIGHT = 5;
5646 IDLE = 6;
5647 MEMORY = 7;
5648 // Amount that total computed drain exceeded the drain estimated using the
5649 // battery level changes and capacity.
5650 OVERCOUNTED = 8;
5651 PHONE = 9;
5652 SCREEN = 10;
5653 // Amount that total computed drain was below the drain estimated using the
5654 // battery level changes and capacity.
5655 UNACCOUNTED = 11;
5656 // reserved 12; reserved "USER"; // Entire drain for a user. This is NOT supported.
5657 WIFI = 13;
5658 }
5659 optional DrainType drain_type = 1;
5660
Bookatz3dbc13a2018-12-21 12:16:51 -08005661 // Power used by this item in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
5662 // BatteryStats last reset (i.e. roughly since device was last significantly charged).
5663 optional int64 power_nano_amp_secs = 2;
Rafal Slawik3bea8952018-11-15 12:39:33 +00005664}
arangelov4e994062018-11-13 16:12:38 +00005665
5666/**
5667 * Logs device policy features.
5668 *
5669 * Logged from:
5670 * frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java
5671 * packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
5672 */
5673message DevicePolicyEvent {
5674 // The event id - unique for each event.
5675 optional android.stats.devicepolicy.EventId event_id = 1;
5676 // The admin package name.
5677 optional string admin_package_name = 2;
5678 // A generic integer parameter.
5679 optional int32 integer_value = 3;
5680 // A generic boolean parameter.
5681 optional bool boolean_value = 4;
5682 // A parameter specifying a time period in milliseconds.
5683 optional uint64 time_period_millis = 5;
5684 // A parameter specifying a list of package names, bundle extras or string parameters.
5685 optional android.stats.devicepolicy.StringList string_list_value = 6 [(log_mode) = MODE_BYTES];
5686}
shawnlinea5b66b2018-11-13 15:05:29 +08005687
5688/**
5689 * Logs when DocumentsUI is started, and how. Call this when DocumentsUI first starts up.
5690 *
5691 * Logged from:
5692 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5693 */
5694message DocsUILaunchReported {
5695 optional android.stats.docsui.LaunchAction launch_action = 1;
5696 optional bool has_initial_uri = 2;
5697 optional android.stats.docsui.MimeType mime_type = 3;
5698 optional android.stats.docsui.Root initial_root = 4;
5699}
5700
5701/**
5702 * Logs root/app visited event in file managers/picker. Call this when the user
5703 * taps on root/app in hamburger menu.
5704 *
5705 * Logged from:
5706 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5707 */
5708message DocsUIRootVisitedReported {
5709 optional android.stats.docsui.ContextScope scope = 1;
5710 optional android.stats.docsui.Root root = 2;
5711}
5712
5713/**
5714 * Logs file operation stats. Call this when a file operation has completed.
5715 *
5716 * Logged from:
5717 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5718 */
5719message DocsUIFileOperationReported {
5720 optional android.stats.docsui.Provider provider = 1;
5721 optional android.stats.docsui.FileOperation file_op = 2;
5722}
5723
5724/**
5725 * Logs file operation stats. Call this when a copy/move operation has completed with a specific
5726 * mode.
5727 *
5728 * Logged from:
5729 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5730 */
5731message DocsUIFileOperationCopyMoveModeReported {
5732 optional android.stats.docsui.FileOperation file_op = 1;
5733 optional android.stats.docsui.CopyMoveOpMode mode = 2;
5734}
5735
5736
5737/**
5738 * Logs file sub operation stats. Call this when a file operation has failed.
5739 *
5740 * Logged from:
5741 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5742 */
5743message DocsUIFileOperationFailureReported {
5744 optional android.stats.docsui.Authority authority = 1;
5745 optional android.stats.docsui.SubFileOperation sub_op = 2;
5746}
5747
5748/**
5749* Logs the cancellation of a file operation. Call this when a job is canceled
5750*
5751* Logged from:
5752* package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5753*/
5754message DocsUIFileOperationCanceledReported {
5755 optional android.stats.docsui.FileOperation file_op = 1;
5756}
5757
5758/**
5759 * Logs startup time in milliseconds.
5760 *
5761 * Logged from:
5762 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5763 */
5764message DocsUIStartupMsReported {
5765 optional int32 startup_millis = 1;
5766}
5767
5768/**
5769 * Logs the action that was started by user.
5770 *
5771 * Logged from:
5772 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5773 */
5774message DocsUIUserActionReported {
5775 optional android.stats.docsui.UserAction action = 1;
5776}
5777
5778/**
5779 * Logs the invalid type when invalid scoped access is requested.
5780 *
5781 * Logged from:
5782 * package/app/DocumentsUI/src/com/android/documentsui/ScopedAccessMetrics.java
5783 */
5784message DocsUIInvalidScopedAccessRequestReported {
5785 optional android.stats.docsui.InvalidScopedAccess type = 1;
Rafal Slawikda51b932018-12-13 16:31:33 +00005786}
Ben Murdochbab399f2018-12-06 11:01:38 +00005787
5788/**
shawnlina75e82d2019-01-07 10:31:12 +08005789 * Logs the package name that launches docsui picker mode.
5790 *
5791 * Logged from:
5792 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5793 */
5794message DocsUIPickerLaunchedFromReported {
5795 optional string package_name = 1;
5796}
5797
5798/**
5799 * Logs the search type.
5800 *
5801 * Logged from:
5802 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5803 */
5804message DocsUISearchTypeReported {
5805 optional android.stats.docsui.SearchType search_type = 1;
5806}
5807
5808/**
5809 * Logs the search mode.
5810 *
5811 * Logged from:
5812 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5813 */
5814message DocsUISearchModeReported {
5815 optional android.stats.docsui.SearchMode search_mode = 1;
5816}
5817
5818/**
5819 * Logs the pick result information.
5820 *
5821 * Logged from:
5822 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5823 */
5824message DocsUIPickResultReported {
5825 optional int32 total_action_count = 1;
5826 optional int64 duration_millis = 2;
5827 optional int32 file_count= 3;
5828 optional bool is_searching = 4;
5829 optional android.stats.docsui.Root picked_from = 5;
5830 optional android.stats.docsui.MimeType mime_type = 6;
5831 optional int32 repeatedly_pick_times = 7;
5832}
5833
5834/**
Ben Murdochbab399f2018-12-06 11:01:38 +00005835 * Logs when an app's memory is compacted.
5836 *
5837 * Logged from:
5838 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
5839 */
5840message AppCompacted {
5841 // The pid of the process being compacted.
5842 optional int32 pid = 1;
5843
5844 // The name of the process being compacted.
5845 optional string process_name = 2;
5846
5847 // The type of compaction.
5848 enum Action {
5849 UNKNOWN = 0;
5850 SOME = 1;
5851 FULL = 2;
Ben Murdoch35c14202019-04-09 11:00:53 +01005852 PERSISTENT = 3;
5853 BFGS = 4;
Ben Murdochbab399f2018-12-06 11:01:38 +00005854 }
Ben Murdoch01720b82018-12-19 18:03:44 +00005855 optional Action action = 3;
Ben Murdochbab399f2018-12-06 11:01:38 +00005856
5857 // Total RSS in kilobytes consumed by the process prior to compaction.
5858 optional int64 before_rss_total_kilobytes = 4;
5859
5860 // File RSS in kilobytes consumed by the process prior to compaction.
5861 optional int64 before_rss_file_kilobytes = 5;
5862
5863 // Anonymous RSS in kilobytes consumed by the process prior to compaction.
5864 optional int64 before_rss_anon_kilobytes = 6;
5865
5866 // Swap in kilobytes consumed by the process prior to compaction.
5867 optional int64 before_swap_kilobytes = 7;
5868
5869 // Total RSS in kilobytes consumed by the process after compaction.
5870 optional int64 after_rss_total_kilobytes = 8;
5871
5872 // File RSS in kilobytes consumed by the process after compaction.
5873 optional int64 after_rss_file_kilobytes = 9;
5874
5875 // Anonymous RSS in kilobytes consumed by the process after compaction.
5876 optional int64 after_rss_anon_kilobytes = 10;
5877
5878 // Swap in kilobytes consumed by the process after compaction.
5879 optional int64 after_swap_kilobytes = 11;
5880
5881 // The time taken to perform compaction in milliseconds.
5882 optional int64 time_to_compact_millis = 12;
5883
5884 // The last compaction action performed for this app.
5885 optional Action last_action = 13;
5886
Ben Murdoch01720b82018-12-19 18:03:44 +00005887 // The last time that compaction was attempted on this process in milliseconds
5888 // since boot, not including sleep (see SystemClock.uptimeMillis()).
5889 optional int64 last_compact_timestamp_ms_since_boot = 14;
Ben Murdochbab399f2018-12-06 11:01:38 +00005890
Ben Murdoch885c21b2019-03-15 18:02:04 +00005891 // The "setAdj" (i.e. previous) oom_score_adj at the time of compaction.
Ben Murdoch01720b82018-12-19 18:03:44 +00005892 optional int32 oom_score_adj = 15;
Ben Murdochbab399f2018-12-06 11:01:38 +00005893
5894 // The process state at the time of compaction.
5895 optional android.app.ProcessStateEnum process_state = 16 [default = PROCESS_STATE_UNKNOWN];
Ben Murdochfdc55932019-01-30 10:43:15 +00005896
5897 // Free ZRAM in kilobytes before compaction.
5898 optional int64 before_zram_free_kilobytes = 17;
5899
5900 // Free ZRAM in kilobytes after compaction.
5901 optional int64 after_zram_free_kilobytes = 18;
Ben Murdochbab399f2018-12-06 11:01:38 +00005902}
lifr157fc552018-12-12 16:38:04 +08005903
5904/**
lifrb6b90b62019-03-29 00:40:17 +08005905 * Logs a DNS lookup operation initiated by the system resolver on behalf of an application
5906 * invoking native APIs such as getaddrinfo() or Java APIs such as Network#getAllByName().
5907 *
lifr1f74b052019-04-16 22:16:30 +08005908 * The NetworkDnsEventReported message represents the entire lookup operation, which may
5909 * result one or more queries to the recursive DNS resolvers. Those are individually logged
5910 * in DnsQueryEvents to enable computing error rates and network latency and timeouts
5911 * broken up by query type, transport, network interface, etc.
lifr157fc552018-12-12 16:38:04 +08005912 */
5913message NetworkDnsEventReported {
lifr1f74b052019-04-16 22:16:30 +08005914 optional android.stats.dnsresolver.EventType event_type = 1;
lifr157fc552018-12-12 16:38:04 +08005915
lifr1f74b052019-04-16 22:16:30 +08005916 optional android.stats.dnsresolver.ReturnCode return_code = 2;
lifrb6b90b62019-03-29 00:40:17 +08005917
5918 // The latency in microseconds of the entire DNS lookup operation.
lifr157fc552018-12-12 16:38:04 +08005919 optional int32 latency_micros = 3;
lifrb6b90b62019-03-29 00:40:17 +08005920
lifr1f74b052019-04-16 22:16:30 +08005921 // Only valid for event_type = EVENT_GETADDRINFO.
5922 optional int32 hints_ai_flags = 4;
lifrb6b90b62019-03-29 00:40:17 +08005923
lifr1f74b052019-04-16 22:16:30 +08005924 // Flags passed to android_res_nsend() defined in multinetwork.h
5925 // Only valid for event_type = EVENT_RESNSEND.
5926 optional int32 res_nsend_flags = 5;
lifrb6b90b62019-03-29 00:40:17 +08005927
lifrad9becc2019-05-20 11:04:41 +08005928 optional android.stats.dnsresolver.NetworkType network_type = 6;
lifrb6b90b62019-03-29 00:40:17 +08005929
5930 // The DNS over TLS mode on a specific netId.
lifr1f74b052019-04-16 22:16:30 +08005931 optional android.stats.dnsresolver.PrivateDnsModes private_dns_modes = 7;
lifrb6b90b62019-03-29 00:40:17 +08005932
5933 // Additional pass-through fields opaque to statsd.
5934 // The DNS resolver Mainline module can add new fields here without requiring an OS update.
lifr1f74b052019-04-16 22:16:30 +08005935 optional android.stats.dnsresolver.DnsQueryEvents dns_query_events = 8 [(log_mode) = MODE_BYTES];
lifr2b9fab72019-07-20 15:28:28 +08005936
5937 // The sample rate of DNS stats (to statsd) is 1/sampling_rate_denom.
5938 optional int32 sampling_rate_denom = 9;
lifr157fc552018-12-12 16:38:04 +08005939}
Chiachang Wangf6bedc22019-01-14 11:54:32 +08005940
5941/**
5942 * Logs when a data stall event occurs.
5943 *
5944 * Log from:
5945 * frameworks/base/services/core/java/com/android/server/connectivity/NetworkMonitor.java
5946 */
5947message DataStallEvent {
5948 // Data stall evaluation type.
5949 // See frameworks/base/services/core/java/com/android/server/connectivity/NetworkMonitor.java
5950 // Refer to the definition of DATA_STALL_EVALUATION_TYPE_*.
5951 optional int32 evaluation_type = 1;
5952 // See definition in data_stall_event.proto.
5953 optional com.android.server.connectivity.ProbeResult validation_result = 2;
5954 // See definition in data_stall_event.proto.
5955 optional android.net.NetworkCapabilitiesProto.Transport network_type = 3;
5956 // See definition in data_stall_event.proto.
5957 optional com.android.server.connectivity.WifiData wifi_info = 4 [(log_mode) = MODE_BYTES];
5958 // See definition in data_stall_event.proto.
5959 optional com.android.server.connectivity.CellularData cell_info = 5 [(log_mode) = MODE_BYTES];
5960 // See definition in data_stall_event.proto.
5961 optional com.android.server.connectivity.DnsEvent dns_event = 6 [(log_mode) = MODE_BYTES];
5962}
Christian Brunschenf86039e2018-12-21 12:26:14 +00005963
5964/*
5965 * Logs when RescueParty resets some set of experiment flags.
5966 *
5967 * Logged from:
5968 * frameworks/base/services/core/java/com/android/server/RescueParty.java
5969 */
5970message RescuePartyResetReported {
5971 // The rescue level of this reset. A value of 0 indicates missing or unknown level information.
5972 optional int32 rescue_level = 1;
5973}
Mathew Inwoodb375be52019-01-04 11:36:25 +00005974
5975/**
5976 * Logs when signed config is received from an APK, and if that config was applied successfully.
5977 * Logged from:
5978 * frameworks/base/services/core/java/com/android/server/signedconfig/SignedConfigService.java
5979 */
5980message SignedConfigReported {
5981 enum Type {
5982 UNKNOWN_TYPE = 0;
5983 GLOBAL_SETTINGS = 1;
5984 }
5985 optional Type type = 1;
5986
5987 // The final status of the signed config received.
5988 enum Status {
5989 UNKNOWN_STATUS = 0;
5990 APPLIED = 1;
5991 BASE64_FAILURE_CONFIG = 2;
5992 BASE64_FAILURE_SIGNATURE = 3;
5993 SECURITY_EXCEPTION = 4;
5994 INVALID_CONFIG = 5;
5995 OLD_CONFIG = 6;
5996 SIGNATURE_CHECK_FAILED = 7;
5997 NOT_APPLICABLE = 8;
Mathew Inwood610d0962019-01-15 11:50:28 +00005998 SIGNATURE_CHECK_FAILED_PROD_KEY_ABSENT = 9;
Mathew Inwoodb375be52019-01-04 11:36:25 +00005999 }
6000 optional Status status = 2;
6001
6002 // The version of the signed config processed.
6003 optional int32 version = 3;
6004
6005 // The package name that the config was extracted from.
6006 optional string from_package = 4;
6007
6008 enum Key {
6009 NO_KEY = 0;
6010 DEBUG = 1;
6011 PRODUCTION = 2;
6012 }
6013 // Which key was used to verify the config.
6014 optional Key verified_with = 5;
6015}
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006016
6017/*
6018 * Logs GNSS Network-Initiated (NI) location events.
6019 *
6020 * Logged from:
6021 * frameworks/base/services/core/java/com/android/server/location/GnssLocationProvider.java
6022 */
6023message GnssNiEventReported {
6024 // The type of GnssNiEvent.
6025 enum EventType {
6026 UNKNOWN = 0;
6027 NI_REQUEST = 1;
6028 NI_RESPONSE = 2;
6029 }
6030 optional EventType event_type = 1;
6031
6032 // An ID generated by HAL to associate NI notifications and UI responses.
6033 optional int32 notification_id = 2;
6034
6035 // A type which distinguishes different categories of NI request, such as VOICE, UMTS_SUPL etc.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006036 optional android.server.location.GnssNiType ni_type = 3;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006037
6038 // NI requires notification.
6039 optional bool need_notify = 4;
6040
6041 // NI requires verification.
6042 optional bool need_verify = 5;
6043
6044 // NI requires privacy override, no notification/minimal trace.
6045 optional bool privacy_override = 6;
6046
6047 // Timeout period to wait for user response. Set to 0 for no timeout limit. Specified in
6048 // seconds.
6049 optional int32 timeout = 7;
6050
6051 // Default response when timeout.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006052 optional android.server.location.GnssUserResponseType default_response = 8;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006053
6054 // String representing the requester of the network inititated location request.
6055 optional string requestor_id = 9;
6056
6057 // Notification message text string representing the service(for eg. SUPL-service) who sent the
6058 // network initiated location request.
6059 optional string text = 10;
6060
6061 // requestorId decoding scheme.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006062 optional android.server.location.GnssNiEncodingType requestor_id_encoding = 11;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006063
6064 // Notification message text decoding scheme.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006065 optional android.server.location.GnssNiEncodingType text_encoding = 12;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006066
6067 // True if SUPL ES is enabled.
6068 optional bool is_supl_es_enabled = 13;
6069
6070 // True if GNSS location is enabled.
6071 optional bool is_location_enabled = 14;
6072
6073 // GNSS NI responses which define the response in NI structures.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006074 optional android.server.location.GnssUserResponseType user_response = 15;
6075}
6076
6077/**
6078 * Logs GNSS non-framework (NFW) location notification.
6079 *
6080 * Logged from:
6081 * frameworks/base/services/core/java/com/android/server/location/GnssLocationProvider.java
6082 */
6083message GnssNfwNotificationReported {
6084 // Package name of the Android proxy application representing the non-framework entity that
6085 // requested location. Set to empty string if unknown.
6086 optional string proxy_app_package_name = 1;
6087
6088 // Protocol stack that initiated the non-framework location request.
6089 optional android.server.location.NfwProtocolStack protocol_stack = 2;
6090
6091 // Name of the protocol stack if protocol_stack field is set to OTHER_PROTOCOL_STACK. Otherwise,
6092 // set to empty string. This field is opaque to the framework and used for logging purposes.
6093 optional string other_protocol_stack_name = 3;
6094
6095 // Source initiating/receiving the location information.
6096 optional android.server.location.NfwRequestor requestor = 4;
6097
6098 // Identity of the endpoint receiving the location information. For example, carrier name, OEM
6099 // name, SUPL SLP/E-SLP FQDN, chipset vendor name, etc. This field is opaque to the framework
6100 // and used for logging purposes.
6101 optional string requestor_id = 5;
6102
6103 // Indicates whether location information was provided for this request.
6104 optional android.server.location.NfwResponseType response_type = 6;
6105
6106 // True if the device is in user initiated emergency session.
6107 optional bool in_emergency_mode = 7;
6108
6109 // True if cached location is provided.
6110 optional bool is_cached_location = 8;
6111
6112 // True if proxy app permission mismatch between framework and GNSS HAL.
6113 optional bool is_permission_mismatched = 9;
6114}
6115
6116/**
6117 * Logs GNSS configuration as defined in IGnssConfiguration.hal.
6118 *
6119 * Logged from:
6120 * frameworks/base/services/core/java/com/android/server/location/GnssConfiguration.java
6121 */
6122message GnssConfigurationReported {
6123 // SUPL host name.
6124 optional string supl_host = 1;
6125
6126 // SUPL port number.
6127 optional int32 supl_port = 2;
6128
6129 // C2K host name.
6130 optional string c2k_host = 3;
6131
6132 // C2K port number.
6133 optional int32 c2k_port = 4;
6134
6135 // The SUPL version requested by Carrier.
6136 optional int32 supl_ver = 5;
6137
6138 // The SUPL mode.
6139 optional android.server.location.SuplMode supl_mode = 6;
6140
6141 // True if NI emergency SUPL restrictions is enabled.
6142 optional bool supl_es = 7;
6143
6144 // LTE Positioning Profile settings
6145 optional android.server.location.LppProfile lpp_profile = 8;
6146
6147 // Positioning protocol on A-Glonass system.
6148 optional android.server.location.GlonassPosProtocol a_glonass_pos_protocol_select = 9;
6149
6150 // True if emergency PDN is used. Otherwise, regular PDN is used.
6151 optional bool use_emergency_pdn_for_emergency_supl= 10;
6152
6153 // Configurations of how GPS functionalities should be locked when user turns off GPS On setting.
6154 optional android.server.location.GpsLock gps_lock = 11;
6155
6156 // Number of seconds to extend the emergency session duration post emergency call.
6157 optional int32 es_extension_sec = 12;
6158
6159 // The full list of package names of proxy Android applications representing the non-framework
6160 // location access entities (on/off the device) for which the framework user has granted
6161 // non-framework location access permission. The package names are concatenated in one string
6162 // with spaces as separators.
6163 optional string enabled_proxy_app_package_name_list = 13;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006164}
Jack Yu95b64f32018-12-13 18:26:11 +08006165
6166/**
6167 * Logs when a NFC device's error occurred.
6168 * Logged from:
6169 * system/nfc/src/nfc/nfc/nfc_ncif.cc
6170 * packages/apps/Nfc/src/com/android/nfc/cardemulation/AidRoutingManager.java
6171 */
6172message NfcErrorOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006173 enum Type {
6174 UNKNOWN = 0;
6175 CMD_TIMEOUT = 1;
6176 ERROR_NOTIFICATION = 2;
6177 AID_OVERFLOW = 3;
6178 }
6179 optional Type type = 1;
6180 // If it's nci cmd timeout, log the timeout command.
6181 optional uint32 nci_cmd = 2;
Jack Yu95b64f32018-12-13 18:26:11 +08006182
Alex Salod7c3eef2019-01-25 14:43:27 -08006183 optional uint32 error_ntf_status_code = 3;
Jack Yu95b64f32018-12-13 18:26:11 +08006184}
6185
6186/**
6187 * Logs when a NFC device's state changed event
6188 * Logged from:
6189 * packages/apps/Nfc/src/com/android/nfc/NfcService.java
6190 */
6191message NfcStateChanged {
Alex Salod7c3eef2019-01-25 14:43:27 -08006192 enum State {
6193 UNKNOWN = 0;
6194 OFF = 1;
6195 ON = 2;
6196 ON_LOCKED = 3; // Secure Nfc enabled.
6197 CRASH_RESTART = 4; // NfcService watchdog timeout restart.
6198 }
6199 optional State state = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006200}
6201
6202/**
6203 * Logs when a NFC Beam Transaction occurred.
6204 * Logged from:
6205 * packages/apps/Nfc/src/com/android/nfc/P2pLinkManager.java
6206 */
6207message NfcBeamOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006208 enum Operation {
6209 UNKNOWN = 0;
6210 SEND = 1;
6211 RECEIVE = 2;
6212 }
6213 optional Operation operation = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006214}
6215
6216/**
6217 * Logs when a NFC Card Emulation Transaction occurred.
6218 * Logged from:
6219 * packages/apps/Nfc/src/com/android/nfc/cardemulation/HostEmulationManager.java
6220 * packages/apps/Nfc/src/com/android/nfc/cardemulation/HostNfcFEmulationManager.java
6221 */
6222message NfcCardemulationOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006223 enum Category {
6224 UNKNOWN = 0;
6225 HCE_PAYMENT = 1;
6226 HCE_OTHER = 2;
6227 OFFHOST = 3;
6228 }
6229 // Transaction belongs to HCE payment or HCE other category, or offhost.
6230 optional Category category = 1;
6231 // SeName from transaction: SIMx, eSEx, HCE, HCEF.
6232 optional string se_name = 2;
Jack Yu95b64f32018-12-13 18:26:11 +08006233}
6234
6235/**
6236 * Logs when a NFC Tag event occurred.
6237 * Logged from:
6238 * packages/apps/Nfc/src/com/android/nfc/NfcDispatcher.java
6239 */
6240message NfcTagOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006241 enum Type {
6242 UNKNOWN = 0;
6243 URL = 1;
6244 BT_PAIRING = 2;
6245 PROVISION = 3;
6246 WIFI_CONNECT = 4;
6247 APP_LAUNCH = 5;
6248 OTHERS = 6;
6249 }
6250 optional Type type = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006251}
6252
6253/**
6254 * Logs when Hce transaction triggered
6255 * Logged from:
6256 * system/nfc/src/nfc/nfc/nfc_ncif.cc
6257 */
6258message NfcHceTransactionOccurred {
6259 // The latency period(in microseconds) it took for the first HCE data
6260 // exchange.
6261 optional uint32 latency_micros = 1;
6262}
6263
6264/**
6265 * Logs when SecureElement state event changed
6266 * Logged from:
6267 * packages/apps/SecureElement/src/com/android/se/Terminal.java
6268 */
6269message SeStateChanged {
Alex Salod7c3eef2019-01-25 14:43:27 -08006270 enum State {
6271 UNKNOWN = 0;
6272 INITIALIZED = 1;
6273 DISCONNECTED = 2;
6274 CONNECTED = 3;
6275 HALCRASH = 4;
6276 }
6277 optional State state = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006278
Alex Salod7c3eef2019-01-25 14:43:27 -08006279 optional string state_change_reason = 2;
6280 // SIMx or eSEx.
6281 optional string terminal = 3;
Jack Yu95b64f32018-12-13 18:26:11 +08006282}
6283
6284/**
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006285 * Information about a permission grant request
6286 */
6287message PermissionGrantRequestResultReported {
6288 // unique value identifying an API call. A API call might result in multiple of these atoms
6289 optional int64 request_id = 1;
6290
6291 // UID of package requesting the permission grant
Stanislav Zholnine8d073b2019-11-25 17:49:21 +00006292 optional int32 uid = 2 [(is_uid) = true];
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006293
6294 // Name of package requesting the permission grant
Stanislav Zholnine8d073b2019-11-25 17:49:21 +00006295 optional string package_name = 3;
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006296
6297 // The permission to be granted
6298 optional string permission_name = 4;
6299
6300 // If the permission was explicitly requested via the API or added by the system
6301 optional bool is_implicit = 5;
6302
6303 enum Result {
6304 UNDEFINED = 0;
6305 // permission request was ignored
6306 IGNORED = 1;
6307 // permission request was ignored because it was user fixed
6308 IGNORED_USER_FIXED = 2;
6309 // permission request was ignored because it was policy fixed
6310 IGNORED_POLICY_FIXED = 3;
6311 // permission was granted by user action
6312 USER_GRANTED = 4;
6313 // permission was automatically granted
6314 AUTO_GRANTED = 5;
6315 // permission was denied by user action
6316 USER_DENIED = 6;
6317 // permission was denied with prejudice by the user
6318 USER_DENIED_WITH_PREJUDICE = 7;
6319 // permission was automatically denied
6320 AUTO_DENIED = 8;
Svet Ganovd8eb8b22019-04-05 18:52:08 -07006321 // permission request was ignored because permission is restricted
6322 IGNORED_RESTRICTED_PERMISSION = 9;
Stanislav Zholnin066aefb2019-10-17 18:40:33 +01006323 // one time permission was granted by user action
6324 USER_GRANTED_ONE_TIME = 10;
Stanislav Zholnin8fde4fb2019-12-06 19:06:08 +00006325 // user ignored request by leaving the request screen without choosing any option
6326 USER_IGNORED = 11;
Evan Severson7c1cc8a2019-12-17 14:36:17 -08006327 // user granted the permission after being linked to settings
6328 USER_GRANTED_IN_SETTINGS = 12;
6329 // user denied the permission after being linked to settings
6330 USER_DENIED_IN_SETTINGS = 13;
6331 // user denied the permission with prejudice after being linked to settings
6332 USER_DENIED_WITH_PREJUDICE_IN_SETTINGS = 14;
6333 // permission was automatically revoked after one-time permission expired
6334 AUTO_ONE_TIME_PERMISSION_REVOKED = 15;
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006335 }
6336 // The result of the permission grant
6337 optional Result result = 6;
6338}
6339
6340/**
Jack Yu95b64f32018-12-13 18:26:11 +08006341 * Logs when Omapi API used
6342 * Logged from:
6343 * packages/apps/SecureElement/src/com/android/se/Terminal.java
6344 */
6345message SeOmapiReported {
Alex Salod7c3eef2019-01-25 14:43:27 -08006346 enum Operation {
6347 UNKNOWN = 0;
6348 OPEN_CHANNEL = 1;
6349 }
6350 optional Operation operation = 1;
6351 // SIMx or eSEx.
6352 optional string terminal = 2;
Jack Yu95b64f32018-12-13 18:26:11 +08006353
Alex Salod7c3eef2019-01-25 14:43:27 -08006354 optional string package_name = 3;
Jack Yu95b64f32018-12-13 18:26:11 +08006355}
Ng Zhi An7ff7fdb2019-01-16 15:35:51 -08006356
6357/**
Alex Saloa060aee2019-01-21 14:36:41 -08006358 * Logs the dispatch latency of a broadcast during processing of BOOT_COMPLETED.
6359 * The dispatch latency is the dispatchClockTime - enqueueClockTime.
Ng Zhi An7ff7fdb2019-01-16 15:35:51 -08006360 * Logged from:
6361 * frameworks/base/services/core/java/com/android/server/am/BroadcastQueue.java
6362 */
6363message BroadcastDispatchLatencyReported {
Alex Saloa060aee2019-01-21 14:36:41 -08006364 optional int64 dispatch_latency_millis = 1;
6365}
6366
6367/**
6368 * Logs AttentionManagerService attention check result.
6369 *
6370 * Logged from:
6371 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java
6372 */
6373message AttentionManagerServiceResultReported {
6374 // See core/java/android/service/attention/AttentionService.java
6375 enum AttentionCheckResult {
6376 UNKNOWN = 20;
6377 ATTENTION_SUCCESS_ABSENT = 0;
6378 ATTENTION_SUCCESS_PRESENT = 1;
Alex Salodd028ba2019-04-17 13:33:49 -07006379 ATTENTION_FAILURE_UNKNOWN = 2;
6380 ATTENTION_FAILURE_CANCELLED = 3;
6381 ATTENTION_FAILURE_PREEMPTED = 4;
6382 ATTENTION_FAILURE_TIMED_OUT = 5;
6383 ATTENTION_FAILURE_CAMERA_PERMISSION_ABSENT = 6;
Alex Saloa060aee2019-01-21 14:36:41 -08006384 }
6385 optional AttentionCheckResult attention_check_result = 1 [default = UNKNOWN];
Ng Zhi An7ff7fdb2019-01-16 15:35:51 -08006386}
Michael Groover9e7b06e2018-12-28 19:55:51 -08006387
6388/**
6389 * Logs when an adb connection changes state.
6390 *
6391 * Logged from:
6392 * frameworks/base/services/core/java/com/android/server/adb/AdbDebuggingManager.java
6393 */
6394message AdbConnectionChanged {
6395 // The last time this system connected via adb, or 0 if the 'always allow' option was not
6396 // previously selected for this system.
6397 optional int64 last_connection_time_millis = 1;
6398
6399 // The time in ms within which a subsequent connection from an 'always allow' system is allowed
6400 // to reconnect via adb without user interaction.
6401 optional int64 auth_window_millis = 2;
6402
6403 // The state of the adb connection from frameworks/base/core/proto/android/debug/enums.proto.
6404 optional android.debug.AdbConnectionStateEnum state = 3;
6405
6406 // True if the 'always allow' option was selected for this system.
6407 optional bool always_allow = 4;
6408}
Carter Hsub8fd1e92019-01-11 15:24:45 +08006409
6410/*
6411 * Logs the reported speech DSP status.
6412 *
6413 * Logged from:
6414 * Vendor audio implementation.
6415 */
6416message SpeechDspStatReported {
6417 // The total Speech DSP uptime in milliseconds.
6418 optional int32 total_uptime_millis = 1;
6419 // The total Speech DSP downtime in milliseconds.
6420 optional int32 total_downtime_millis = 2;
6421 optional int32 total_crash_count = 3;
6422 optional int32 total_recover_count = 4;
6423}
Badhri Jagan Sridharan129c7292019-01-14 21:18:25 -08006424
6425/**
6426 * Logs USB connector contaminant status.
6427 *
6428 * Logged from: USB Service.
6429 */
6430message UsbContaminantReported {
6431 optional string id = 1;
6432 optional android.service.usb.ContaminantPresenceStatus status = 2;
6433}
Olivier Gaillard18d452202019-01-22 15:03:41 +00006434
6435/**
6436 * This atom is for debugging purpose.
6437 */
6438message DebugElapsedClock {
6439 // Monotically increasing value for each pull.
6440 optional int64 pull_count = 1;
6441 // Time from System.elapsedRealtime.
6442 optional int64 elapsed_clock_millis = 2;
6443 // Time from System.elapsedRealtime.
6444 optional int64 same_elapsed_clock_millis = 3;
6445 // Diff between current elapsed time and elapsed time from previous pull.
6446 optional int64 elapsed_clock_diff_millis = 4;
6447
6448 enum Type {
6449 TYPE_UNKNOWN = 0;
6450 ALWAYS_PRESENT = 1;
6451 PRESENT_ON_ODD_PULLS = 2;
6452 }
6453 // Type of behavior for the pulled data.
6454 optional Type type = 5;
6455}
6456
6457/**
6458 * This atom is for debugging purpose.
6459 */
6460message DebugFailingElapsedClock {
6461 // Monotically increasing value for each pull.
6462 optional int64 pull_count = 1;
6463 // Time from System.elapsedRealtime.
6464 optional int64 elapsed_clock_millis = 2;
6465 // Time from System.elapsedRealtime.
6466 optional int64 same_elapsed_clock_millis = 3;
6467 // Diff between current elapsed time and elapsed time from previous pull.
6468 optional int64 elapsed_clock_diff_millis = 4;
6469}
Steven Wuacef6bb2019-01-23 14:21:17 -05006470
6471/** Logs System UI bubbles event changed.
6472 *
6473 * Logged from:
6474 * frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles
6475 */
6476message BubbleUIChanged {
6477
6478 // The app package that is posting the bubble.
6479 optional string package_name = 1;
6480
6481 // The notification channel that is posting the bubble.
6482 optional string notification_channel = 2;
6483
6484 // The notification id associated with the posted bubble.
6485 optional int32 notification_id = 3;
6486
6487 // The position of the bubble within the bubble stack.
6488 optional int32 position = 4;
6489
6490 // The total number of bubbles within the bubble stack.
6491 optional int32 total_number = 5;
6492
6493 // User interactions with the bubble.
6494 enum Action {
6495 UNKNOWN = 0;
6496 POSTED = 1;
6497 UPDATED = 2;
6498 EXPANDED = 3;
6499 COLLAPSED = 4;
6500 DISMISSED = 5;
6501 STACK_DISMISSED = 6;
6502 STACK_MOVED = 7;
6503 HEADER_GO_TO_APP = 8;
6504 HEADER_GO_TO_SETTINGS = 9;
6505 PERMISSION_OPT_IN = 10;
6506 PERMISSION_OPT_OUT = 11;
Steven Wua62cb6a2019-02-15 17:12:51 -05006507 PERMISSION_DIALOG_SHOWN = 12;
Steven Wuacef6bb2019-01-23 14:21:17 -05006508 SWIPE_LEFT = 13;
6509 SWIPE_RIGHT = 14;
Steven Wua254dab2019-01-29 11:30:39 -05006510 STACK_EXPANDED = 15;
Steven Wu1684f2d2019-04-11 14:10:42 -04006511 FLYOUT = 16;
Steven Wuacef6bb2019-01-23 14:21:17 -05006512 }
6513 optional Action action = 6;
6514
6515 // Normalized screen position of the bubble stack. The range is between 0 and 1.
6516 optional float normalized_x_position = 7;
6517 optional float normalized_y_position = 8;
Steven Wu45e38ae2019-03-25 16:16:59 -04006518
6519 // Whether the bubble is unread. If it is unread, a dot is shown in the bubble stack icon.
6520 optional bool is_unread = 9;
Steven Wu8ba8ca92019-04-11 10:47:42 -04006521
6522 // Whether the bubble is an on-going one.
6523 optional bool is_ongoing = 10;
6524
6525 // Whether the bubble is produced by an app running in foreground.
Mady Mellordaa0a662019-06-24 16:42:35 -07006526 // This is deprecated and the value should be ignored.
6527 optional bool is_foreground = 11 [deprecated = true];
Steven Wuacef6bb2019-01-23 14:21:17 -05006528}
Kweku Adams8845d012018-12-11 20:06:45 -08006529
6530/**
Steven Wu552f63f2019-02-05 13:41:36 -05006531 * Logs System UI bubbles developer errors.
6532 *
6533 * Logged from:
6534 * frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java
6535 */
6536message BubbleDeveloperErrorReported {
6537
6538 // The app package that is posting the bubble.
6539 optional string package_name = 1;
6540
6541 // Bubble developer error type enums.
6542 enum Error {
6543 UNKNOWN = 0;
6544 ACTIVITY_INFO_MISSING = 1;
6545 ACTIVITY_INFO_NOT_RESIZABLE = 2;
6546 DOCUMENT_LAUNCH_NOT_ALWAYS = 3;
6547 }
6548 optional Error error = 2 [default = UNKNOWN];
6549}
6550
6551/**
Kweku Adams8845d012018-12-11 20:06:45 -08006552 * Logs that a constraint for a scheduled job has changed.
6553 *
6554 * Logged from:
6555 * frameworks/base/services/core/java/com/android/server/job/controllers/JobStatus.java
6556 */
6557message ScheduledJobConstraintChanged {
6558 repeated AttributionNode attribution_node = 1;
6559
6560 // Name of the job.
6561 optional string job_name = 2;
6562
6563 optional com.android.server.job.ConstraintEnum constraint = 3;
6564
6565 enum State {
Kweku Adamse8db3ab2019-02-27 14:30:34 -08006566 UNKNOWN = 0;
6567 UNSATISFIED = 1;
6568 SATISFIED = 2;
Kweku Adams8845d012018-12-11 20:06:45 -08006569 }
6570 optional State state = 4;
6571}
Alex Salod7c3eef2019-01-25 14:43:27 -08006572
6573/**
6574 * Logs PowerManagerService screen timeout resets (extensions) that happen when an attention check
6575 * returns true.
6576 *
6577 * Logged from:
6578 * frameworks/base/services/core/java/com/android/server/power/PowerManagerService.java
6579 */
6580message ScreenTimeoutExtensionReported {
6581 // Describes how many times in a row did the power manager reset the screen off timeout.
6582 optional uint32 consecutive_timeout_extended_count = 1;
6583}
Hui Yu885aca12019-01-10 17:11:34 -08006584
6585/*
6586* Logs number of milliseconds it takes to start a process.
6587* The definition of app process start time is from the app launch time to
6588* the time that Zygote finished forking the app process and loaded the
6589* application package's java classes.
6590
6591* This metric is different from AppStartOccurred which is for foreground
6592* activity only.
6593
6594* ProcessStartTime can report all processes (both foreground and background)
6595* start time.
6596*
6597* Logged from:
6598* frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
6599*/
6600message ProcessStartTime {
6601 // The uid of the ProcessRecord.
6602 optional int32 uid = 1 [(is_uid) = true];
6603
6604 // The process pid.
6605 optional int32 pid = 2;
6606
6607 // The process name.
6608 // Usually package name, "system" for system server.
6609 // Provided by ActivityManagerService.
6610 optional string process_name = 3;
6611
6612 enum StartType {
6613 UNKNOWN = 0;
6614 WARM = 1;
6615 HOT = 2;
6616 COLD = 3;
6617 }
6618
6619 // The start type.
6620 optional StartType type = 4;
6621
6622 // The elapsed realtime at the start of the process.
6623 optional int64 process_start_time_millis = 5;
6624
6625 // Number of milliseconds it takes to reach bind application.
6626 optional int32 bind_application_delay_millis = 6;
6627
6628 // Number of milliseconds it takes to finish start of the process.
6629 optional int32 process_start_delay_millis = 7;
6630
6631 // hostingType field in ProcessRecord, the component type such as "activity",
6632 // "service", "content provider", "broadcast" or other strings.
6633 optional string hosting_type = 8;
6634
6635 // hostingNameStr field in ProcessRecord. The component class name that runs
6636 // in this process.
6637 optional string hosting_name = 9;
6638}
6639
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08006640/**
Ray Essick8ab04df2019-02-15 11:01:02 -08006641 * Track Media Codec usage
6642 * Logged from:
6643 * frameworks/av/media/libstagefright/MediaCodec.cpp
6644 * frameworks/av/services/mediaanalytics/statsd_codec.cpp
6645 */
6646message MediametricsCodecReported {
6647 optional int64 timestamp_nanos = 1;
6648 optional string package_name = 2;
6649 optional int64 package_version_code = 3;
6650 optional int64 media_apex_version = 4;
6651
6652 optional android.stats.mediametrics.CodecData codec_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6653}
6654
6655/**
6656 * Track Media Extractor (pulling video/audio streams out of containers) usage
6657 * Logged from:
6658 * frameworks/av/media/libstagefright/RemoteMediaExtractor.cpp
6659 * frameworks/av/services/mediaanalytics/statsd_extractor.cpp
6660 */
6661message MediametricsExtractorReported {
6662 optional int64 timestamp_nanos = 1;
6663 optional string package_name = 2;
6664 optional int64 package_version_code = 3;
6665 optional int64 media_apex_version = 4;
6666
6667 optional android.stats.mediametrics.ExtractorData extractor_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6668}
6669
6670/**
6671 * Track how we arbitrate between microphone/input requests.
6672 * Logged from
6673 * frameworks/av/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp
6674 * frameworks/av/services/mediaanalytics/statsd_audiopolicy.cpp
6675 */
6676message MediametricsAudiopolicyReported {
6677 optional int64 timestamp_nanos = 1;
6678 optional string package_name = 2;
6679 optional int64 package_version_code = 3;
6680 optional int64 media_apex_version = 4;
6681
6682 optional android.stats.mediametrics.AudioPolicyData audiopolicy_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6683}
6684
6685/**
6686 * Track how we arbitrate between microphone requests.
6687 * Logged from
6688 * frameworks/av/media/libaudioclient/AudioRecord.cpp
6689 * frameworks/av/services/mediaanalytics/statsd_audiorecord.cpp
6690 */
6691message MediametricsAudiorecordReported {
6692 optional int64 timestamp_nanos = 1;
6693 optional string package_name = 2;
6694 optional int64 package_version_code = 3;
6695 optional int64 media_apex_version = 4;
6696
6697 optional android.stats.mediametrics.AudioRecordData audiorecord_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6698}
6699
6700/**
6701 * Track how we arbitrate between microphone/input requests.
6702 * Logged from
6703 * frameworks/av/media/libnblog/ReportPerformance.cpp
6704 * frameworks/av/services/mediaanalytics/statsd_audiothread.cpp
6705 */
6706message MediametricsAudiothreadReported {
6707 optional int64 timestamp_nanos = 1;
6708 optional string package_name = 2;
6709 optional int64 package_version_code = 3;
6710 optional int64 media_apex_version = 4;
6711
6712 optional android.stats.mediametrics.AudioThreadData audiothread_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6713}
6714
6715/**
6716 * Track how we arbitrate between microphone/input requests.
6717 * Logged from
6718 * frameworks/av/media/libaudioclient/AudioTrack.cpp
6719 * frameworks/av/services/mediaanalytics/statsd_audiotrack.cpp
6720 */
6721message MediametricsAudiotrackReported {
6722 optional int64 timestamp_nanos = 1;
6723 optional string package_name = 2;
6724 optional int64 package_version_code = 3;
6725 optional int64 media_apex_version = 4;
6726
6727 optional android.stats.mediametrics.AudioTrackData audiotrack_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6728}
6729
6730/**
6731 * Track information about DRM framework performance
6732 * Logged from
6733 * frameworks/av/drm/libmediadrm/DrmHal.cpp
6734 * frameworks/av/services/mediaanalytics/statsd_drm.cpp
6735 */
6736message MediametricsMediadrmReported {
6737 optional int64 timestamp_nanos = 1;
6738 optional string package_name = 2;
6739 optional int64 package_version_code = 3;
6740 optional int64 media_apex_version = 4;
6741
6742 // vendor+description tell about which DRM plugin is in use on this device
6743 optional string vendor = 5;
6744 optional string description = 6;
6745 // from frameworks/av/drm/libmediadrm/protos/metrics.proto
6746 optional bytes framework_stats = 7 [(android.os.statsd.log_mode) = MODE_BYTES];
6747}
6748
6749/**
6750 * Track information about the widevine DRM plugin performance
6751 * Logged from
6752 * vendor/widevine/libwvdrmengine/cdm/metrics
6753 * frameworks/av/services/mediaanalytics/statsd_drm.cpp
6754 */
6755message MediametricsDrmWidevineReported {
6756 optional int64 timestamp_nanos = 1;
6757 optional string package_name = 2;
6758 optional int64 package_version_code = 3;
6759 optional int64 media_apex_version = 4;
6760
6761 optional bytes vendor_specific_stats = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6762}
6763
6764/**
6765 * Track information about recordings (e.g. camcorder)
6766 * Logged from
6767 * frameworks/av/media/libmediaplayerservice/StagefrightRecorder.cpp
6768 * frameworks/av/services/mediaanalytics/statsd_recorder.cpp
6769 */
6770message MediametricsRecorderReported {
6771 optional int64 timestamp_nanos = 1;
6772 optional string package_name = 2;
6773 optional int64 package_version_code = 3;
6774 optional int64 media_apex_version = 4;
6775
6776 optional android.stats.mediametrics.RecorderData recorder_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6777}
6778
6779/**
6780 * Track Media Player usage
6781 * Logged from:
6782 * frameworks/av/media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp
6783 * frameworks/av/services/mediaanalytics/statsd_nuplayer.cpp
6784 */
6785message MediametricsNuPlayerReported {
6786 optional int64 timestamp_nanos = 1;
6787 optional string package_name = 2;
6788 optional int64 package_version_code = 3;
6789 optional int64 media_apex_version = 4;
6790
6791 optional android.stats.mediametrics.NuPlayerData nuplayer_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6792}
6793
6794/**
Robert Shiha4beed32019-08-19 14:15:23 -07006795 * Track Legacy DRM usage
6796 * Logged from
6797 * frameworks/av/drm/drmserver/DrmManager.cpp
6798 */
6799message MediametricsDrmManagerReported {
6800 optional int64 timestamp_nanos = 1;
6801 optional string package_name = 2;
6802 optional int64 package_version_code = 3;
6803 optional int64 media_apex_version = 4;
6804
6805 enum Method {
6806 METHOD_NOT_FOUND = -1;
6807 GET_CONSTRAINTS = 0;
6808 GET_METADATA = 1;
6809 CAN_HANDLE = 2;
6810 PROCESS_DRM_INFO = 3;
6811 ACQUIRE_DRM_INFO = 4;
6812 SAVE_RIGHTS = 5;
6813 GET_ORIGINAL_MIME_TYPE = 6;
6814 GET_DRM_OBJECT_TYPE = 7;
6815 CHECK_RIGHTS_STATUS = 8;
6816 REMOVE_RIGHTS = 9;
6817 REMOVE_ALL_RIGHTS = 10;
6818 OPEN_CONVERT_SESSION = 11;
6819 OPEN_DECRYPT_SESSION = 12;
6820 }
6821
6822 // plugin_id+description inform which Legacy DRM plugins are still in use on device
6823 optional string plugin_id = 5;
6824 optional string description = 6;
6825 optional Method method = 7;
6826 optional string mime_types = 8;
6827}
6828
6829/**
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08006830 * State of a dangerous permission requested by a package
Stanislav Zholninccb82e42019-11-29 18:59:49 +00006831 * Pulled from: StatsCompanionService
6832*/
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08006833message DangerousPermissionState {
6834 // Name of the permission
6835 optional string permission_name = 1;
6836
6837 // Uid of the package
6838 optional int32 uid = 2 [(is_uid) = true];
6839
6840 // Package requesting the permission
6841 optional string package_name = 3;
6842
6843 // If the permission is granted to the uid
6844 optional bool is_granted = 4;
Stanislav Zholnin75c3fd12019-05-21 13:10:51 +01006845
6846 // Permission flags as per android.content.pm.PermissionFlags
6847 optional int32 permission_flags = 5;
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08006848}
6849
Michael Groover4a0ca942019-01-24 17:41:25 -08006850/**
6851 * Logs when a package is denied access to a device identifier based on the new access requirements.
6852 *
6853 * Logged from:
6854 * frameworks/base/telephony/java/com/android/internal/telephony/TelephonyPermissions.java
6855 */
6856message DeviceIdentifierAccessDenied {
6857 // The name of the package denied access to the requested device identifier.
6858 optional string package_name = 1;
6859
6860 // The name of the device identifier method the package attempted to invoke.
6861 optional string method_name = 2;
6862
6863 // True if the package is preinstalled.
6864 optional bool is_preinstalled = 3;
6865
6866 // True if the package is privileged.
Sooraj Sasindran22b53f42019-11-27 15:57:33 -08006867 // Starting from Android 11, this boolean is not set and will always be false.
6868 optional bool is_priv_app = 4 [deprecated = true];
Michael Groover4a0ca942019-01-24 17:41:25 -08006869}
Chenjie Yue13f44a2019-02-07 17:51:38 -08006870
6871/**
Chenjie Yue13f44a2019-02-07 17:51:38 -08006872 * Pulls the ongoing mainline install train version code.
6873 * Pulled from StatsCompanionService
6874 */
6875message TrainInfo {
6876 optional int64 train_version_code = 1;
6877
6878 optional TrainExperimentIds train_experiment_id = 2;
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08006879
6880 optional string train_name = 3;
6881
6882 enum Status {
6883 UNKNOWN = 0;
6884 INSTALL_REQUESTED = 1;
6885 INSTALL_STARTED = 2;
6886 INSTALL_STAGED_NOT_READY = 3;
6887 INSTALL_STAGED_READY = 4;
6888 INSTALL_SUCCESS = 5;
Tej Singh403fe472019-04-30 12:54:21 -07006889 // Replaced by INSTALL_FAILURE_DOWNLOAD, INSTALL_FAILURE_STATE_MISMATCH,
6890 // and INSTALL_FAILURE_COMMIT.
6891 INSTALL_FAILURE = 6 [deprecated = true];
6892 // This enum is for installs that are manually cancelled via the Manual Update UI.
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08006893 INSTALL_CANCELLED = 7;
6894 INSTALLER_ROLLBACK_REQUESTED = 8;
6895 INSTALLER_ROLLBACK_INITIATED = 9;
6896 INSTALLER_ROLLBACK_INITIATED_FAILURE = 10;
6897 INSTALLER_ROLLBACK_STAGED = 11;
6898 INSTALLER_ROLLBACK_STAGED_FAILURE = 12;
6899 INSTALLER_ROLLBACK_BOOT_TRIGGERED = 13;
6900 INSTALLER_ROLLBACK_BOOT_TRIGGERED_FAILURE = 14;
6901 INSTALLER_ROLLBACK_SUCCESS = 15;
6902 INSTALLER_ROLLBACK_FAILURE = 16;
Howard Ro174ed562019-04-07 22:17:58 -07006903 INSTALLER_ROLLBACK_STAGED_CANCEL_REQUESTED = 17;
6904 INSTALLER_ROLLBACK_STAGED_CANCEL_SUCCESS = 18;
6905 INSTALLER_ROLLBACK_STAGED_CANCEL_FAILURE = 19;
6906 INSTALL_STAGED_CANCEL_REQUESTED = 20;
6907 INSTALL_STAGED_CANCEL_SUCCESS = 21;
6908 INSTALL_STAGED_CANCEL_FAILURE = 22;
Tej Singh403fe472019-04-30 12:54:21 -07006909 INSTALL_FAILURE_DOWNLOAD = 23;
6910 INSTALL_FAILURE_STATE_MISMATCH = 24;
6911 INSTALL_FAILURE_COMMIT = 25;
Jonathan Nguyen5886a712020-01-16 10:34:21 -08006912 REBOOT_TRIGGERED = 26;
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08006913 }
6914 optional Status status = 4;
Chenjie Yue13f44a2019-02-07 17:51:38 -08006915}
joshmccloskey8c3322e2019-01-09 18:25:57 -08006916
6917/**
6918 * Logs the gesture stage changed event.
6919 *
6920 * Logged from:
6921 * frameworks/base/packages/SystemUI/
6922 */
6923message AssistGestureStageReported {
joshmccloskey99f39012019-02-20 14:45:08 -08006924 optional android.hardware.sensor.assist.AssistGestureStageEnum gesture_stage = 1;
joshmccloskey8c3322e2019-01-09 18:25:57 -08006925}
6926
6927/**
6928 * Logs the feedback type.
6929 *
6930 * Logged from:
6931 * frameworks/base/packages/SystemUI/
6932 */
6933message AssistGestureFeedbackReported {
joshmccloskey99f39012019-02-20 14:45:08 -08006934 // Whether or not the gesture was used.
6935 optional android.hardware.sensor.assist.AssistGestureFeedbackEnum feedback_type = 1;
joshmccloskey8c3322e2019-01-09 18:25:57 -08006936}
6937
6938/**
6939 * Logs the progress.
6940 *
6941 * Logged from:
6942 * frameworks/base/packages/SystemUI/
6943 */
6944message AssistGestureProgressReported {
joshmccloskey99f39012019-02-20 14:45:08 -08006945 // [0,100] progress for the assist gesture.
6946 optional int32 progress = 1;
joshmccloskey8c3322e2019-01-09 18:25:57 -08006947}
Neil Fullerdb14b482019-02-05 19:44:44 +00006948
6949/*
6950 * Information about the time zone data on a device.
6951 */
6952message TimeZoneDataInfo {
6953 // A version identifier for the data set on device. e.g. "2018i"
6954 optional string tzdb_version = 1;
6955}
Yiwei Zhang5c81b632019-03-01 15:39:46 -08006956
Yiwei Zhang4fb92892019-03-04 14:29:25 -08006957/**
Yiwei Zhang5c81b632019-03-01 15:39:46 -08006958 * Logs the GPU stats global health information.
6959 *
6960 * Logged from:
6961 * frameworks/native/services/gpuservice/gpustats/
6962 */
6963message GpuStatsGlobalInfo {
6964 // Package name of the gpu driver.
6965 optional string driver_package_name = 1;
6966
6967 // Version name of the gpu driver.
6968 optional string driver_version_name = 2;
6969
6970 // Version code of the gpu driver.
6971 optional int64 driver_version_code = 3;
6972
6973 // Build time of the gpu driver in UTC as seconds since January 1, 1970.
6974 optional int64 driver_build_time = 4;
6975
6976 // Total count of the gl driver gets loaded.
6977 optional int64 gl_loading_count = 5;
6978
6979 // Total count of the gl driver fails to be loaded.
6980 optional int64 gl_loading_failure_count = 6;
6981
6982 // Total count of the Vulkan driver gets loaded.
6983 optional int64 vk_loading_count = 7;
6984
6985 // Total count of the Vulkan driver fails to be loaded.
6986 optional int64 vk_loading_failure_count = 8;
Yiwei Zhang63852d2a2019-05-06 19:31:20 -07006987
6988 // Api version of the system Vulkan driver.
6989 optional int32 vulkan_version = 9;
6990
6991 // Api version of the system CPU Vulkan driver.
6992 optional int32 cpu_vulkan_version = 10;
6993
6994 // Api version of the system GLES driver.
6995 optional int32 gles_version = 11;
Yiwei Zhanga0f5fef2019-05-08 16:30:47 -07006996
6997 // Total count of the angle driver gets loaded.
6998 optional int64 angle_loading_count = 12;
6999
7000 // Total count of the angle driver fails to be loaded.
7001 optional int64 angle_loading_failure_count = 13;
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007002}
7003
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007004/**
7005 * GPU driver loading time info.
7006 */
7007message GpuDriverLoadingTime {
7008 // List of all the driver loading times for this app. The list size is
7009 // capped at 50.
7010 repeated int64 driver_loading_time = 1;
7011}
7012
7013/**
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007014 * Logs the GPU stats per app health information.
7015 *
7016 * Logged from:
7017 * frameworks/native/services/gpuservice/gpustats/
7018 */
7019message GpuStatsAppInfo {
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007020 // Package name of the application that loads the gpu driver. Total number
7021 // of different packages is capped at 100.
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007022 optional string app_package_name = 1;
7023
7024 // Version code of the gpu driver this app loads.
7025 optional int64 driver_version_code = 2;
7026
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007027 // gl driver loading time info.
7028 optional GpuDriverLoadingTime gl_driver_loading_time = 3
7029 [(android.os.statsd.log_mode) = MODE_BYTES];
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007030
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007031 // Vulkan driver loading time info.
7032 optional GpuDriverLoadingTime vk_driver_loading_time = 4
7033 [(android.os.statsd.log_mode) = MODE_BYTES];
Yiwei Zhanga0f5fef2019-05-08 16:30:47 -07007034
7035 // Angle driver loading time info.
7036 optional GpuDriverLoadingTime angle_driver_loading_time = 5
7037 [(android.os.statsd.log_mode) = MODE_BYTES];
Yiwei Zhang7c709302019-05-09 15:00:46 -07007038
7039 // CPU Vulkan implementation is in use.
7040 optional bool cpu_vulkan_in_use = 6;
Yiwei Zhanga7638612019-07-03 17:34:12 -07007041
7042 // App is not doing pre-rotation correctly.
7043 optional bool false_prerotation = 7;
Yiwei Zhangf02cf6b2019-12-20 14:51:07 -08007044
7045 // App creates GLESv1 context.
7046 optional bool gles_1_in_use = 8;
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007047}
Rafal Slawikd4e87572019-03-12 13:08:38 +00007048
7049/*
7050 * Logs the size of the system ion heap.
7051 *
7052 * Pulled from StatsCompanionService.
7053 */
7054message SystemIonHeapSize {
Rafal Slawikbdd5a502020-01-14 14:14:29 +00007055 // Deprecated due to limited support of ion stats in debugfs.
7056 // Use `IonHeapSize` instead.
7057 option deprecated = true;
7058
Rafal Slawikd4e87572019-03-12 13:08:38 +00007059 // Size of the system ion heap in bytes.
Rafal Slawikbdd5a502020-01-14 14:14:29 +00007060 // Read from debugfs.
Rafal Slawikd4e87572019-03-12 13:08:38 +00007061 optional int64 size_in_bytes = 1;
7062}
Chiachang Wang0e88ebf2019-03-21 10:18:07 +08007063
Rafal Slawik77987ed2019-06-17 12:28:23 +01007064/*
Rafal Slawikbdd5a502020-01-14 14:14:29 +00007065 * Logs the total size of the ion heap.
7066 *
7067 * Pulled from StatsCompanionService.
7068 */
7069message IonHeapSize {
7070 // Total size of all ion heaps in kilobytes.
7071 // Read from: /sys/kernel/ion/total_heaps_kb.
7072 optional int32 total_size_kb = 1;
7073}
7074
7075/*
Rafal Slawik77987ed2019-06-17 12:28:23 +01007076 * Logs the per-process size of the system ion heap.
7077 *
7078 * Pulled from StatsCompanionService.
7079 */
7080message ProcessSystemIonHeapSize {
7081 // The uid if available. -1 means not available.
7082 optional int32 uid = 1 [(is_uid) = true];
7083
7084 // The process name (from /proc/PID/cmdline).
7085 optional string process_name = 2;
7086
7087 // Sum of sizes of all allocations.
7088 optional int32 total_size_in_kilobytes = 3;
7089
7090 // Number of allocations.
7091 optional int32 allocation_count = 4;
7092
7093 // Size of the largest allocation.
7094 optional int32 max_size_in_kilobytes = 5;
7095}
7096
Chiachang Wang0e88ebf2019-03-21 10:18:07 +08007097/**
7098 * Push network stack events.
7099 *
7100 * Log from:
7101 * frameworks/base/packages/NetworkStack/
7102 */
7103message NetworkStackReported {
Chiachang Wang729d2672019-03-27 17:33:52 +08007104 // The id that indicates the event reported from NetworkStack.
7105 optional int32 event_id = 1;
7106 // The data for the reported events.
Chiachang Wang0e88ebf2019-03-21 10:18:07 +08007107 optional android.stats.connectivity.NetworkStackEventData network_stack_event = 2 [(log_mode) = MODE_BYTES];
7108}
Carmen Agimofa769c152019-03-04 14:39:14 +00007109
7110/**
7111 * Logs the apps that are installed on the external storage.
7112 * Pulled from:
7113 * StatsCompanionService
7114 */
7115message AppsOnExternalStorageInfo {
7116 // The type of the external storage.
7117 optional android.stats.storage.ExternalStorageType external_storage_type = 1;
7118 // The name of the package that is installed on the external storage.
7119 optional string package_name = 2;
7120}
joshmccloskey34c1f8e2019-04-11 14:06:43 -07007121
7122/**
7123 * Logs the settings related to Face.
7124 * Logged from:
7125 * frameworks/base/services/core/java/com/android/server/stats
7126 */
7127message FaceSettings {
7128 // Whether or not face unlock is allowed on Keyguard.
7129 optional bool unlock_keyguard_enabled = 1;
7130 // Whether or not face unlock dismisses the Keyguard.
7131 optional bool unlock_dismisses_keyguard = 2;
7132 // Whether or not face unlock requires attention.
7133 optional bool unlock_attention_required = 3;
7134 // Whether or not face unlock is allowed for apps (through BiometricPrompt).
7135 optional bool unlock_app_enabled = 4;
7136 // Whether or not face unlock always requires user confirmation.
7137 optional bool unlock_always_require_confirmation = 5;
7138 // Whether or not a diverse set of poses are required during enrollment.
7139 optional bool unlock_diversity_required = 6;
7140}
Maggie White442b6312019-04-05 16:26:44 -07007141
7142/**
7143 * Logs cooling devices maintained by the kernel.
7144 *
7145 * Pulled from StatsCompanionService.java
7146 */
7147message CoolingDevice {
7148 // The type of cooling device being reported. Eg. CPU, GPU...
7149 optional android.os.CoolingTypeEnum device_location = 1;
7150 // The name of the cooling device source. Eg. CPU0
7151 optional string device_name = 2;
7152 // Current throttle state of the cooling device. The value can any unsigned
7153 // integer between 0 and max_state defined in its driver. 0 means device is
7154 // not in throttling, higher value means deeper throttling.
7155 optional int32 state = 3;
7156}
Ben Blount763a5d52019-04-10 11:48:58 -07007157
7158/**
7159 * Intelligence has several counter-type events that don't warrant a
7160 * full separate atom. These are primarily API call counters but also include
7161 * counters for feature usage and specific failure modes.
7162 *
7163 * Logged from the Intelligence mainline module.
7164 */
7165message IntelligenceEventReported {
Ben Blount3658fa72019-04-22 17:31:40 -07007166 // The event type.
Ben Blount763a5d52019-04-10 11:48:58 -07007167 optional android.stats.intelligence.EventType event_id = 1;
Ben Blount3658fa72019-04-22 17:31:40 -07007168 // Success, failure.
Ben Blount763a5d52019-04-10 11:48:58 -07007169 optional android.stats.intelligence.Status status = 2;
Ben Blount3658fa72019-04-22 17:31:40 -07007170 // How many times the event occured (to report a batch of high frequency events).
7171 optional int32 count = 3;
Ben Blounte3223f3d2019-05-02 22:49:03 -07007172 // How long the event took (sum of durations if count > 1)
Ben Blount3658fa72019-04-22 17:31:40 -07007173 optional int64 duration_millis = 4;
Ben Blount763a5d52019-04-10 11:48:58 -07007174}
Andrew T Nguyenee615d62019-05-01 14:40:19 -07007175
7176/**
Yuncheol Heod1a85d22019-05-08 17:13:42 -07007177 * Logs when Car Power state changed.
7178 *
7179 * Logged from:
7180 * packages/services/Car/service/src/com/android/car/CarStatsLog.java
7181 */
7182message CarPowerStateChanged {
7183 // States come from CpmsState in CarPowerManagementService.java.
7184 enum State {
7185 WAIT_FOR_VHAL = 0;
7186 ON = 1;
7187 SHUTDOWN_PREPARE = 2;
7188 WAIT_FOR_FINISH = 3;
7189 SUSPEND = 4;
7190 SIMULATE_SLEEP = 5;
7191 }
7192 optional State state = 1;
7193}
7194
7195/**
7196 * Logs whether GarageMode is entered.
7197 *
7198 * Logged from:
7199 * packages/services/Car/service/src/com/android/car/CarStatsLog.java
7200 */
7201message GarageModeInfo {
7202 // Whether GarageMode is entered.
7203 optional bool is_garage_mode = 1;
7204}
Martijn Coenencd95d462019-04-25 17:09:45 +02007205
7206/**
7207 * Historical app ops data per package.
7208 */
7209message AppOps {
7210 // Uid of the package requesting the op
7211 optional int32 uid = 1 [(is_uid) = true];
7212
Stanislav Zholnin606454c2019-11-27 15:31:49 +00007213 // Name of the package performing the op
Martijn Coenencd95d462019-04-25 17:09:45 +02007214 optional string package_name = 2;
7215
7216 // operation id; maps to the OP_* constants in AppOpsManager.java
7217 optional int32 op_id = 3;
7218
7219 // The number of times the op was granted while the app was in the
7220 // foreground (only for trusted requests)
7221 optional int64 trusted_foreground_granted_count = 4;
7222
7223 // The number of times the op was granted while the app was in the
7224 // background (only for trusted requests)
7225 optional int64 trusted_background_granted_count = 5;
7226
7227 // The number of times the op was rejected while the app was in the
7228 // foreground (only for trusted requests)
7229 optional int64 trusted_foreground_rejected_count = 6;
7230
7231 // The number of times the op was rejected while the app was in the
7232 // background (only for trusted requests)
7233 optional int64 trusted_background_rejected_count = 7;
7234
7235 // For long-running operations, total duration of the operation
7236 // while the app was in the foreground (only for trusted requests)
7237 optional int64 trusted_foreground_duration_millis = 8;
7238
7239 // For long-running operations, total duration of the operation
7240 // while the app was in the background (only for trusted requests)
7241 optional int64 trusted_background_duration_millis = 9;
Stanislav Zholnin42d710e2019-11-28 13:11:54 +00007242
7243 // Whether AppOps is guarded by Runtime permission
7244 optional bool is_runtime_permission = 10;
Martijn Coenencd95d462019-04-25 17:09:45 +02007245}
Hongyi Zhang700137e2019-05-23 21:19:36 -07007246
7247/**
7248 * Location Manager API Usage information(e.g. API under usage,
7249 * API call's parameters).
7250 * Logged from:
7251 * frameworks/base/services/core/java/com/android/server/LocationManagerService.java
7252 */
7253message LocationManagerApiUsageReported {
7254
7255 // Indicating if usage starts or usage ends.
7256 optional android.stats.location.UsageState state = 1;
7257
7258 // LocationManagerService's API in use.
7259 // We can identify which API from LocationManager is
7260 // invoking current LMS API by the combination of
7261 // API parameter(e.g. is_listener_null, is_intent_null,
7262 // is_location_request_null)
7263 optional android.stats.location.LocationManagerServiceApi api_in_use = 2;
7264
7265 // Name of the package calling the API.
7266 optional string calling_package_name = 3;
7267
7268 // Type of the location provider.
7269 optional android.stats.location.ProviderType provider = 4;
7270
7271 // Quality of the location request
7272 optional android.stats.location.LocationRequestQuality quality = 5;
7273
7274 // The desired interval for active location updates, in milliseconds.
7275 // Bucketized to reduce cardinality.
7276 optional android.stats.location.LocationRequestIntervalBucket bucketized_interval = 6;
7277
7278 // Minimum distance between location updates, in meters.
7279 // Bucketized to reduce cardinality.
7280 optional android.stats.location.SmallestDisplacementBucket
7281 bucketized_smallest_displacement = 7;
7282
7283 // The number of location updates.
7284 optional int64 num_updates = 8;
7285
7286 // The request expiration time, in millisecond since boot.
7287 // Bucketized to reduce cardinality.
7288 optional android.stats.location.ExpirationBucket
7289 bucketized_expire_in = 9;
7290
7291 // Type of Callback passed in for this API.
7292 optional android.stats.location.CallbackType callback_type = 10;
7293
7294 // The radius of the central point of the alert
7295 // region, in meters. Only for API REQUEST_GEOFENCE.
7296 // Bucketized to reduce cardinality.
7297 optional android.stats.location.GeofenceRadiusBucket bucketized_radius = 11;
7298
7299 // Activity Importance of API caller.
7300 // Categorized to 3 types that are interesting from location's perspective.
7301 optional android.stats.location.ActivityImportance activiy_importance = 12;
7302}
Stanislav Zholnin3d215df12019-06-05 16:48:20 +01007303
7304/**
7305 * Information about a permission grant or denial made by user inside ReviewPermissionsFragment
7306 */
7307message ReviewPermissionsFragmentResultReported {
7308 // unique value identifying a permission group change. A permission group change might result
7309 // in multiple of these atoms
7310 optional int64 change_id = 1;
7311
7312 // UID of package the permission belongs to
7313 optional int32 uid = 2 [(is_uid) = true];
7314
7315 // Name of package the permission belongs to
7316 optional string package_name = 3;
7317
7318 // The permission to be granted
7319 optional string permission_name = 4;
7320
7321 // The result of the permission grant
7322 optional bool permission_granted = 5;
7323}
Stanislav Zholnin247d1b72019-06-06 21:28:44 +01007324
7325/**
7326* Information about results of permission upgrade by RuntimePermissionsUpgradeController
7327* Logged from: RuntimePermissionUpdgradeController
7328*/
7329message RuntimePermissionsUpgradeResult {
7330 // Permission granted as result of upgrade
7331 optional string permission_name = 1;
7332
7333 // UID of package granted permission
7334 optional int32 uid = 2 [(is_uid) = true];
7335
7336 // Name of package granted permission
7337 optional string package_name = 3;
Stanislav Zholninbdf620b2019-06-06 22:38:33 +01007338}
7339
7340/**
7341* Information about a buttons presented in GrantPermissionsActivty and choice made by user
7342*/
7343message GrantPermissionsActivityButtonActions {
7344 // Permission granted as result of upgrade
7345 optional string permission_group_name = 1;
7346
7347 // UID of package granted permission
7348 optional int32 uid = 2 [(is_uid) = true];
7349
7350 // Name of package requesting permission
7351 optional string package_name = 3;
7352
7353 // Buttons presented in the dialog - bit flags, bit numbers are in accordance with
7354 // LABEL_ constants in GrantPermissionActivity.java
7355 optional int32 buttons_presented = 4;
7356
7357 // Button clicked by user - same as bit flags in buttons_presented with only single bit set
7358 optional int32 button_clicked = 5;
7359}
Stanislav Zholnin375e2ab2019-05-29 13:07:35 +01007360
7361/**
7362 * Information about LocationAccessCheck notification presented to user
7363 */
7364message LocationAccessCheckNotificationAction {
7365
7366 // id which identifies single session of user interacting with permission controller
7367 optional int64 session_id = 1;
7368
7369 // Uid of package for which location access check is presented
7370 optional int32 package_uid = 2;
7371
7372 // Name of package for which location access check is presented
7373 optional string package_name = 3;
7374
7375 enum Result {
7376 UNDEFINED = 0;
7377 // notification was presented to the user
7378 NOTIFICATION_PRESENTED = 1;
7379 // notification was declined by the user
7380 NOTIFICATION_DECLINED = 2;
7381 // notification was clicked by the user
7382 NOTIFICATION_CLICKED = 3;
7383 }
7384
7385 // View / interaction recorded
7386 optional Result result = 4;
7387}
Stanislav Zholnin3e0f9bc2019-05-23 19:03:55 +01007388
7389/**
7390 * Information about a permission grant or revoke made by user inside AppPermissionFragment
7391 */
7392message AppPermissionFragmentActionReported {
7393 // id which identifies single session of user interacting with permission controller
7394 optional int64 session_id = 1;
7395
7396 // unique value identifying a permission group change. A permission group change might result
7397 // in multiple of these atoms
7398 optional int64 change_id = 2;
7399
7400 // UID of package the permission belongs to
7401 optional int32 uid = 3 [(is_uid) = true];
7402
7403 // Name of package the permission belongs to
7404 optional string package_name = 4;
7405
7406 // The permission to be granted
7407 optional string permission_name = 5;
7408
7409 // The result of the permission grant
7410 optional bool permission_granted = 6;
7411}
Stanislav Zholninc9dda9e2019-06-02 20:50:13 +01007412
7413/**
7414* Information about a AppPermissionFragment viewed by user
7415*/
7416message AppPermissionFragmentViewed {
7417 // id which identifies single session of user interacting with permission controller
7418 optional int64 session_id = 1;
7419
7420 // UID of package for which permissions are viewed
7421 optional int32 uid = 2 [(is_uid) = true];
7422
7423 // Name of package for which permissions are viewed
7424 optional string package_name = 3;
7425
7426 // Permission group viewed
7427 optional string permission_group_name = 4;
7428}
Stanislav Zholnindc3e2b32019-06-06 18:10:14 +01007429
7430/**
7431* Information about a AppPermissionsFragment viewed by user
7432*/
7433message AppPermissionsFragmentViewed {
7434 // id which identifies single session of user interacting with permission controller
7435 optional int64 session_id = 1;
7436
7437 // id which identifies single view as every view might have several logging records
7438 // with different package information attached
7439 optional int64 view_id = 2;
7440
7441 // Permission group viewed
7442 optional string permission_group_name = 3;
7443
7444 // UID of package for which permissions are viewed
7445 optional int32 uid = 4 [(is_uid) = true];
7446
7447 // Name of package for which permissions are viewed
7448 optional string package_name = 5;
7449
7450 // Category in which permission is included
7451 enum Category {
7452 UNDEFINED = 0;
7453 ALLOWED = 1;
7454 ALLOWED_FOREGROUND = 2;
7455 DENIED = 3;
7456 }
7457 optional Category category = 6;
7458}
Stanislav Zholnin32a89c12019-06-04 14:59:21 +01007459
7460/**
7461* Information about a PermissionAppsFragment viewed by user.
7462* Logged from ui/handheld/PermissionAppsFragment.java
7463*/
7464message PermissionAppsFragmentViewed {
7465 // id which identifies single session of user interacting with permission controller
7466 optional int64 session_id = 1;
7467
7468 // id which identifies single view as every view might have several logging records
7469 // with different package information attached
7470 optional int64 view_id = 2;
7471
7472 // Permission group viewed
7473 optional string permission_group_name = 3;
7474
7475 // UID of package for which permissions are viewed
7476 optional int32 uid = 4 [(is_uid) = true];
7477
7478 // Name of package for which permissions are viewed
7479 optional string package_name = 5;
7480
7481 // Category in which app is included
7482 enum Category {
7483 UNDEFINED = 0;
7484 ALLOWED = 1;
7485 ALLOWED_FOREGROUND = 2;
7486 DENIED = 3;
7487 }
7488 optional Category category = 6;
7489}
Tony Make2b1b672019-07-29 16:59:47 +01007490
7491/**
7492 * Logs when there is a smart selection related event.
7493 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7494 * Logged from: TextClassifierEventLogger.java
7495 */
7496message TextSelectionEvent {
7497 // A session ID.
7498 optional string session_id = 1;
7499
7500 // Event type of this event.
7501 optional android.stats.textclassifier.EventType event_type = 2;
7502
Tony Mak9c84bd22019-12-09 07:27:25 +00007503 // Name of the annotator model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007504 optional string model_name = 3;
7505
7506 // Type of widget that was involved in triggering this event.
7507 optional android.stats.textclassifier.WidgetType widget_type = 4;
7508
7509 // Index of this event in a session.
7510 optional int32 event_index = 5;
7511
7512 // Entity type that is involved.
7513 optional string entity_type = 6;
7514
7515 // Relative word index of the start of the selection.
7516 optional int32 relative_word_start_index = 7;
7517
7518 // Relative word (exclusive) index of the end of the selection.
7519 optional int32 relative_word_end_index = 8;
7520
7521 // Relative word index of the start of the smart selection.
7522 optional int32 relative_suggested_word_start_index = 9;
7523
7524 // Relative word (exclusive) index of the end of the smart selection.
7525 optional int32 relative_suggested_word_end_index = 10;
Tony Mak98b59f02019-08-07 11:50:58 +01007526
7527 // Name of source package.
7528 optional string package_name = 11;
Tony Make2b1b672019-07-29 16:59:47 +01007529}
7530
7531/**
7532 * Logs when there is a smart linkify related event.
7533 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7534 * Logged from: TextClassifierEventLogger.java
7535 */
7536message TextLinkifyEvent {
7537 // A session ID.
7538 optional string session_id = 1;
7539
7540 // Event type of this event.
7541 optional android.stats.textclassifier.EventType event_type = 2;
7542
Tony Mak9c84bd22019-12-09 07:27:25 +00007543 // Name of the annotator model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007544 optional string model_name = 3;
7545
7546 // Type of widget that was involved in triggering this event.
7547 optional android.stats.textclassifier.WidgetType widget_type = 4;
7548
7549 // Index of this event in a session.
7550 optional int32 event_index = 5;
7551
7552 // Entity type that is involved.
7553 optional string entity_type = 6;
7554
7555 // Number of links detected.
7556 optional int32 num_links = 7;
7557
7558 // The total length of all links.
7559 optional int32 linked_text_length = 8;
7560
7561 // Length of input text.
7562 optional int32 text_length = 9;
7563
7564 // Time spent on generating links in ms.
7565 optional int64 latency_millis = 10;
Tony Mak98b59f02019-08-07 11:50:58 +01007566
7567 // Name of source package.
7568 optional string package_name = 11;
Tony Make2b1b672019-07-29 16:59:47 +01007569}
7570
7571/**
7572 * Logs when there is a conversation actions related event.
7573 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7574 * Logged from: TextClassifierEventLogger.java
7575 */
7576message ConversationActionsEvent {
7577 // A session ID.
7578 optional string session_id = 1;
7579
7580 // Event type of this event.
7581 optional android.stats.textclassifier.EventType event_type = 2;
7582
Tony Mak9c84bd22019-12-09 07:27:25 +00007583 // Name of the actions model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007584 optional string model_name = 3;
7585
7586 // Type of widget that was involved in triggering this event.
7587 optional android.stats.textclassifier.WidgetType widget_type = 4;
7588
7589 // The first entity type that is involved.
7590 optional string first_entity_type = 5;
7591
7592 // The second entity type that is involved.
7593 optional string second_entity_type = 6;
7594
7595 // The third entity type that is involved.
7596 optional string third_entity_type = 7;
7597
7598 // The score of the first entity type.
7599 optional float score = 8;
Tony Mak98b59f02019-08-07 11:50:58 +01007600
7601 // Name of source package.
7602 optional string package_name = 9;
Tony Mak9c84bd22019-12-09 07:27:25 +00007603
7604 // Name of the annotator model that is involved in this event.
7605 optional string annotator_model_name = 10;
Tony Make2b1b672019-07-29 16:59:47 +01007606}
7607
7608/**
7609 * Logs when there is a language detection related event.
7610 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7611 * Logged from: TextClassifierEventLogger.java
7612 */
7613message LanguageDetectionEvent {
7614 // A session ID.
7615 optional string session_id = 1;
7616
7617 // Event type of this event.
7618 optional android.stats.textclassifier.EventType event_type = 2;
7619
Tony Mak9c84bd22019-12-09 07:27:25 +00007620 // Name of the language detection model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007621 optional string model_name = 3;
7622
7623 // Type of widget that was involved in triggering this event.
7624 optional android.stats.textclassifier.WidgetType widget_type = 4;
7625
7626 // Detected language.
7627 optional string language_tag = 5;
7628
7629 // Score of the detected language.
7630 optional float score = 6;
7631
7632 // Position of this action.
7633 optional int32 action_index = 7;
Tony Mak98b59f02019-08-07 11:50:58 +01007634
7635 // Name of source package.
7636 optional string package_name = 8;
Tony Make2b1b672019-07-29 16:59:47 +01007637}
Tianjie Xu167c3db2019-07-22 14:25:14 -07007638
7639/**
7640 * Information about an OTA update attempt by update_engine.
7641 * Logged from platform/system/update_engine/metrics_reporter_android.cc
7642 */
7643message UpdateEngineUpdateAttemptReported {
7644 // The number of attempts for the update engine to apply a given payload.
7645 optional int32 attempt_number = 1;
7646
7647 optional android.stats.otaupdate.PayloadType payload_type = 2;
7648
7649 // The total time in minutes for the update engine to apply a given payload.
7650 // The time is calculated by calling clock_gettime() / CLOCK_BOOTTIME; and
7651 // it's increased when the system is sleeping.
7652 optional int32 duration_boottime_in_minutes = 3;
7653
7654 // The total time in minutes for the update engine to apply a given payload.
7655 // The time is calculated by calling clock_gettime() / CLOCK_MONOTONIC_RAW;
7656 // and it's not increased when the system is sleeping.
7657 optional int32 duration_monotonic_in_minutes = 4;
7658
7659 // The size of the payload in MiBs.
7660 optional int32 payload_size_mib = 5;
7661
7662 // The attempt result reported by the update engine for an OTA update.
7663 optional android.stats.otaupdate.AttemptResult attempt_result = 6;
7664
7665 // The error code reported by the update engine after an OTA update attempt
7666 // on A/B devices.
7667 optional android.stats.otaupdate.ErrorCode error_code = 7;
7668
7669 // The build fingerprint of the source system. The value is read from a
7670 // system property when the device takes the update. e.g.
7671 // Android/aosp_sailfish/sailfish:10/QP1A.190425.004/5507117:userdebug/test-keys
7672 optional string source_fingerprint = 8;
7673}
7674
7675/**
7676 * Information about all the attempts the device make before finishing the
7677 * successful update.
7678 * Logged from platform/system/update_engine/metrics_reporter_android.cc
7679 */
7680message UpdateEngineSuccessfulUpdateReported {
7681 // The number of attempts for the update engine to apply the payload for a
7682 // successful update.
7683 optional int32 attempt_count = 1;
7684
7685 optional android.stats.otaupdate.PayloadType payload_type = 2;
7686
7687 optional int32 payload_size_mib = 3;
7688
7689 // The total number of bytes downloaded by update_engine since the last
7690 // successful update.
7691 optional int32 total_bytes_downloaded_mib = 4;
7692
7693 // The ratio in percentage of the over-downloaded bytes compared to the
7694 // total bytes needed to successfully install the update. e.g. 200 if we
7695 // download 200MiB in total for a 100MiB package.
7696 optional int32 download_overhead_percentage = 5;
7697
7698 // The total time in minutes for the update engine to apply the payload for a
7699 // successful update.
7700 optional int32 total_duration_minutes = 6;
7701
7702 // The number of reboot of the device during a successful update.
7703 optional int32 reboot_count = 7;
7704}
Alec Mourie088e762019-07-02 13:10:55 -07007705
7706/**
Kenny Root4eacaaa2020-01-08 20:48:13 -08007707 * Reported when the RebootEscrow HAL has attempted to recover the escrowed
7708 * key to indicate whether it was successful or not.
7709 *
7710 * Logged from:
7711 * frameworks/base/services/core/java/com/android/server/locksettings/RebootEscrowManager.java
7712 */
7713message RebootEscrowRecoveryReported {
7714 optional bool successful = 1;
7715}
7716
7717/**
Alec Mourie088e762019-07-02 13:10:55 -07007718 * Global display pipeline metrics reported by SurfaceFlinger.
7719 * Pulled from:
7720 * frameworks/native/services/surfaceflinger/TimeStats/TimeStats.cpp
7721 */
7722message SurfaceflingerStatsGlobalInfo {
7723 // Total number of frames presented during the tracing period
7724 optional int64 total_frames = 1;
7725 // Total number of frames missed
7726 optional int64 missed_frames = 2;
7727 // Total number of frames that fell back to client composition
7728 optional int64 client_composition_frames = 3;
7729 // Total time the display was turned on
7730 optional int64 display_on_millis = 4;
7731 // Total time that was spent performing animations.
7732 // This is derived from the present-to-present layer histogram
7733 optional int64 animation_millis = 5;
7734}
7735
7736/**
7737 * Per-layer display pipeline metrics reported by SurfaceFlinger.
7738 * The number of layers uploaded will be restricted due to size limitations.
7739 * Pulled from:
7740 * frameworks/native/services/surfaceflinger/TimeStats/TimeStats.cpp
7741 */
7742message SurfaceflingerStatsLayerInfo {
7743 // The layer for this set of metrics
7744 // For now we can infer that the package name is included in the layer
7745 // name.
7746 optional string layer_name = 1;
7747 // Total number of frames presented
7748 optional int64 total_frames = 2;
7749 // Total number of dropped frames while latching a buffer for this layer.
7750 optional int64 dropped_frames = 3;
7751 // Set of timings measured between successive presentation timestamps.
7752 optional FrameTimingHistogram present_to_present = 4
7753 [(android.os.statsd.log_mode) = MODE_BYTES];
7754 // Set of timings measured from when an app queued a buffer for
7755 // presentation, until the buffer was actually presented to the
7756 // display.
7757 optional FrameTimingHistogram post_to_present = 5
7758 [(android.os.statsd.log_mode) = MODE_BYTES];
7759 // Set of timings measured from when a buffer is ready to be presented,
7760 // until the buffer was actually presented to the display.
7761 optional FrameTimingHistogram acquire_to_present = 6
7762 [(android.os.statsd.log_mode) = MODE_BYTES];
7763 // Set of timings measured from when a buffer was latched by
7764 // SurfaceFlinger, until the buffer was presented to the display
7765 optional FrameTimingHistogram latch_to_present = 7
7766 [(android.os.statsd.log_mode) = MODE_BYTES];
7767 // Set of timings measured from the desired presentation to the actual
7768 // presentation time
7769 optional FrameTimingHistogram desired_to_present = 8
7770 [(android.os.statsd.log_mode) = MODE_BYTES];
7771 // Set of timings measured from when an app queued a buffer for
7772 // presentation, until the buffer was ready to be presented.
7773 optional FrameTimingHistogram post_to_acquire = 9
7774 [(android.os.statsd.log_mode) = MODE_BYTES];
7775}
7776
7777/**
7778 * Histogram of frame counts bucketed by time in milliseconds.
7779 * Because of size limitations, we hard-cap the number of buckets, with
7780 * buckets for corresponding to larger milliseconds being less precise.
7781 */
7782message FrameTimingHistogram {
7783 // Timings in milliseconds that describes a set of histogram buckets
7784 repeated int32 time_millis_buckets = 1;
7785 // Number of frames that match to each time_millis, i.e. the bucket
7786 // contents
7787 // It's required that len(time_millis) == len(frame_count)
7788 repeated int64 frame_counts = 2;
7789}
Emilian Peev6729f372019-08-29 09:14:09 -07007790
Emilian Peev6729f372019-08-29 09:14:09 -07007791/**
7792 * Information about camera facing and API level usage.
7793 * Logged from:
7794 * frameworks/base/services/core/java/com/android/server/camera/CameraServiceProxy.java
7795 */
7796message CameraActionEvent {
7797 // Camera session duration
7798 optional int64 duration = 1;
7799
7800 // Camera API level used
7801 optional int32 api_level = 2;
7802
7803 // Name of client package
7804 optional string package_name = 3;
7805
7806 // Camera facing
7807 enum Facing {
7808 UNKNOWN = 0;
7809 BACK = 1;
7810 FRONT = 2;
7811 EXTERNAL = 3;
7812 }
7813 optional Facing facing = 4;
7814}
atrost01a20932019-08-28 15:40:37 +01007815
7816/**
7817 * Logs when a compatibility change is affecting an app.
7818 *
7819 * Logged from:
7820 * frameworks/base/core/java/android/app/AppCompatCallbacks.java and
7821 * frameworks/base/services/core/java/com/android/server/compat/PlatformCompat.java
7822 */
7823message AppCompatibilityChangeReported {
7824 // The UID of the app being affected by the compatibilty change.
7825 optional int32 uid = 1 [(is_uid) = true];
7826
7827 // The ID of the change affecting the app.
7828 optional int64 change_id = 2;
7829
7830 enum State {
7831 UNKNOWN_STATE = 0;
7832 ENABLED = 1;
7833 DISABLED = 2;
7834 LOGGED = 3;
7835 }
7836
7837 // The state of the change - if logged from gating whether it was enabled or disabled, or just
7838 // logged otherwise.
7839 optional State state = 3;
7840
7841 enum Source {
7842 UNKNOWN_SOURCE = 0;
7843 APP_PROCESS = 1;
7844 SYSTEM_SERVER = 2;
7845 }
7846
7847 // Where it was logged from.
7848 optional Source source = 4;
7849
7850}
Hector Dearman40579f62019-11-01 13:19:30 +00007851
7852/**
7853 * Logged from
7854 * external/perfetto/src/perfetto_cmd/perfetto_cmd.cc
7855 */
7856message PerfettoUploaded {
7857 enum Event {
7858 PERFETTO_UNDEFINED = 0;
7859 PERFETTO_TRACE_BEGIN = 1;
7860 PERFETTO_BACKGROUND_TRACE_BEGIN = 2;
7861 PERFETTO_ON_CONNECT = 3;
7862 PERFETTO_ON_TRACING_DISABLED = 4;
7863 PERFETTO_UPLOAD_DROPBOX_BEGIN = 5;
7864 PERFETTO_UPLOAD_DROPBOX_SUCCESS = 6;
7865 PERFETTO_UPLOAD_DROPBOX_FAILURE = 7;
7866 PERFETTO_UPLOAD_INCIDENT_BEGIN = 8;
7867 PERFETTO_UPLOAD_INCIDENT_SUCCESS = 9;
7868 PERFETTO_UPLOAD_INCIDENT_FAILURE = 10;
7869 PERFETTO_FINALIZE_TRACE_AND_EXIT = 11;
7870 PERFETTO_TRIGGER_BEGIN = 12;
7871 PERFETTO_TRIGGER_SUCCESS = 13;
7872 PERFETTO_TRIGGER_FAILURE = 14;
7873 PERFETTO_HIT_GUARDRAILS = 15;
7874 PERFETTO_ON_TIMEOUT = 16;
7875 PERFETTO_NOT_UPLOADING_EMPTY_TRACE = 17;
7876 }
7877
7878 // Which stage of the pipeline we are reporting from.
7879 optional Event event = 1;
7880
7881 // UUID matching the one set inside the SystemInfo trace packet.
7882 optional int64 trace_uuid_lsb = 2;
7883 optional int64 trace_uuid_msb = 3;
7884}
Mark Tabrya824a642019-11-05 12:26:12 -08007885
7886/**
7887 * Pulls client metrics on data transferred via Vehicle Maps Service.
7888 * Metrics are keyed by uid + layer.
7889 *
7890 * Pulled from:
7891 * packages/services/Car/service/src/com/android/car/stats/CarStatsService.java
7892 */
7893message VmsClientStats {
7894 // UID of the VMS client app
7895 optional int32 uid = 1 [(is_uid) = true];
7896
7897 // VMS layer definition
7898 optional int32 layer_type = 2;
7899 optional int32 layer_channel = 3;
7900 optional int32 layer_version = 4;
7901
7902 // Bytes and packets sent by the client for the layer
7903 optional int64 tx_bytes = 5;
7904 optional int64 tx_packets = 6;
7905
7906 // Bytes and packets received by the client for the layer
7907 optional int64 rx_bytes = 7;
7908 optional int64 rx_packets = 8;
7909
7910 // Bytes and packets dropped due to client error
7911 optional int64 dropped_bytes = 9;
7912 optional int64 dropped_packets = 10;
7913}
Stanislav Zholninccb82e42019-11-29 18:59:49 +00007914
7915/**
7916 * State of a dangerous permission requested by a package - sampled
7917 * Pulled from: StatsCompanionService.java with data obtained from PackageManager API
7918*/
7919message DangerousPermissionStateSampled {
7920 // Name of the permission
7921 optional string permission_name = 1;
7922
7923 // Uid of the package
7924 optional int32 uid = 2 [(is_uid) = true];
7925
7926 // If the permission is granted to the uid
7927 optional bool is_granted = 3;
7928
7929 // Permission flags as per android.content.pm.PermissionFlags
7930 optional int32 permission_flags = 4;
7931}
7932
Stan Iliev637ba5e2019-08-16 13:43:08 -04007933/**
7934 * HWUI renders pipeline type: GL (0) or Vulkan (1).
7935 */
7936enum PipelineType {
7937 GL = 0;
7938 VULKAN = 1;
7939}
7940
7941/**
7942 * HWUI stats for a given app.
7943 */
7944message GraphicsStats {
7945 // The package name of the app
7946 optional string package_name = 1;
7947
7948 // The version code of the app
7949 optional int64 version_code = 2;
7950
7951 // The start & end timestamps in UTC as
7952 // milliseconds since January 1, 1970
7953 // Compatible with java.util.Date#setTime()
7954 optional int64 stats_start = 3;
7955
7956 optional int64 stats_end = 4;
7957
7958 // HWUI renders pipeline type: GL or Vulkan.
7959 optional PipelineType pipeline = 5;
7960
7961 // Distinct frame count.
7962 optional int32 total_frames = 6;
7963
7964 // Number of "missed vsync" events.
7965 optional int32 missed_vsync_count = 7;
7966
7967 // Number of frames in triple-buffering scenario (high input latency)
7968 optional int32 high_input_latency_count = 8;
7969
7970 // Number of "slow UI thread" events.
7971 optional int32 slow_ui_thread_count = 9;
7972
7973 // Number of "slow bitmap upload" events.
7974 optional int32 slow_bitmap_upload_count = 10;
7975
7976 // Number of "slow draw" events.
7977 optional int32 slow_draw_count = 11;
7978
7979 // Number of frames that missed their deadline (aka, visibly janked)
7980 optional int32 missed_deadline_count = 12;
7981
7982 // The frame time histogram for the package
7983 optional FrameTimingHistogram cpu_histogram = 13
7984 [(android.os.statsd.log_mode) = MODE_BYTES];
7985
7986 // The gpu frame time histogram for the package
7987 optional FrameTimingHistogram gpu_histogram = 14
7988 [(android.os.statsd.log_mode) = MODE_BYTES];
7989
7990 // UI mainline module version.
7991 optional int64 version_ui_module = 15;
7992
7993 // If true, these are HWUI stats for up to a 24h period for a given app from today.
7994 // If false, these are HWUI stats for a 24h period for a given app from the last complete
7995 // day (yesterday). Stats from yesterday stay constant, while stats from today may change as
7996 // more apps are running / rendering.
7997 optional bool is_today = 16;
7998}
Stanislav Zholnin606454c2019-11-27 15:31:49 +00007999
8000/**
8001 * Message related to dangerous (runtime) app ops access
8002 */
8003message RuntimeAppOpsAccess {
8004 // Uid of the package accessing app op
8005 optional int32 uid = 1 [(is_uid) = true];
8006
8007 // Name of the package accessing app op
8008 optional string package_name = 2;
8009
8010 // operation id; maps to the OP_* constants in AppOpsManager.java
8011 optional int32 op_id = 3;
8012
8013 // feature id; provided by developer when accessing related API, limited at 50 chars by API.
8014 // Features must be provided through manifest using <feature> tag available in R and above.
8015 optional string feature_id = 4;
8016
8017 // message related to app op access, limited to 600 chars by API
8018 optional string message = 5;
8019
8020 enum SamplingStrategy {
8021 DEFAULT = 0;
8022 UNIFORM = 1;
8023 RARELY_USED = 2;
8024 }
8025
8026 // sampling strategy used to collect this message
8027 optional SamplingStrategy sampling_strategy = 6;
8028}
8029
Nikita Ioffe41dd57e2020-01-10 16:05:08 +00008030/*
8031 * Logs userspace reboot outcome and duration.
8032 *
8033 * Logged from:
8034 * frameworks/base/core/java/com/android/server/BootReceiver.java
8035 */
8036message UserspaceRebootReported {
8037 // Possible outcomes of userspace reboot.
8038 enum Outcome {
8039 // Default value in case platform failed to determine the outcome.
8040 OUTCOME_UNKNOWN = 0;
8041 // Userspace reboot succeeded (i.e. boot completed without a fall back to hard reboot).
8042 SUCCESS = 1;
8043 // Userspace reboot shutdown sequence was aborted.
8044 FAILED_SHUTDOWN_SEQUENCE_ABORTED = 2;
8045 // Remounting userdata into checkpointing mode failed.
8046 FAILED_USERDATA_REMOUNT = 3;
8047 // Device didn't finish booting before timeout and userspace reboot watchdog issued a hard
8048 // reboot.
8049 FAILED_USERSPACE_REBOOT_WATCHDOG_TRIGGERED = 4;
8050 }
8051 // Outcome of userspace reboot. Always set.
8052 optional Outcome outcome = 1;
8053 // Duration of userspace reboot in case it has a successful outcome.
8054 // Duration is measured as time between userspace reboot was initiated and until boot completed
8055 // (e.g. sys.boot_completed=1).
8056 optional int64 duration_millis = 2;
8057 // State of primary user's (user0) credential encryption storage.
8058 enum UserEncryptionState {
8059 // Default value.
8060 USER_ENCRYPTION_STATE_UNKNOWN = 0;
8061 // Credential encrypted storage is unlocked.
8062 UNLOCKED = 1;
8063 // Credential encrypted storage is locked.
8064 LOCKED = 2;
8065 }
8066 // State of primary user's encryption storage at the moment boot completed. Always set.
8067 optional UserEncryptionState user_encryption_state = 3;
8068}