blob: 71afc32686f1e1fb83eb31b9a9e87196542d5e46 [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.
Muhammad Qureshi100d2b62020-01-23 10:30:41 -080081 BleScanStateChanged ble_scan_state_changed = 2 [(module) = "bluetooth"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -080082 ProcessStateChanged process_state_changed = 3 [(module) = "framework"];
Muhammad Qureshi100d2b62020-01-23 10:30:41 -080083 BleScanResultReceived ble_scan_result_received = 4 [(module) = "bluetooth"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -080084 SensorStateChanged sensor_state_changed = 5 [(module) = "framework"];
85 GpsScanStateChanged gps_scan_state_changed = 6 [(module) = "framework"];
86 SyncStateChanged sync_state_changed = 7 [(module) = "framework"];
87 ScheduledJobStateChanged scheduled_job_state_changed = 8 [(module) = "framework"];
88 ScreenBrightnessChanged screen_brightness_changed = 9 [(module) = "framework"];
89 WakelockStateChanged wakelock_state_changed = 10 [(module) = "framework"];
90 LongPartialWakelockStateChanged long_partial_wakelock_state_changed =
91 11 [(module) = "framework"];
92 MobileRadioPowerStateChanged mobile_radio_power_state_changed = 12 [(module) = "framework"];
93 WifiRadioPowerStateChanged wifi_radio_power_state_changed = 13 [(module) = "framework"];
94 ActivityManagerSleepStateChanged activity_manager_sleep_state_changed =
95 14 [(module) = "framework"];
96 MemoryFactorStateChanged memory_factor_state_changed = 15 [(module) = "framework"];
97 ExcessiveCpuUsageReported excessive_cpu_usage_reported = 16 [(module) = "framework"];
98 CachedKillReported cached_kill_reported = 17 [(module) = "framework"];
99 ProcessMemoryStatReported process_memory_stat_reported = 18 [(module) = "framework"];
Muhammad Qureshi9bced7d2020-01-16 15:22:12 -0800100 LauncherUIChanged launcher_event = 19 [(module) = "sysui"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800101 BatterySaverModeStateChanged battery_saver_mode_state_changed = 20 [(module) = "framework"];
102 DeviceIdleModeStateChanged device_idle_mode_state_changed = 21 [(module) = "framework"];
103 DeviceIdlingModeStateChanged device_idling_mode_state_changed = 22 [(module) = "framework"];
104 AudioStateChanged audio_state_changed = 23 [(module) = "framework"];
105 MediaCodecStateChanged media_codec_state_changed = 24 [(module) = "framework"];
106 CameraStateChanged camera_state_changed = 25 [(module) = "framework"];
107 FlashlightStateChanged flashlight_state_changed = 26 [(module) = "framework"];
108 UidProcessStateChanged uid_process_state_changed = 27 [(module) = "framework"];
109 ProcessLifeCycleStateChanged process_life_cycle_state_changed = 28 [(module) = "framework"];
110 ScreenStateChanged screen_state_changed = 29 [(module) = "framework"];
111 BatteryLevelChanged battery_level_changed = 30 [(module) = "framework"];
112 ChargingStateChanged charging_state_changed = 31 [(module) = "framework"];
113 PluggedStateChanged plugged_state_changed = 32 [(module) = "framework"];
114 InteractiveStateChanged interactive_state_changed = 33 [(module) = "framework"];
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -0800115 TouchEventReported touch_event_reported = 34;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800116 WakeupAlarmOccurred wakeup_alarm_occurred = 35 [(module) = "framework"];
117 KernelWakeupReported kernel_wakeup_reported = 36 [(module) = "framework"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800118 WifiLockStateChanged wifi_lock_state_changed = 37 [(module) = "wifi"];
119 WifiSignalStrengthChanged wifi_signal_strength_changed = 38 [(module) = "wifi"];
120 WifiScanStateChanged wifi_scan_state_changed = 39 [(module) = "wifi"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800121 PhoneSignalStrengthChanged phone_signal_strength_changed = 40 [(module) = "framework"];
122 SettingChanged setting_changed = 41 [(module) = "framework"];
123 ActivityForegroundStateChanged activity_foreground_state_changed =
124 42 [(module) = "framework"];
125 IsolatedUidChanged isolated_uid_changed = 43 [(module) = "framework"];
126 PacketWakeupOccurred packet_wakeup_occurred = 44 [(module) = "framework"];
127 WallClockTimeShifted wall_clock_time_shifted = 45 [(module) = "framework"];
Bookatz8fcd09a2017-12-18 13:01:10 -0800128 AnomalyDetected anomaly_detected = 46;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800129 AppBreadcrumbReported app_breadcrumb_reported =
130 47 [(allow_from_any_uid) = true, (module) = "framework"];
131 AppStartOccurred app_start_occurred = 48 [(module) = "framework"];
132 AppStartCanceled app_start_canceled = 49 [(module) = "framework"];
133 AppStartFullyDrawn app_start_fully_drawn = 50 [(module) = "framework"];
Muhammad Qureshi79f068c2019-12-20 06:55:57 -0800134 LmkKillOccurred lmk_kill_occurred = 51 [(module) = "lmkd"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800135 PictureInPictureStateChanged picture_in_picture_state_changed = 52 [(module) = "framework"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800136 WifiMulticastLockStateChanged wifi_multicast_lock_state_changed = 53 [(module) = "wifi"];
Muhammad Qureshi79f068c2019-12-20 06:55:57 -0800137 LmkStateChanged lmk_state_changed = 54 [(module) = "lmkd"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800138 AppStartMemoryStateCaptured app_start_memory_state_captured = 55 [(module) = "framework"];
139 ShutdownSequenceReported shutdown_sequence_reported = 56 [(module) = "framework"];
Tej Singh6483ea42018-01-25 17:45:49 -0800140 BootSequenceReported boot_sequence_reported = 57;
Andrei Oneada01ea52019-01-30 15:28:36 +0000141 DaveyOccurred davey_occurred = 58 [(allow_from_any_uid) = true];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800142 OverlayStateChanged overlay_state_changed = 59 [(module) = "framework"];
143 ForegroundServiceStateChanged foreground_service_state_changed
144 = 60 [(module) = "framework"];
Muhammad Qureshidbe9e812020-01-25 07:41:39 -0800145 CallStateChanged call_state_changed = 61 [(module) = "telecom"];
Muhammad Qureshi9bced7d2020-01-16 15:22:12 -0800146 KeyguardStateChanged keyguard_state_changed = 62 [(module) = "sysui"];
147 KeyguardBouncerStateChanged keyguard_bouncer_state_changed = 63 [(module) = "sysui"];
148 KeyguardBouncerPasswordEntered keyguard_bouncer_password_entered = 64 [(module) = "sysui"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800149 AppDied app_died = 65 [(module) = "framework"];
150 ResourceConfigurationChanged resource_configuration_changed = 66 [(module) = "framework"];
151 BluetoothEnabledStateChanged bluetooth_enabled_state_changed = 67 [(module) = "framework"];
Muhammad Qureshi100d2b62020-01-23 10:30:41 -0800152 BluetoothConnectionStateChanged bluetooth_connection_state_changed =
153 68 [(module) = "bluetooth"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800154 GpsSignalQualityChanged gps_signal_quality_changed = 69 [(module) = "framework"];
155 UsbConnectorStateChanged usb_connector_state_changed = 70 [(module) = "framework"];
Andrew Chant28d627e2018-02-22 15:17:05 -0800156 SpeakerImpedanceReported speaker_impedance_reported = 71;
157 HardwareFailed hardware_failed = 72;
158 PhysicalDropDetected physical_drop_detected = 73;
159 ChargeCyclesReported charge_cycles_reported = 74;
Muhammad Qureshia4efed82020-01-23 13:53:51 -0800160 MobileConnectionStateChanged mobile_connection_state_changed = 75 [(module) = "telephony"];
161 MobileRadioTechnologyChanged mobile_radio_technology_changed = 76 [(module) = "telephony"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800162 UsbDeviceAttached usb_device_attached = 77 [(module) = "framework"];
163 AppCrashOccurred app_crash_occurred = 78 [(module) = "framework"];
164 ANROccurred anr_occurred = 79 [(module) = "framework"];
165 WTFOccurred wtf_occurred = 80 [(module) = "framework"];
166 LowMemReported low_mem_reported = 81 [(module) = "framework"];
Howard Rocb767f62018-06-19 19:58:05 -0700167 GenericAtom generic_atom = 82;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800168 KeyValuePairsAtom key_value_pairs_atom =
169 83 [(allow_from_any_uid) = true, (module) = "framework"];
170 VibratorStateChanged vibrator_state_changed = 84 [(module) = "framework"];
171 DeferredJobStatsReported deferred_job_stats_reported = 85 [(module) = "framework"];
Tej Singha72344992019-04-17 18:55:08 -0700172 ThermalThrottlingStateChanged thermal_throttling = 86 [deprecated=true];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800173 BiometricAcquired biometric_acquired = 87 [(module) = "framework"];
174 BiometricAuthenticated biometric_authenticated = 88 [(module) = "framework"];
175 BiometricErrorOccurred biometric_error_occurred = 89 [(module) = "framework"];
176 UiEventReported ui_event_reported = 90 [(module) = "framework"];
Howard Roa46b6582018-09-18 16:45:02 -0700177 BatteryHealthSnapshot battery_health_snapshot = 91;
178 SlowIo slow_io = 92;
179 BatteryCausedShutdown battery_caused_shutdown = 93;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800180 PhoneServiceStateChanged phone_service_state_changed = 94 [(module) = "framework"];
181 PhoneStateChanged phone_state_changed = 95 [(module) = "framework"];
arangelovd5db50e2018-10-12 20:24:39 +0100182 UserRestrictionChanged user_restriction_changed = 96;
Muhammad Qureshi9afad812020-01-23 15:04:59 -0800183 SettingsUIChanged settings_ui_changed = 97 [(module) = "settings"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800184 ConnectivityStateChanged connectivity_state_changed = 98 [(module) = "framework"];
Chenjie Yu75b3c492018-10-06 21:45:19 -0700185 // TODO: service state change is very noisy shortly after boot, as well
186 // as at other transitions - coming out of doze, device plugged in, etc.
187 // Consider removing this if it becomes a problem
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800188 ServiceStateChanged service_state_changed = 99 [(module) = "framework"];
189 ServiceLaunchReported service_launch_reported = 100 [(module) = "framework"];
190 FlagFlipUpdateOccurred flag_flip_update_occurred = 101 [(module) = "framework"];
191 BinaryPushStateChanged binary_push_state_changed = 102 [(module) = "framework"];
192 DevicePolicyEvent device_policy_event = 103 [(module) = "framework"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800193 DocsUIFileOperationCanceledReported docs_ui_file_op_canceled = 104 [(module) = "docsui"];
194 DocsUIFileOperationCopyMoveModeReported docs_ui_file_op_copy_move_mode_reported =
195 105 [(module) = "docsui"];
196 DocsUIFileOperationFailureReported docs_ui_file_op_failure = 106 [(module) = "docsui"];
197 DocsUIFileOperationReported docs_ui_provider_file_op = 107 [(module) = "docsui"];
198 DocsUIInvalidScopedAccessRequestReported docs_ui_invalid_scoped_access_request =
199 108 [(module) = "docsui"];
200 DocsUILaunchReported docs_ui_launch_reported = 109 [(module) = "docsui"];
201 DocsUIRootVisitedReported docs_ui_root_visited = 110 [(module) = "docsui"];
202 DocsUIStartupMsReported docs_ui_startup_ms = 111 [(module) = "docsui"];
203 DocsUIUserActionReported docs_ui_user_action_reported = 112 [(module) = "docsui"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800204 WifiEnabledStateChanged wifi_enabled_state_changed = 113 [(module) = "framework"];
tsaichristinececebdc2020-02-04 14:05:56 -0800205 WifiRunningStateChanged wifi_running_state_changed = 114
206 [(module) = "framework", deprecated = true];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800207 AppCompacted app_compacted = 115 [(module) = "framework"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800208 NetworkDnsEventReported network_dns_event_reported = 116 [(module) = "resolv"];
shawnlin9a1392a2019-04-09 16:21:17 +0800209 DocsUIPickerLaunchedFromReported docs_ui_picker_launched_from_reported =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800210 117 [(module) = "docsui"];
211 DocsUIPickResultReported docs_ui_pick_result_reported = 118 [(module) = "docsui"];
212 DocsUISearchModeReported docs_ui_search_mode_reported = 119 [(module) = "docsui"];
213 DocsUISearchTypeReported docs_ui_search_type_reported = 120 [(module) = "docsui"];
214 DataStallEvent data_stall_event = 121 [(module) = "network_stack"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800215 RescuePartyResetReported rescue_party_reset_reported = 122 [(module) = "framework"];
216 SignedConfigReported signed_config_reported = 123 [(module) = "framework"];
217 GnssNiEventReported gnss_ni_event_reported = 124 [(module) = "framework"];
Muhammad Qureshi100d2b62020-01-23 10:30:41 -0800218 BluetoothLinkLayerConnectionEvent bluetooth_link_layer_connection_event =
219 125 [(module) = "bluetooth"];
220 BluetoothAclConnectionStateChanged bluetooth_acl_connection_state_changed =
221 126 [(module) = "bluetooth"];
222 BluetoothScoConnectionStateChanged bluetooth_sco_connection_state_changed =
223 127 [(module) = "bluetooth"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800224 AppDowngraded app_downgraded = 128 [(module) = "framework"];
Felix Lopez Luisd95346a2018-12-12 10:32:32 +0000225 AppOptimizedAfterDowngraded app_optimized_after_downgraded = 129;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800226 LowStorageStateChanged low_storage_state_changed = 130 [(module) = "framework"];
227 GnssNfwNotificationReported gnss_nfw_notification_reported = 131 [(module) = "framework"];
228 GnssConfigurationReported gnss_configuration_reported = 132 [(module) = "framework"];
Maggie Whitefc1aa592018-11-28 21:55:23 -0800229 UsbPortOverheatEvent usb_port_overheat_event_reported = 133;
Muhammad Qureshif9a5ab02020-01-25 19:43:27 -0800230 NfcErrorOccurred nfc_error_occurred = 134 [(module) = "nfc"];
231 NfcStateChanged nfc_state_changed = 135 [(module) = "nfc"];
232 NfcBeamOccurred nfc_beam_occurred = 136 [(module) = "nfc"];
233 NfcCardemulationOccurred nfc_cardemulation_occurred = 137 [(module) = "nfc"];
234 NfcTagOccurred nfc_tag_occurred = 138 [(module) = "nfc"];
235 NfcHceTransactionOccurred nfc_hce_transaction_occurred = 139 [(module) = "nfc"];
Muhammad Qureshi70dfeb42020-01-24 20:11:44 -0800236 SeStateChanged se_state_changed = 140 [(module) = "secure_element"];
237 SeOmapiReported se_omapi_reported = 141 [(module) = "secure_element"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800238 BroadcastDispatchLatencyReported broadcast_dispatch_latency_reported =
239 142 [(module) = "framework"];
240 AttentionManagerServiceResultReported attention_manager_service_result_reported =
241 143 [(module) = "framework"];
242 AdbConnectionChanged adb_connection_changed = 144 [(module) = "framework"];
Carter Hsub8fd1e92019-01-11 15:24:45 +0800243 SpeechDspStatReported speech_dsp_stat_reported = 145;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800244 UsbContaminantReported usb_contaminant_reported = 146 [(module) = "framework"];
245 WatchdogRollbackOccurred watchdog_rollback_occurred = 147 [(module) = "framework"];
246 BiometricSystemHealthIssueDetected biometric_system_health_issue_detected =
247 148 [(module) = "framework"];
Muhammad Qureshi9bced7d2020-01-16 15:22:12 -0800248 BubbleUIChanged bubble_ui_changed = 149 [(module) = "sysui"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800249 ScheduledJobConstraintChanged scheduled_job_constraint_changed =
250 150 [(module) = "framework"];
Muhammad Qureshi100d2b62020-01-23 10:30:41 -0800251 BluetoothActiveDeviceChanged bluetooth_active_device_changed =
252 151 [(module) = "bluetooth"];
253 BluetoothA2dpPlaybackStateChanged bluetooth_a2dp_playback_state_changed =
254 152 [(module) = "bluetooth"];
255 BluetoothA2dpCodecConfigChanged bluetooth_a2dp_codec_config_changed =
256 153 [(module) = "bluetooth"];
257 BluetoothA2dpCodecCapabilityChanged bluetooth_a2dp_codec_capability_changed =
258 154 [(module) = "bluetooth"];
259 BluetoothA2dpAudioUnderrunReported bluetooth_a2dp_audio_underrun_reported =
260 155 [(module) = "bluetooth"];
261 BluetoothA2dpAudioOverrunReported bluetooth_a2dp_audio_overrun_reported =
262 156 [(module) = "bluetooth"];
263 BluetoothDeviceRssiReported bluetooth_device_rssi_reported =
264 157 [(module) = "bluetooth"];
265 BluetoothDeviceFailedContactCounterReported
266 bluetooth_device_failed_contact_counter_reported = 158 [(module) = "bluetooth"];
267 BluetoothDeviceTxPowerLevelReported bluetooth_device_tx_power_level_reported =
268 159 [(module) = "bluetooth"];
269 BluetoothHciTimeoutReported bluetooth_hci_timeout_reported =
270 160 [(module) = "bluetooth"];
271 BluetoothQualityReportReported bluetooth_quality_report_reported =
272 161 [(module) = "bluetooth"];
273 BluetoothDeviceInfoReported bluetooth_device_info_reported =
274 162 [(module) = "bluetooth"];
275 BluetoothRemoteVersionInfoReported bluetooth_remote_version_info_reported =
276 163 [(module) = "bluetooth"];
277 BluetoothSdpAttributeReported bluetooth_sdp_attribute_reported =
278 164 [(module) = "bluetooth"];
279 BluetoothBondStateChanged bluetooth_bond_state_changed =
280 165 [(module) = "bluetooth"];
281 BluetoothClassicPairingEventReported bluetooth_classic_pairing_event_reported =
282 166 [(module) = "bluetooth"];
283 BluetoothSmpPairingEventReported bluetooth_smp_pairing_event_reported =
284 167 [(module) = "bluetooth"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800285 ScreenTimeoutExtensionReported screen_timeout_extension_reported =
286 168 [(module) = "framework"];
287 ProcessStartTime process_start_time = 169 [(module) = "framework"];
Philip P. Moltmannb2f0c772019-04-11 14:41:21 -0700288 PermissionGrantRequestResultReported permission_grant_request_result_reported =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800289 170 [(module) = "permissioncontroller"];
Jack He815cdba2019-01-30 17:24:55 -0800290 BluetoothSocketConnectionStateChanged bluetooth_socket_connection_state_changed = 171;
Muhammad Qureshied8bca02020-01-24 16:07:49 -0800291 DeviceIdentifierAccessDenied device_identifier_access_denied =
292 172 [(module) = "telephony_common"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800293 BubbleDeveloperErrorReported bubble_developer_error_reported = 173 [(module) = "framework"];
Muhammad Qureshi76b25242020-01-25 19:02:08 -0800294 AssistGestureStageReported assist_gesture_stage_reported = 174 [(module) = "sysui"];
295 AssistGestureFeedbackReported assist_gesture_feedback_reported = 175 [(module) = "sysui"];
296 AssistGestureProgressReported assist_gesture_progress_reported = 176 [(module) = "sysui"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800297 TouchGestureClassified touch_gesture_classified = 177 [(module) = "framework"];
298 HiddenApiUsed hidden_api_used = 178 [(allow_from_any_uid) = true, (module) = "framework"];
Muhammad Qureshi9bced7d2020-01-16 15:22:12 -0800299 StyleUIChanged style_ui_changed = 179 [(module) = "sysui"];
Joel Galenson6f41b1062019-04-16 12:22:41 -0700300 PrivacyIndicatorsInteracted privacy_indicators_interacted =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800301 180 [(module) = "permissioncontroller"];
302 AppInstallOnExternalStorageReported app_install_on_external_storage_reported =
303 181 [(module) = "framework"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800304 NetworkStackReported network_stack_reported = 182 [(module) = "network_stack"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800305 AppMovedStorageReported app_moved_storage_reported = 183 [(module) = "framework"];
306 BiometricEnrolled biometric_enrolled = 184 [(module) = "framework"];
307 SystemServerWatchdogOccurred system_server_watchdog_occurred = 185 [(module) = "framework"];
308 TombStoneOccurred tomb_stone_occurred = 186 [(module) = "framework"];
Muhammad Qureshi100d2b62020-01-23 10:30:41 -0800309 BluetoothClassOfDeviceReported bluetooth_class_of_device_reported =
310 187 [(module) = "bluetooth"];
Ben Blount763a5d52019-04-10 11:48:58 -0700311 IntelligenceEventReported intelligence_event_reported =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800312 188 [(module) = "intelligence"];
313 ThermalThrottlingSeverityStateChanged thermal_throttling_severity_state_changed =
314 189 [(module) = "framework"];
Hai Zhang5d3328d2019-04-13 21:25:06 +0800315 RoleRequestResultReported role_request_result_reported =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800316 190 [(module) = "permissioncontroller"];
Ray Essick8ab04df2019-02-15 11:01:02 -0800317 MediametricsAudiopolicyReported mediametrics_audiopolicy_reported = 191;
318 MediametricsAudiorecordReported mediametrics_audiorecord_reported = 192;
319 MediametricsAudiothreadReported mediametrics_audiothread_reported = 193;
320 MediametricsAudiotrackReported mediametrics_audiotrack_reported = 194;
321 MediametricsCodecReported mediametrics_codec_reported = 195;
322 MediametricsDrmWidevineReported mediametrics_drm_widevine_reported = 196;
323 MediametricsExtractorReported mediametrics_extractor_reported = 197;
324 MediametricsMediadrmReported mediametrics_mediadrm_reported = 198;
325 MediametricsNuPlayerReported mediametrics_nuplayer_reported = 199;
326 MediametricsRecorderReported mediametrics_recorder_reported = 200;
Robert Shiha4beed32019-08-19 14:15:23 -0700327 MediametricsDrmManagerReported mediametrics_drmmanager_reported = 201;
Muhammad Qureshi4ba4bac2020-01-25 23:48:53 -0800328 CarPowerStateChanged car_power_state_changed = 203 [(module) = "car"];
329 GarageModeInfo garage_mode_info = 204 [(module) = "car"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800330 TestAtomReported test_atom_reported = 205 [(module) = "cts"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800331 ContentCaptureCallerMismatchReported content_capture_caller_mismatch_reported =
332 206 [(module) = "framework"];
333 ContentCaptureServiceEvents content_capture_service_events = 207 [(module) = "framework"];
334 ContentCaptureSessionEvents content_capture_session_events = 208 [(module) = "framework"];
335 ContentCaptureFlushed content_capture_flushed = 209 [(module) = "framework"];
336 LocationManagerApiUsageReported location_manager_api_usage_reported =
337 210 [(module) = "framework"];
Stanislav Zholninbdf620b2019-06-06 22:38:33 +0100338 ReviewPermissionsFragmentResultReported review_permissions_fragment_result_reported =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800339 211 [(module) = "permissioncontroller"];
Stanislav Zholnin247d1b72019-06-06 21:28:44 +0100340 RuntimePermissionsUpgradeResult runtime_permissions_upgrade_result =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800341 212 [(module) = "permissioncontroller"];
Stanislav Zholninbdf620b2019-06-06 22:38:33 +0100342 GrantPermissionsActivityButtonActions grant_permissions_activity_button_actions =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800343 213 [(module) = "permissioncontroller"];
Stanislav Zholnin375e2ab2019-05-29 13:07:35 +0100344 LocationAccessCheckNotificationAction location_access_check_notification_action =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800345 214 [(module) = "permissioncontroller"];
Stanislav Zholnin3e0f9bc2019-05-23 19:03:55 +0100346 AppPermissionFragmentActionReported app_permission_fragment_action_reported =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800347 215 [(module) = "permissioncontroller"];
Stanislav Zholninc9dda9e2019-06-02 20:50:13 +0100348 AppPermissionFragmentViewed app_permission_fragment_viewed =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800349 216 [(module) = "permissioncontroller"];
Stanislav Zholnindc3e2b32019-06-06 18:10:14 +0100350 AppPermissionsFragmentViewed app_permissions_fragment_viewed =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800351 217 [(module) = "permissioncontroller"];
Stanislav Zholnin32a89c12019-06-04 14:59:21 +0100352 PermissionAppsFragmentViewed permission_apps_fragment_viewed =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800353 218 [(module) = "permissioncontroller"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800354 TextSelectionEvent text_selection_event = 219 [(module) = "textclassifier"];
355 TextLinkifyEvent text_linkify_event = 220 [(module) = "textclassifier"];
356 ConversationActionsEvent conversation_actions_event = 221 [(module) = "textclassifier"];
357 LanguageDetectionEvent language_detection_event = 222 [(module) = "textclassifier"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800358 ExclusionRectStateChanged exclusion_rect_state_changed = 223 [(module) = "framework"];
Muhammad Qureshi9bced7d2020-01-16 15:22:12 -0800359 BackGesture back_gesture_reported_reported = 224 [(module) = "sysui"];
Tianjie Xu167c3db2019-07-22 14:25:14 -0700360 UpdateEngineUpdateAttemptReported update_engine_update_attempt_reported = 225;
361 UpdateEngineSuccessfulUpdateReported update_engine_successful_update_reported = 226;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800362 CameraActionEvent camera_action_event = 227 [(module) = "framework"];
atrost01a20932019-08-28 15:40:37 +0100363 AppCompatibilityChangeReported app_compatibility_change_reported =
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800364 228 [(allow_from_any_uid) = true, (module) = "framework"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800365 PerfettoUploaded perfetto_uploaded = 229 [(module) = "perfetto"];
Muhammad Qureshi4ba4bac2020-01-25 23:48:53 -0800366 VmsClientConnectionStateChanged vms_client_connection_state_changed =
367 230 [(module) = "car"];
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800368 MediaProviderScanEvent media_provider_scan_event = 233 [(module) = "mediaprovider"];
369 MediaProviderDeletionEvent media_provider_deletion_event = 234 [(module) = "mediaprovider"];
Jeff Sharkey6bd21572019-11-15 20:45:33 -0700370 MediaProviderPermissionEvent media_provider_permission_event =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800371 235 [(module) = "mediaprovider"];
372 MediaProviderSchemaChange media_provider_schema_change = 236 [(module) = "mediaprovider"];
Jeff Sharkey6bd21572019-11-15 20:45:33 -0700373 MediaProviderIdleMaintenance media_provider_idle_maintenance =
Muhammad Qureshibcf66062019-12-23 17:55:48 -0800374 237 [(module) = "mediaprovider"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800375 RebootEscrowRecoveryReported reboot_escrow_recovery_reported = 238 [(module) = "framework"];
376 BootTimeEventDuration boot_time_event_duration_reported = 239 [(module) = "framework"];
377 BootTimeEventElapsedTime boot_time_event_elapsed_time_reported =
378 240 [(module) = "framework"];
Keun young Park3e033cb2019-12-18 11:27:35 -0800379 BootTimeEventUtcTime boot_time_event_utc_time_reported = 241;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800380 BootTimeEventErrorCode boot_time_event_error_code_reported = 242 [(module) = "framework"];
Nikita Ioffe41dd57e2020-01-10 16:05:08 +0000381 UserspaceRebootReported userspace_reboot_reported = 243;
Muhammad Qureshi550b84c2020-02-03 14:17:59 -0800382 NotificationReported notification_reported = 244 [(module) = "framework"];
Will Brockman079fdaa2020-01-12 16:45:03 -0500383 NotificationPanelReported notification_panel_reported = 245;
384 NotificationChannelModified notification_panel_modified = 246;
Muhammad Qureshie2b24322020-01-28 10:54:17 -0800385 IntegrityCheckResultReported integrity_check_result_reported = 247 [(module) = "framework"];
386 IntegrityRulesPushed integrity_rules_pushed = 248 [(module) = "framework"];
Jordan Liubedfa702019-12-20 15:08:45 -0800387 CellBroadcastMessageReported cb_message_reported =
388 249 [(module) = "cellbroadcast"];
389 CellBroadcastMessageError cb_message_error =
390 250 [(module) = "cellbroadcast"];
xshu2c3d9e42019-09-26 17:54:02 -0700391 WifiHealthStatReported wifi_health_stat_reported = 251 [(module) = "wifi"];
392 WifiFailureStatReported wifi_failure_stat_reported = 252 [(module) = "wifi"];
393 WifiConnectionResultReported wifi_connection_result_reported = 253 [(module) = "wifi"];
Anton Hansson5a48e4b2020-02-06 14:50:35 +0000394 SdkExtensionStatus sdk_extension_status = 354;
Yao Chend54f9dd2017-10-17 17:37:48 +0000395 }
David Chenc8a43242017-10-17 16:23:28 -0700396
David Chen6e3e6cb2018-01-03 16:14:06 -0800397 // Pulled events will start at field 10000.
Rafal Slawikbdd5a502020-01-14 14:14:29 +0000398 // Next: 10071
David Chenc8a43242017-10-17 16:23:28 -0700399 oneof pulled {
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800400 WifiBytesTransfer wifi_bytes_transfer = 10000 [(module) = "framework"];
401 WifiBytesTransferByFgBg wifi_bytes_transfer_by_fg_bg = 10001 [(module) = "framework"];
402 MobileBytesTransfer mobile_bytes_transfer = 10002 [(module) = "framework"];
403 MobileBytesTransferByFgBg mobile_bytes_transfer_by_fg_bg = 10003 [(module) = "framework"];
404 BluetoothBytesTransfer bluetooth_bytes_transfer = 10006 [(module) = "framework"];
405 KernelWakelock kernel_wakelock = 10004 [(module) = "framework"];
Chenjie Yuc8b7f222018-01-11 23:25:57 -0800406 SubsystemSleepState subsystem_sleep_state = 10005;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800407 CpuTimePerFreq cpu_time_per_freq = 10008 [(module) = "framework"];
408 CpuTimePerUid cpu_time_per_uid = 10009 [(module) = "framework"];
409 CpuTimePerUidFreq cpu_time_per_uid_freq = 10010 [(module) = "framework"];
410 WifiActivityInfo wifi_activity_info = 10011 [(module) = "framework"];
411 ModemActivityInfo modem_activity_info = 10012 [(module) = "framework"];
412 BluetoothActivityInfo bluetooth_activity_info = 10007 [(module) = "framework"];
413 ProcessMemoryState process_memory_state = 10013 [(module) = "framework"];
414 SystemElapsedRealtime system_elapsed_realtime = 10014 [(module) = "framework"];
415 SystemUptime system_uptime = 10015 [(module) = "framework"];
416 CpuActiveTime cpu_active_time = 10016 [(module) = "framework"];
417 CpuClusterTime cpu_cluster_time = 10017 [(module) = "framework"];
Tej Singh86dc9db2018-09-06 00:39:57 +0000418 DiskSpace disk_space = 10018 [deprecated=true];
Jeffrey Huang43f4d262020-01-30 14:03:31 -0800419 RemainingBatteryCapacity remaining_battery_capacity = 10019 [(module) = "framework"];
420 FullBatteryCapacity full_battery_capacity = 10020 [(module) = "framework"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800421 Temperature temperature = 10021 [(module) = "framework"];
422 BinderCalls binder_calls = 10022 [(module) = "framework"];
423 BinderCallsExceptions binder_calls_exceptions = 10023 [(module) = "framework"];
424 LooperStats looper_stats = 10024 [(module) = "framework"];
425 DiskStats disk_stats = 10025 [(module) = "framework"];
426 DirectoryUsage directory_usage = 10026 [(module) = "framework"];
427 AppSize app_size = 10027 [(module) = "framework"];
428 CategorySize category_size = 10028 [(module) = "framework"];
429 ProcStats proc_stats = 10029 [(module) = "framework"];
Jeffrey Huang43f4d262020-01-30 14:03:31 -0800430 BatteryVoltage battery_voltage = 10030 [(module) = "framework"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800431 NumFingerprintsEnrolled num_fingerprints_enrolled = 10031 [(module) = "framework"];
432 DiskIo disk_io = 10032 [(module) = "framework"];
433 PowerProfile power_profile = 10033 [(module) = "framework"];
434 ProcStatsPkgProc proc_stats_pkg_proc = 10034 [(module) = "framework"];
435 ProcessCpuTime process_cpu_time = 10035 [(module) = "framework"];
436 CpuTimePerThreadFreq cpu_time_per_thread_freq = 10037 [(module) = "framework"];
Bookatz92da2832018-11-01 18:10:03 -0700437 OnDevicePowerMeasurement on_device_power_measurement = 10038;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800438 DeviceCalculatedPowerUse device_calculated_power_use = 10039 [(module) = "framework"];
439 DeviceCalculatedPowerBlameUid device_calculated_power_blame_uid =
440 10040 [(module) = "framework"];
441 DeviceCalculatedPowerBlameOther device_calculated_power_blame_other =
442 10041 [(module) = "framework"];
443 ProcessMemoryHighWaterMark process_memory_high_water_mark = 10042 [(module) = "framework"];
Jeffrey Huang9a3c1b62020-01-27 17:33:13 -0800444 BatteryLevel battery_level = 10043 [(module) = "framework"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800445 BuildInformation build_information = 10044 [(module) = "framework"];
Jeffrey Huang43f4d262020-01-30 14:03:31 -0800446 BatteryCycleCount battery_cycle_count = 10045 [(module) = "framework"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800447 DebugElapsedClock debug_elapsed_clock = 10046 [(module) = "framework"];
448 DebugFailingElapsedClock debug_failing_elapsed_clock = 10047 [(module) = "framework"];
449 NumFacesEnrolled num_faces_enrolled = 10048 [(module) = "framework"];
450 RoleHolder role_holder = 10049 [(module) = "framework"];
451 DangerousPermissionState dangerous_permission_state = 10050 [(module) = "framework"];
Chenjie Yue13f44a2019-02-07 17:51:38 -0800452 TrainInfo train_info = 10051;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800453 TimeZoneDataInfo time_zone_data_info = 10052 [(module) = "framework"];
454 ExternalStorageInfo external_storage_info = 10053 [(module) = "framework"];
Yiwei Zhang5c81b632019-03-01 15:39:46 -0800455 GpuStatsGlobalInfo gpu_stats_global_info = 10054;
456 GpuStatsAppInfo gpu_stats_app_info = 10055;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800457 SystemIonHeapSize system_ion_heap_size = 10056 [deprecated = true, (module) = "framework"];
458 AppsOnExternalStorageInfo apps_on_external_storage_info = 10057 [(module) = "framework"];
459 FaceSettings face_settings = 10058 [(module) = "framework"];
460 CoolingDevice cooling_device = 10059 [(module) = "framework"];
461 AppOps app_ops = 10060 [(module) = "framework"];
462 ProcessSystemIonHeapSize process_system_ion_heap_size = 10061 [(module) = "framework"];
Alec Mourie088e762019-07-02 13:10:55 -0700463 SurfaceflingerStatsGlobalInfo surfaceflinger_stats_global_info = 10062;
464 SurfaceflingerStatsLayerInfo surfaceflinger_stats_layer_info = 10063;
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800465 ProcessMemorySnapshot process_memory_snapshot = 10064 [(module) = "framework"];
Muhammad Qureshi4ba4bac2020-01-25 23:48:53 -0800466 VmsClientStats vms_client_stats = 10065 [(module) = "car"];
Muhammad Qureshi1f6dc942020-01-27 16:36:45 -0800467 NotificationRemoteViews notification_remote_views = 10066 [(module) = "framework"];
468 DangerousPermissionStateSampled dangerous_permission_state_sampled =
469 10067 [(module) = "framework"];
Stan Iliev637ba5e2019-08-16 13:43:08 -0400470 GraphicsStats graphics_stats = 10068;
Stanislav Zholnin88c6f322020-01-29 14:48:11 +0000471 RuntimeAppOpAccess runtime_app_op_access = 10069 [(module) = "framework"];
Kenny Root6c218db2020-02-02 17:43:44 +0000472 IonHeapSize ion_heap_size = 10070 [(module) = "framework"];
David Chenc8a43242017-10-17 16:23:28 -0700473 }
yroa1fe77c2018-02-26 14:22:54 -0800474
Bookatz76aafcf2018-09-17 16:17:10 -0700475 // DO NOT USE field numbers above 100,000 in AOSP.
476 // Field numbers 100,000 - 199,999 are reserved for non-AOSP (e.g. OEMs) to use.
477 // Field numbers 200,000 and above are reserved for future use; do not use them at all.
Rafal Slawik203c3db2019-09-25 19:53:01 +0100478
479 reserved 10036;
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700480}
481
Yao Chend54f9dd2017-10-17 17:37:48 +0000482/**
Yangster-mac20877162017-12-22 17:19:39 -0800483 * This proto represents a node of an attribution chain.
484 * Note: All attribution chains are represented as a repeated field of type
485 * AttributionNode. It is understood that in such arrays, the order is that
486 * of calls, that is [A, B, C] if A calls B that calls C.
Yao Chend54f9dd2017-10-17 17:37:48 +0000487 */
Yangster-mac20877162017-12-22 17:19:39 -0800488message AttributionNode {
489 // The uid for a given element in the attribution chain.
Yangster-mac7604aea2017-12-11 22:55:49 -0800490 optional int32 uid = 1;
Yangster-mac7604aea2017-12-11 22:55:49 -0800491
Yangster-mac20877162017-12-22 17:19:39 -0800492 // The (optional) string tag for an element in the attribution chain. If the
493 // element has no tag, it is encoded as an empty string.
494 optional string tag = 2;
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700495}
496
Yangster-mac48b3d622018-08-18 12:38:11 -0700497message KeyValuePair {
498 optional int32 key = 1;
499 oneof value {
Howard Ro4078dd42018-09-27 17:41:08 -0700500 int32 value_int = 2;
501 int64 value_long = 3;
502 string value_str = 4;
503 float value_float = 5;
Yangster-mac48b3d622018-08-18 12:38:11 -0700504 }
505}
506
507message KeyValuePairsAtom {
508 optional int32 uid = 1;
509 repeated KeyValuePair pairs = 2;
510}
511
Yao Chend54f9dd2017-10-17 17:37:48 +0000512/*
513 * *****************************************************************************
yrode4ca102017-11-15 22:57:24 -0800514 * Below are all of the individual atoms that are logged by Android via statsd.
Yao Chend54f9dd2017-10-17 17:37:48 +0000515 *
516 * RULES:
517 * - The field ids for each atom must start at 1, and count upwards by 1.
518 * Skipping field ids is not allowed.
519 * - These form an API, so renaming, renumbering or removing fields is
520 * not allowed between android releases. (This is not currently enforced,
521 * but there will be a tool to enforce this restriction).
522 * - The types must be built-in protocol buffer types, namely, no sub-messages
523 * are allowed (yet). The bytes type is also not allowed.
524 * - The CamelCase name of the message type should match the
Stefan Lafonae2df012017-11-14 09:17:21 -0800525 * underscore_separated name as defined in Atom.
Yao Chend54f9dd2017-10-17 17:37:48 +0000526 * - If an atom represents work that can be attributed to an app, there can
Yangster-mac7604aea2017-12-11 22:55:49 -0800527 * be exactly one AttributionChain field. It must be field number 1.
Yao Chend54f9dd2017-10-17 17:37:48 +0000528 * - A field that is a uid should be a string field, tagged with the [xxx]
529 * annotation. The generated code on android will be represented by UIDs,
530 * and those UIDs will be translated in xxx to those strings.
531 *
532 * CONVENTIONS:
Bookatzc1a050a2017-10-10 15:49:28 -0700533 * - Events are past tense. e.g. ScreenStateChanged, not ScreenStateChange.
Yao Chend54f9dd2017-10-17 17:37:48 +0000534 * - If there is a UID, it goes first. Think in an object-oriented fashion.
535 * *****************************************************************************
536 */
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700537
Yao Chend54f9dd2017-10-17 17:37:48 +0000538/**
Tej Singha72344992019-04-17 18:55:08 -0700539 * This atom is deprecated starting in Q. Please use ThermalThrottlingSeverityStateChanged.
Yangster-mace16189a2018-08-26 12:20:16 -0700540 * Logs when the Thermal service HAL notifies the throttling start/stop events.
541 *
542 * Logged from:
543 * frameworks/base/services/core/java/com/android/server/stats/StatsCompanionService.java
544 */
545message ThermalThrottlingStateChanged {
Maggie White442b6312019-04-05 16:26:44 -0700546 // The type of temperature being reported (CPU, GPU, SKIN, etc)
Yangster-mace16189a2018-08-26 12:20:16 -0700547 optional android.os.TemperatureTypeEnum sensor_type = 1;
548
Maggie White442b6312019-04-05 16:26:44 -0700549 // Throttling state, this field is DEPRECATED
Yangster-mace16189a2018-08-26 12:20:16 -0700550 enum State {
551 UNKNOWN = 0;
Maggie White442b6312019-04-05 16:26:44 -0700552 START = 1; // START indicated that throttling was triggered.
553 STOP = 2; // STOP indicates that throttling was cleared.
Yangster-mace16189a2018-08-26 12:20:16 -0700554 }
Yangster-mace16189a2018-08-26 12:20:16 -0700555 optional State state = 2;
556
557 optional float temperature = 3;
558}
559
560/**
Yao Chend54f9dd2017-10-17 17:37:48 +0000561 * Logs when the screen state changes.
562 *
563 * Logged from:
564 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
565 */
566message ScreenStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -0800567 // New screen state, from frameworks/base/core/proto/android/view/enums.proto.
tsaichristine5adc7e02020-01-14 17:07:39 -0800568 optional android.view.DisplayStateEnum state = 1
569 [(state_field_option).option = EXCLUSIVE_STATE, (state_field_option).nested = false];
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700570}
Yao Chend54f9dd2017-10-17 17:37:48 +0000571
572/**
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700573 * Logs that the process state of the uid, as determined by ActivityManager
574 * (i.e. the highest process state of that uid's processes) has changed.
Yao Chend54f9dd2017-10-17 17:37:48 +0000575 *
576 * Logged from:
577 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
578 */
Bookatzc1a050a2017-10-10 15:49:28 -0700579message UidProcessStateChanged {
tsaichristine5adc7e02020-01-14 17:07:39 -0800580 optional int32 uid = 1 [(state_field_option).option = PRIMARY_FIELD, (is_uid) = true];
Yao Chend54f9dd2017-10-17 17:37:48 +0000581
Bookatzdb026a22018-01-10 19:01:56 -0800582 // The state, from frameworks/base/core/proto/android/app/enums.proto.
tsaichristine5adc7e02020-01-14 17:07:39 -0800583 optional android.app.ProcessStateEnum state = 2
584 [(state_field_option).option = EXCLUSIVE_STATE, (state_field_option).nested = false];
Yao Chend54f9dd2017-10-17 17:37:48 +0000585}
586
587/**
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700588 * Logs process state change of a process, as per the activity manager.
589 *
590 * Logged from:
591 * frameworks/base/services/core/java/com/android/server/am/ProcessRecord.java
592 */
593message ProcessStateChanged {
594 optional int32 uid = 1;
595 optional string process_name = 2;
596 optional string package_name = 3;
597 // TODO: remove this when validation is done
598 optional int64 version = 5;
599 // The state, from frameworks/base/core/proto/android/app/enums.proto.
600 optional android.app.ProcessStateEnum state = 4;
601}
602
603/**
604 * Logs when ActivityManagerService sleep state is changed.
605 *
606 * Logged from:
607 * frameworks/base/services/core/java/com/android/server/am/ActivityTaskManagerService.java
608 */
609message ActivityManagerSleepStateChanged {
610 // TODO: import frameworks proto
611 enum State {
612 UNKNOWN = 0;
613 ASLEEP = 1;
614 AWAKE = 2;
615 }
tsaichristine5adc7e02020-01-14 17:07:39 -0800616 optional State state = 1 [(state_field_option).option = EXCLUSIVE_STATE];
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700617}
618
619/**
620 * Logs when system memory state changes.
621 *
622 * Logged from:
623 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
624 */
625message MemoryFactorStateChanged {
626 // TODO: import frameworks proto
627 enum State {
628 MEMORY_UNKNOWN = 0;
629 NORMAL = 1; // normal.
630 MODERATE = 2; // moderate memory pressure.
631 LOW = 3; // low memory.
632 CRITICAL = 4; // critical memory.
633
634 }
tsaichristine5adc7e02020-01-14 17:07:39 -0800635 optional State factor = 1 [(state_field_option).option = EXCLUSIVE_STATE];
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700636}
637
638/**
639 * Logs when app is using too much cpu, according to ActivityManagerService.
640 *
641 * Logged from:
642 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
643 */
644message ExcessiveCpuUsageReported {
645 optional int32 uid = 1;
646 optional string process_name = 2;
647 optional string package_name = 3;
648 // package version. TODO: remove this when validation is done
649 optional int64 version = 4;
650}
651
652/**
653 * Logs when a cached process is killed, along with its pss.
654 *
655 * Logged from:
656 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
657 */
658message CachedKillReported {
659 optional int32 uid = 1;
660 optional string process_name = 2;
661 optional string package_name = 3;
662 // TODO: remove this when validation is done
663 optional int64 version = 5;
664 optional int64 pss = 4;
665}
666
667/**
xshu2c3d9e42019-09-26 17:54:02 -0700668 * Logs the change in wifi health.
669 *
670 * Logged from:
671 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiDataStall.java
672 */
673message WifiHealthStatReported {
674 // duration this stat is obtained over in milliseconds
675 optional int32 duration_millis = 1;
676 // whether wifi is classified as sufficient for the user's data traffic, determined
677 // by whether the calculated throughput exceeds the average demand within |duration_millis|
678 optional bool is_sufficient = 2;
679 // whether the calculated throughput is exceeds the minimum required for typical usage
680 optional bool is_throughput_good = 3;
681 // whether cellular data is available
682 optional bool is_cell_data_available = 4;
683 // the WLAN channel the connected network is on (ie. 2412)
684 optional int32 frequency = 5;
685}
686
687/**
688 * Logged when wifi detects a significant change in connection failure rate.
689 *
690 * Logged from: frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiHealthMonitor.java
691 *
692 */
693message WifiFailureStatReported {
694 enum AbnormalityType {
695 UNKNOWN = 0;
696 SIGNIFICANT_INCREASE = 1;
697 SIGNIFICANT_DECREASE = 2;
698 SIMPLY_HIGH = 3;
699 }
700 enum FailureType {
701 FAILURE_UNKNOWN = 0;
702 FAILURE_CONNECTION = 1;
703 FAILURE_ASSOCIATION_REJECTION = 2;
704 FAILURE_ASSOCIATION_TIMEOUT = 3;
705 FAILURE_AUTHENTICATION = 4;
706 FAILURE_NON_LOCAL_DISCONNECTION = 5;
707 FAILURE_SHORT_CONNECTION_DUE_TO_NON_LOCAL_DISCONNECTION = 6;
708 }
709 // Reason for uploading this stat
710 optional AbnormalityType abnormality_type = 1;
711 // The particular type of failure
712 optional FailureType failure_type = 2;
713 // How many times we have encountered this combination of AbnormalityType and FailureType
714 optional int32 failure_count = 3;
715}
716
717/**
718 * Logs whether a wifi connection is successful and reasons for failure if it isn't.
719 *
720 * Logged from:
721 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/ClientModeImpl.java
722 */
723message WifiConnectionResultReported {
724 enum FailureCode {
725 FAILURE_UNKNOWN = 0;
726 FAILURE_ASSOCIATION_TIMEOUT = 1;
727 FAILURE_ASSOCIATION_REJECTION = 2;
728 FAILURE_AUTHENTICATION_GENERAL = 3;
729 FAILURE_AUTHENTICATION_EAP = 4;
730 FAILURE_DHCP = 5;
731 FAILURE_NETWORK_DISCONNECTION = 6;
732 FAILURE_ROAM_TIMEOUT = 7;
733 }
734 // true represents a successful connection
735 optional bool connection_result = 1;
736 // reason for the connection failure
737 optional FailureCode failure_code = 2;
738 // scan rssi before the connection attempt
739 optional int32 rssi = 3;
740}
741
742/**
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700743 * Logs when memory stats of a process is reported.
744 *
745 * Logged from:
746 * frameworks/base/services/core/java/com/android/server/am/ProcessRecord.java
747 */
748message ProcessMemoryStatReported {
749 optional int32 uid = 1;
750 optional string process_name = 2;
751 optional string package_name = 3;
752 //TODO: remove this when validation is done
753 optional int64 version = 9;
754 optional int64 pss = 4;
755 optional int64 uss = 5;
756 optional int64 rss = 6;
757 enum Type {
758 ADD_PSS_INTERNAL_SINGLE = 0;
759 ADD_PSS_INTERNAL_ALL_MEM = 1;
760 ADD_PSS_INTERNAL_ALL_POLL = 2;
761 ADD_PSS_EXTERNAL = 3;
762 ADD_PSS_EXTERNAL_SLOW = 4;
763 }
764 optional Type type = 7;
Muhammad Qureshidda73202019-03-07 13:54:20 -0800765 optional int64 duration_millis = 8;
Chenjie Yubd1a28f2018-07-17 14:55:19 -0700766}
767
768/**
Bookatzc1a050a2017-10-10 15:49:28 -0700769 * Logs that a process started, finished, crashed, or ANRed.
770 *
771 * Logged from:
772 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
773 */
774message ProcessLifeCycleStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -0700775 optional int32 uid = 1 [(is_uid) = true];
Bookatzc1a050a2017-10-10 15:49:28 -0700776
David Chen0b5c90c2018-01-25 16:51:49 -0800777 // The process name (usually same as the app name).
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800778 optional string process_name = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700779
Bookatzddccf0a2017-11-28 16:48:14 -0800780 // What lifecycle state the process changed to.
781 // This enum is specific to atoms.proto.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800782 enum State {
783 FINISHED = 0;
784 STARTED = 1;
785 CRASHED = 2;
Bookatzddccf0a2017-11-28 16:48:14 -0800786 }
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800787 optional State state = 3;
Bookatzc1a050a2017-10-10 15:49:28 -0700788}
789
Bookatzc1a050a2017-10-10 15:49:28 -0700790/**
791 * Logs when the ble scan state changes.
792 *
793 * Logged from:
Bookatz17a879d2018-03-28 15:05:28 -0700794 * packages/apps/Bluetooth/src/com/android/bluetooth/gatt/AppScanStats.java
Bookatzc1a050a2017-10-10 15:49:28 -0700795 */
796message BleScanStateChanged {
tsaichristine5adc7e02020-01-14 17:07:39 -0800797 repeated AttributionNode attribution_node = 1
798 [(state_field_option).option = PRIMARY_FIELD_FIRST_UID];
Bookatzc1a050a2017-10-10 15:49:28 -0700799
800 enum State {
801 OFF = 0;
802 ON = 1;
Bookatze5ec0b42018-03-26 13:34:56 -0700803 // RESET indicates all ble stopped. Used when it (re)starts (e.g. after it crashes).
804 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700805 }
tsaichristine5adc7e02020-01-14 17:07:39 -0800806 optional State state = 2 [
807 (state_field_option).option = EXCLUSIVE_STATE,
808 (state_field_option).default_state_value = 0 /* State.OFF */,
809 (state_field_option).reset_state_value = 2 /* State.RESET */,
810 (state_field_option).nested = true
811 ];
Bookatzc1a050a2017-10-10 15:49:28 -0700812
Bookatze5ec0b42018-03-26 13:34:56 -0700813 // Does the scan have a filter.
tsaichristine5adc7e02020-01-14 17:07:39 -0800814 optional bool is_filtered = 3 [(state_field_option).option = PRIMARY_FIELD];
Bookatze5ec0b42018-03-26 13:34:56 -0700815 // Whether the scan is a CALLBACK_TYPE_FIRST_MATCH scan. Called 'background' scan internally.
tsaichristine5adc7e02020-01-14 17:07:39 -0800816 optional bool is_first_match = 4 [(state_field_option).option = PRIMARY_FIELD];
Bookatze5ec0b42018-03-26 13:34:56 -0700817 // Whether the scan set to piggy-back off the results of other scans (SCAN_MODE_OPPORTUNISTIC).
tsaichristine5adc7e02020-01-14 17:07:39 -0800818 optional bool is_opportunistic = 5 [(state_field_option).option = PRIMARY_FIELD];
Bookatzc1a050a2017-10-10 15:49:28 -0700819}
820
821/**
822 * Logs reporting of a ble scan finding results.
823 *
824 * Logged from:
Bookatzae6738e2018-09-13 11:38:56 -0700825 * packages/apps/Bluetooth/src/com/android/bluetooth/gatt/AppScanStats.java
Bookatzc1a050a2017-10-10 15:49:28 -0700826 */
Bookatzae6738e2018-09-13 11:38:56 -0700827// TODO: Consider also tracking per-scanner-id.
Bookatzc1a050a2017-10-10 15:49:28 -0700828message BleScanResultReceived {
Yangster-macafad8c62018-01-05 22:30:49 -0800829 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700830
831 // Number of ble scan results returned.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800832 optional int32 num_results = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700833}
834
835/**
836 * Logs when a sensor state changes.
837 *
838 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700839 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700840 */
841message SensorStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800842 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700843
Bookatzc1a050a2017-10-10 15:49:28 -0700844 // The id (int) of the sensor.
845 optional int32 sensor_id = 2;
846
847 enum State {
848 OFF = 0;
849 ON = 1;
850 }
851 optional State state = 3;
852}
853
Bookatzc1a050a2017-10-10 15:49:28 -0700854/**
855 * Logs when GPS state changes.
856 *
857 * Logged from:
858 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
859 */
860message GpsScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800861 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700862
863 enum State {
864 OFF = 0;
865 ON = 1;
866 }
867 optional State state = 2;
868}
869
Bookatz48d362e2018-11-06 15:49:08 -0800870/**
871 * Logs when GPS signal quality.
872 *
873 * Logged from:
874 * /frameworks/base/location/java/com/android/internal/location/gnssmetrics/GnssMetrics.java
875 */
876message GpsSignalQualityChanged {
877 optional android.server.location.GpsSignalQualityEnum level = 1;
878}
879
Bookatzc1a050a2017-10-10 15:49:28 -0700880
881/**
882 * Logs when a sync manager sync state changes.
883 *
884 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700885 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700886 */
887message SyncStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800888 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700889
David Chen0b5c90c2018-01-25 16:51:49 -0800890 // Name of the sync (as named in the app). Can be chosen at run-time.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800891 optional string sync_name = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700892
893 enum State {
894 OFF = 0;
895 ON = 1;
896 }
897 optional State state = 3;
898}
899
Yangster-mac96353002018-09-05 11:18:55 -0700900/*
901 * Deferred job stats.
902 *
903 * Logged from:
904 * frameworks/base/services/core/java/com/android/server/job/JobSchedulerService.java
905*/
906message DeferredJobStatsReported {
907 repeated AttributionNode attribution_node = 1;
908
909 // Number of jobs deferred.
910 optional int32 num_jobs_deferred = 2;
911
912 // Time since the last job runs.
913 optional int64 time_since_last_job_millis = 3;
914}
915
Bookatzc1a050a2017-10-10 15:49:28 -0700916/**
917 * Logs when a job scheduler job state changes.
918 *
919 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700920 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700921 */
922message ScheduledJobStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800923 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700924
925 // Name of the job (as named in the app)
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800926 optional string job_name = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700927
928 enum State {
Tej Singhd5747a62018-01-08 20:57:35 -0800929 FINISHED = 0;
930 STARTED = 1;
931 SCHEDULED = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700932 }
933 optional State state = 3;
934
Tej Singh33a412b2018-03-16 18:43:59 -0700935 // The reason a job has stopped.
936 // This is only applicable when the state is FINISHED.
Bookatz235343d2018-03-26 13:03:50 -0700937 // The default value is STOP_REASON_UNKNOWN.
Tej Singh33a412b2018-03-16 18:43:59 -0700938 optional android.app.job.StopReasonEnum stop_reason = 4;
Ben Murdoch741e3352019-05-09 11:27:28 +0100939
940 // The standby bucket of the app that scheduled the job. These match the framework constants
941 // defined in JobSchedulerService.java with the addition of UNKNOWN using -1, as ACTIVE is
942 // already assigned 0.
943 enum Bucket {
944 UNKNOWN = -1;
945 ACTIVE = 0;
946 WORKING_SET = 1;
947 FREQUENT = 2;
948 RARE = 3;
949 NEVER = 4;
Kweku Adamsae9d6be2020-01-14 16:10:14 -0800950 RESTRICTED = 5;
Ben Murdoch741e3352019-05-09 11:27:28 +0100951 }
952 optional Bucket standby_bucket = 5 [default = UNKNOWN];
953
954 // The job id (as assigned by the app).
955 optional int32 job_id = 6;
Bookatzc1a050a2017-10-10 15:49:28 -0700956}
957
958/**
959 * Logs when the audio state changes.
960 *
961 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700962 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700963 */
964message AudioStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800965 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700966
967 enum State {
968 OFF = 0;
969 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700970 // RESET indicates all audio stopped. Used when it (re)starts (e.g. after it crashes).
971 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700972 }
973 optional State state = 2;
974}
975
976/**
977 * Logs when the video codec state changes.
978 *
979 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700980 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700981 */
Chenjie Yu5caaa9d2018-03-06 15:48:54 -0800982message MediaCodecStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800983 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700984
985 enum State {
986 OFF = 0;
987 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700988 // RESET indicates all mediaCodec stopped. Used when it (re)starts (e.g. after it crashes).
989 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700990 }
991 optional State state = 2;
992}
993
994/**
995 * Logs when the flashlight state changes.
996 *
997 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700998 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700999 */
1000message FlashlightStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -08001001 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -07001002
1003 enum State {
1004 OFF = 0;
1005 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -07001006 // RESET indicates all flashlight stopped. Used when it (re)starts (e.g. after it crashes).
1007 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -07001008 }
1009 optional State state = 2;
1010}
1011
1012/**
1013 * Logs when the camera state changes.
1014 *
1015 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -07001016 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -07001017 */
1018message CameraStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -08001019 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -07001020
1021 enum State {
1022 OFF = 0;
1023 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -07001024 // RESET indicates all camera stopped. Used when it (re)starts (e.g. after it crashes).
1025 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -07001026 }
1027 optional State state = 2;
1028}
1029
1030/**
1031 * Logs that the state of a wakelock (per app and per wakelock name) has changed.
Yao Chend54f9dd2017-10-17 17:37:48 +00001032 *
1033 * Logged from:
1034 * TODO
1035 */
Bookatzd6746242017-10-24 18:39:35 -07001036message WakelockStateChanged {
tsaichristineed615642020-01-02 12:53:41 -08001037 repeated AttributionNode attribution_node = 1
1038 [(state_field_option).option = PRIMARY_FIELD_FIRST_UID];
Yao Chend54f9dd2017-10-17 17:37:48 +00001039
Bookatz1a1b0462018-01-12 11:47:03 -08001040 // The type (level) of the wakelock; e.g. a partial wakelock or a full wakelock.
1041 // From frameworks/base/core/proto/android/os/enums.proto.
tsaichristine5adc7e02020-01-14 17:07:39 -08001042 optional android.os.WakeLockLevelEnum type = 2 [(state_field_option).option = PRIMARY_FIELD];
tsaichristineed615642020-01-02 12:53:41 -08001043 ;
Bookatzc1a050a2017-10-10 15:49:28 -07001044
1045 // The wakelock tag (Called tag in the Java API, sometimes name elsewhere).
tsaichristine5adc7e02020-01-14 17:07:39 -08001046 optional string tag = 3 [(state_field_option).option = PRIMARY_FIELD];
Bookatzc1a050a2017-10-10 15:49:28 -07001047
1048 enum State {
Yangster-maccfdf3a42017-12-06 13:42:38 -08001049 RELEASE = 0;
1050 ACQUIRE = 1;
1051 CHANGE_RELEASE = 2;
1052 CHANGE_ACQUIRE = 3;
Bookatzc1a050a2017-10-10 15:49:28 -07001053 }
tsaichristine5adc7e02020-01-14 17:07:39 -08001054 optional State state = 4 [
1055 (state_field_option).option = EXCLUSIVE_STATE,
1056 (state_field_option).default_state_value = 0,
1057 (state_field_option).nested = true
1058 ];
Bookatzc1a050a2017-10-10 15:49:28 -07001059}
1060
1061/**
Bookatzc1a050a2017-10-10 15:49:28 -07001062 * Logs when a partial wakelock is considered 'long' (over 1 min).
1063 *
1064 * Logged from:
1065 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
1066 */
1067message LongPartialWakelockStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -08001068 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -07001069
Yao Chend54f9dd2017-10-17 17:37:48 +00001070 // The wakelock tag (Called tag in the Java API, sometimes name elsewhere).
1071 optional string tag = 2;
1072
Bookatzc1a050a2017-10-10 15:49:28 -07001073 // TODO: I have no idea what this is.
1074 optional string history_tag = 3;
1075
1076 enum State {
1077 OFF = 0;
1078 ON = 1;
1079 }
1080 optional State state = 4;
Yao Chend54f9dd2017-10-17 17:37:48 +00001081}
1082
Bookatzc1a050a2017-10-10 15:49:28 -07001083/**
Bookatza66083f2018-09-20 17:24:00 -07001084 * Logs when the device is interactive, according to the PowerManager Notifier.
1085 *
1086 * Logged from:
1087 * frameworks/base/services/core/java/com/android/server/power/Notifier.java
1088 */
1089message InteractiveStateChanged {
1090 enum State {
1091 OFF = 0;
1092 ON = 1;
1093 }
1094 optional State state = 1;
1095}
1096
1097/**
Bookatzc1a050a2017-10-10 15:49:28 -07001098 * Logs Battery Saver state change.
1099 *
1100 * Logged from:
1101 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
1102 */
1103message BatterySaverModeStateChanged {
1104 enum State {
1105 OFF = 0;
1106 ON = 1;
1107 }
1108 optional State state = 1;
1109}
1110
1111/**
1112 * Logs Doze mode state change.
1113 *
1114 * Logged from:
Bookatzddccf0a2017-11-28 16:48:14 -08001115 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatzc1a050a2017-10-10 15:49:28 -07001116 */
1117message DeviceIdleModeStateChanged {
Bookatz8bdae8d2018-01-16 11:24:30 -08001118 optional android.server.DeviceIdleModeEnum state = 1;
Bookatzddccf0a2017-11-28 16:48:14 -08001119}
1120
1121
1122/**
1123 * Logs state change of Doze mode including maintenance windows.
1124 *
1125 * Logged from:
1126 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
1127 */
1128message DeviceIdlingModeStateChanged {
Bookatz8bdae8d2018-01-16 11:24:30 -08001129 optional android.server.DeviceIdleModeEnum state = 1;
Bookatzc1a050a2017-10-10 15:49:28 -07001130}
1131
1132/**
1133 * Logs screen brightness level.
1134 *
1135 * Logged from:
1136 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
1137 */
1138message ScreenBrightnessChanged {
1139 // Screen brightness level. Should be in [-1, 255] according to PowerManager.java.
1140 optional int32 level = 1;
Bookatz8c6571b2017-10-24 15:04:41 -07001141}
1142
1143/**
1144 * Logs battery level (percent full, from 0 to 100).
1145 *
1146 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001147 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001148 */
1149message BatteryLevelChanged {
1150 // Battery level. Should be in [0, 100].
1151 optional int32 battery_level = 1;
1152}
1153
1154/**
1155 * Logs change in charging status of the device.
1156 *
1157 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001158 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001159 */
1160message ChargingStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08001161 // State of the battery, from frameworks/base/core/proto/android/os/enums.proto.
1162 optional android.os.BatteryStatusEnum state = 1;
Bookatz8c6571b2017-10-24 15:04:41 -07001163}
1164
1165/**
1166 * Logs whether the device is plugged in, and what power source it is using.
1167 *
1168 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001169 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001170 */
1171message PluggedStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08001172 // Whether the device is plugged in, from frameworks/base/core/proto/android/os/enums.proto.
1173 optional android.os.BatteryPluggedStateEnum state = 1;
Bookatz8c6571b2017-10-24 15:04:41 -07001174}
1175
Bookatz8c6571b2017-10-24 15:04:41 -07001176/**
1177 * Logs when an app's wakeup alarm fires.
1178 *
1179 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001180 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
Bookatz8c6571b2017-10-24 15:04:41 -07001181 */
1182message WakeupAlarmOccurred {
Yangster-macafad8c62018-01-05 22:30:49 -08001183 repeated AttributionNode attribution_node = 1;
Bookatzddccf0a2017-11-28 16:48:14 -08001184
1185 // Name of the wakeup alarm.
1186 optional string tag = 2;
Bookatzcaf2293e2018-09-23 13:07:43 -07001187
1188 // Name of source package (for historical reasons, since BatteryStats tracked it).
1189 optional string package_name = 3;
Ben Murdoch3389f1522019-05-21 15:05:34 +01001190
1191 // These enum values match the STANDBY_BUCKET_XXX constants defined in UsageStatsManager.java.
1192 enum Bucket {
1193 UNKNOWN = 0;
1194 EXEMPTED = 5;
1195 ACTIVE = 10;
1196 WORKING_SET = 20;
1197 FREQUENT = 30;
1198 RARE = 40;
1199 NEVER = 50;
1200 }
1201 // The App Standby bucket of the app that scheduled the alarm at the time the alarm fired.
1202 optional Bucket app_standby_bucket = 4;
Bookatzddccf0a2017-11-28 16:48:14 -08001203}
1204
1205/**
1206 * Logs when an an app causes the mobile radio to change state.
1207 * Changing from LOW to MEDIUM or HIGH can be considered the app waking the mobile radio.
1208 *
1209 * Logged from:
Bookatz0b028b12018-05-31 16:51:17 -07001210 * frameworks/base/services/core/java/com/android/server/NetworkManagementService.java
Bookatzddccf0a2017-11-28 16:48:14 -08001211 */
1212message MobileRadioPowerStateChanged {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08001213 repeated AttributionNode attribution_node = 1;
Bookatzddccf0a2017-11-28 16:48:14 -08001214
Bookatz1a1b0462018-01-12 11:47:03 -08001215 // Power state, from frameworks/base/core/proto/android/telephony/enums.proto.
1216 optional android.telephony.DataConnectionPowerStateEnum state = 2;
Bookatzddccf0a2017-11-28 16:48:14 -08001217}
1218
1219/**
1220 * Logs when an an app causes the wifi radio to change state.
1221 * Changing from LOW to MEDIUM or HIGH can be considered the app waking the wifi radio.
1222 *
1223 * Logged from:
Bookatz0b028b12018-05-31 16:51:17 -07001224 * frameworks/base/services/core/java/com/android/server/NetworkManagementService.java
Bookatzddccf0a2017-11-28 16:48:14 -08001225 */
1226message WifiRadioPowerStateChanged {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08001227 repeated AttributionNode attribution_node = 1;
Bookatzddccf0a2017-11-28 16:48:14 -08001228
Bookatz1a1b0462018-01-12 11:47:03 -08001229 // Power state, from frameworks/base/core/proto/android/telephony/enums.proto.
1230 optional android.telephony.DataConnectionPowerStateEnum state = 2;
Bookatz8c6571b2017-10-24 15:04:41 -07001231}
1232
1233/**
1234 * Logs kernel wakeup reasons and aborts.
1235 *
1236 * Logged from:
Bookatz56585ca2018-09-07 11:38:45 -07001237 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -07001238 */
1239message KernelWakeupReported {
1240 // Name of the kernel wakeup reason (or abort).
1241 optional string wakeup_reason_name = 1;
1242
1243 // Duration (in microseconds) for the wake-up interrupt to be serviced.
David Chen0b5c90c2018-01-25 16:51:49 -08001244 optional int64 duration_micros = 2;
Bookatze5885242017-10-24 20:10:31 -07001245}
1246
1247/**
Bookatzda1798c2018-12-13 14:16:00 -08001248 * Logs when Wifi is toggled on/off.
Bookatza0a1f8a2018-12-17 12:28:32 -08001249 * Note that Wifi may still perform certain functions (e.g. location scanning) even when disabled.
Bookatzda1798c2018-12-13 14:16:00 -08001250 *
1251 * Logged from:
1252 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
1253 */
1254message WifiEnabledStateChanged {
1255 enum State {
1256 OFF = 0;
1257 ON = 1;
1258 }
1259 optional State state = 1;
1260}
1261
1262/**
tsaichristinececebdc2020-02-04 14:05:56 -08001263 * This atom is deprecated starting in R.
1264 *
Bookatzda1798c2018-12-13 14:16:00 -08001265 * 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 -08001266 * TODO: Include support for Hotspot, perhaps by using an extra field to denote 'mode'.
1267 * Note that Wifi Scanning is monitored separately in WifiScanStateChanged.
Bookatzda1798c2018-12-13 14:16:00 -08001268 *
1269 * Logged from:
1270 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
1271 */
1272message WifiRunningStateChanged {
1273 repeated AttributionNode attribution_node = 1;
1274
1275 enum State {
1276 OFF = 0;
1277 ON = 1;
1278 }
1279 optional State state = 2;
1280}
1281
1282/**
Bookatze5885242017-10-24 20:10:31 -07001283 * Logs wifi locks held by an app.
1284 *
1285 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001286 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -07001287 */
1288message WifiLockStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -08001289 repeated AttributionNode attribution_node = 1;
Bookatze5885242017-10-24 20:10:31 -07001290
1291 enum State {
1292 OFF = 0;
1293 ON = 1;
1294 }
1295 optional State state = 2;
Bookatz11257ca2018-12-05 18:22:39 -08001296
1297 // WifiLock type, from frameworks/base/core/proto/android/wifi/enums.proto.
1298 optional android.net.wifi.WifiModeEnum mode = 3;
Bookatze5885242017-10-24 20:10:31 -07001299}
1300
1301/**
1302 * Logs wifi signal strength changes.
1303 *
1304 * Logged from:
Bookatz819ea832018-11-28 16:53:31 -08001305 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/ClientModeImpl.java
Bookatze5885242017-10-24 20:10:31 -07001306 */
1307message WifiSignalStrengthChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08001308 // Signal strength, from frameworks/base/core/proto/android/telephony/enums.proto.
1309 optional android.telephony.SignalStrengthEnum signal_strength = 1;
Bookatze5885242017-10-24 20:10:31 -07001310}
1311
1312/**
1313 * Logs wifi scans performed by an app.
1314 *
1315 * Logged from:
Bookatz819ea832018-11-28 16:53:31 -08001316 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/WifiScanningServiceImpl.java
Bookatze5885242017-10-24 20:10:31 -07001317 */
1318message WifiScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -08001319 repeated AttributionNode attribution_node = 1;
Bookatze5885242017-10-24 20:10:31 -07001320
1321 enum State {
1322 OFF = 0;
1323 ON = 1;
1324 }
1325 optional State state = 2;
1326}
1327
1328/**
Tej Singh4503e102018-01-04 14:35:01 -08001329 * Logs wifi multicast locks held by an app
1330 *
1331 * Logged from:
Bookatz819ea832018-11-28 16:53:31 -08001332 * frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiMulticastLockManager.java
Tej Singh4503e102018-01-04 14:35:01 -08001333 */
1334message WifiMulticastLockStateChanged {
1335 repeated AttributionNode attribution_node = 1;
1336
1337 enum State {
1338 OFF = 0;
1339 ON = 1;
1340 }
1341 optional State state = 2;
Bookatz819ea832018-11-28 16:53:31 -08001342
1343 optional string tag = 3;
Tej Singh4503e102018-01-04 14:35:01 -08001344}
1345
1346/**
Tej Singh1ea42892018-01-19 09:27:00 -08001347 * Logs shutdown reason and duration on next boot.
1348 *
1349 * Logged from:
1350 * frameworks/base/core/java/com/android/server/BootReceiver.java
1351 */
1352message ShutdownSequenceReported {
1353 // True if shutdown is for a reboot. Default: false if we do not know.
1354 optional bool reboot = 1;
1355
1356 // Reason for shutdown. Eg: userrequested. Default: "<EMPTY>".
1357 optional string reason = 2;
1358
1359 // Beginning of shutdown time in ms using wall clock time since unix epoch.
1360 // Default: 0 if no start time received.
David Chen0b5c90c2018-01-25 16:51:49 -08001361 optional int64 start_time_millis = 3;
Tej Singh1ea42892018-01-19 09:27:00 -08001362
1363 // Duration of shutdown in ms. Default: 0 if no duration received.
David Chen0b5c90c2018-01-25 16:51:49 -08001364 optional int64 duration_millis = 4;
Tej Singh1ea42892018-01-19 09:27:00 -08001365}
1366
Tej Singh6483ea42018-01-25 17:45:49 -08001367
1368/**
1369 * Logs boot reason and duration.
1370 *
1371 * Logged from:
1372 * system/core/bootstat/bootstat.cpp
1373 */
1374message BootSequenceReported {
1375 // Reason for bootloader boot. Eg. reboot. See bootstat.cpp for larger list
1376 // Default: "<EMPTY>" if not available.
1377 optional string bootloader_reason = 1;
1378
1379 // Reason for system boot. Eg. bootloader, reboot,userrequested
1380 // Default: "<EMPTY>" if not available.
1381 optional string system_reason = 2;
1382
1383 // End of boot time in ms from unix epoch using system wall clock.
David Chen0b5c90c2018-01-25 16:51:49 -08001384 optional int64 end_time_millis = 3;
Tej Singh6483ea42018-01-25 17:45:49 -08001385
1386 // Total boot duration in ms.
David Chen0b5c90c2018-01-25 16:51:49 -08001387 optional int64 total_duration_millis = 4;
Tej Singh6483ea42018-01-25 17:45:49 -08001388
1389 // Bootloader duration in ms.
David Chen0b5c90c2018-01-25 16:51:49 -08001390 optional int64 bootloader_duration_millis = 5;
Tej Singh6483ea42018-01-25 17:45:49 -08001391
1392 // Time since last boot in ms. Default: 0 if not available.
1393 optional int64 time_since_last_boot = 6;
1394}
1395
Tej Singhc477d9c2018-02-05 18:31:39 -08001396
1397/**
1398 * Logs call state and disconnect cause (if applicable).
1399 *
1400 * Logged from:
1401 * packages/services/Telecomm/src/com/android/server/telecom/Call.java
1402 */
1403message CallStateChanged {
1404 // The state of the call. Eg. DIALING, ACTIVE, ON_HOLD, DISCONNECTED.
1405 // From frameworks/base/core/proto/android/telecomm/enums.proto.
1406 optional android.telecom.CallStateEnum call_state = 1;
1407
1408 // The reason the call disconnected. Eg. ERROR, MISSED, REJECTED, BUSY.
1409 // This value is only applicable when the call_state is DISCONNECTED, and
1410 // should always be UNKNOWN if the call_state is not DISCONNECTED.
1411 // From frameworks/base/core/proto/android/telecomm/enums.proto.
1412 optional android.telecom.DisconnectCauseEnum disconnect_cause = 2;
1413
1414 // True if the call is self-managed, which are apps that use the
1415 // telecom infrastructure to make their own calls.
1416 optional bool self_managed = 3;
1417
1418 // True if call is external. External calls are calls on connected Wear
1419 // devices but show up in Telecom so the user can pull them onto the device.
1420 optional bool external_call = 4;
1421}
1422
Tej Singh1ea42892018-01-19 09:27:00 -08001423/**
Tej Singhdd7bd352018-02-09 19:33:15 -08001424 * Logs keyguard state. The keyguard is the lock screen.
1425 *
1426 * Logged from:
1427 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java
1428 */
1429message KeyguardStateChanged {
1430 enum State {
1431 UNKNOWN = 0;
1432 // The keyguard is hidden when the phone is unlocked.
1433 HIDDEN = 1;
1434 // The keyguard is shown when the phone is locked (screen turns off).
1435 SHOWN= 2;
1436 // The keyguard is occluded when something is overlaying the keyguard.
1437 // Eg. Opening the camera while on the lock screen.
1438 OCCLUDED = 3;
1439 }
1440 optional State state = 1;
1441}
1442
1443/**
1444 * Logs keyguard bouncer state. The bouncer is a part of the keyguard, and
1445 * prompts the user to enter a password (pattern, pin, etc).
1446 *
1447 * Logged from:
1448 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
1449 */
1450
1451message KeyguardBouncerStateChanged {
1452 enum State {
1453 UNKNOWN = 0;
1454 // Bouncer is hidden, either as a result of successfully entering the
1455 // password, screen timing out, or user going back to lock screen.
1456 HIDDEN = 1;
1457 // This is when the user is being prompted to enter the password.
1458 SHOWN = 2;
1459 }
1460 optional State state = 1;
1461}
1462
1463/**
1464 * Logs the result of entering a password into the keyguard bouncer.
1465 *
1466 * Logged from:
1467 * frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
1468 */
1469message KeyguardBouncerPasswordEntered {
1470 enum BouncerResult {
1471 UNKNOWN = 0;
1472 // The password entered was incorrect.
1473 FAILURE = 1;
1474 // The password entered was correct.
1475 SUCCESS = 2;
1476 }
1477 optional BouncerResult result = 1;
1478}
1479
Tej Singha883b372018-02-15 11:30:01 -08001480/*
1481 * Logs changes to the configuration of the device. The configuration is defined
1482 * in frameworks/base/core/java/android/content/res/Configuration.java
1483 * More documentation is at https://d.android.com/reference/android/content/res/Configuration.html
1484 * Please go there to interpret the possible values each field can be.
1485 *
1486 * Logged from:
1487 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
1488 */
1489message ResourceConfigurationChanged {
1490 // Bit mask of color capabilities of the screen.
1491 // Contains information about the color gamut and hdr mode of the screen.
1492 // See: https://d.android.com/reference/android/content/res/Configuration.html#colorMode
Yangster-maca8a30442018-10-13 23:46:34 -07001493 optional int32 color_mode = 1;
Tej Singha883b372018-02-15 11:30:01 -08001494
1495 // The target screen density being rendered to.
1496 // See: https://d.android.com/reference/android/content/res/Configuration.html#densityDpi
Yangster-maca8a30442018-10-13 23:46:34 -07001497 optional int32 density_dpi = 2;
Tej Singha883b372018-02-15 11:30:01 -08001498
1499 // Current user preference for the scaling factor for fonts,
1500 // relative to the base density scaling.
1501 // See: https://d.android.com/reference/android/content/res/Configuration.html#fontScale
Yangster-maca8a30442018-10-13 23:46:34 -07001502 optional float font_scale = 3;
Tej Singha883b372018-02-15 11:30:01 -08001503
1504 // Flag indicating whether the hard keyboard is hidden.
1505 // See: https://d.android.com/reference/android/content/res/Configuration.html#hardKeyboardHidden
Yangster-maca8a30442018-10-13 23:46:34 -07001506 optional int32 hard_keyboard_hidden = 4;
Tej Singha883b372018-02-15 11:30:01 -08001507
1508 // The type of keyboard attached to the device.
1509 // See: https://d.android.com/reference/android/content/res/Configuration.html#keyboard
1510 optional int32 keyboard = 5;
1511
1512 // Flag indicating whether any keyboard is available. Takes soft keyboards into account.
1513 // See: https://d.android.com/reference/android/content/res/Configuration.html#keyboardHidden
Yangster-maca8a30442018-10-13 23:46:34 -07001514 optional int32 keyboard_hidden = 6;
Tej Singha883b372018-02-15 11:30:01 -08001515
1516 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
1517 // 0 if undefined.
1518 // See: https://d.android.com/reference/android/content/res/Configuration.html#mcc
1519 optional int32 mcc = 7;
1520
1521 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
1522 // 0 if undefined. Note: the actual MNC may be 0, to check for this use the
1523 // MNC_ZERO symbol defined in Configuration.java.
1524 // See: https://d.android.com/reference/android/content/res/Configuration.html#mnc
1525 optional int32 mnc = 8;
1526
1527 // The kind of navigation available on the device.
1528 // See: https://developer.android.com/reference/android/content/res/Configuration.html#navigation
1529 optional int32 navigation = 9;
1530
1531 // Flag indicating whether the navigation is available.
1532 // See: https://d.android.com/reference/android/content/res/Configuration.html#navigationHidden
Yangster-maca8a30442018-10-13 23:46:34 -07001533 optional int32 navigation_hidden = 10;
Tej Singha883b372018-02-15 11:30:01 -08001534
1535 // Overall orientation of the screen.
1536 // See: https://d.android.com/reference/android/content/res/Configuration.html#orientation
1537 optional int32 orientation = 11;
1538
1539 // The current height of the available screen space, in dp units.
1540 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenHeightDp
Yangster-maca8a30442018-10-13 23:46:34 -07001541 optional int32 screen_height_dp = 12;
Tej Singha883b372018-02-15 11:30:01 -08001542
1543 // Bit mask of overall layout of the screen.
1544 // Contains information about screen size, whether the screen is wider/taller
1545 // than normal, whether the screen layout is right-tl-left or left-to-right,
1546 // and whether the screen has a rounded shape.
1547 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenLayout
Yangster-maca8a30442018-10-13 23:46:34 -07001548 optional int32 screen_layout = 13;
Tej Singha883b372018-02-15 11:30:01 -08001549
1550 // Current width of the available screen space, in dp units.
1551 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenWidthDp
Yangster-maca8a30442018-10-13 23:46:34 -07001552 optional int32 screen_width_dp = 14;
Tej Singha883b372018-02-15 11:30:01 -08001553
1554 // The smallest screen size an application will see in normal operation.
1555 // This is the smallest value of both screenWidthDp and screenHeightDp
1556 // in portrait and landscape.
1557 // See: https://d.android.com/reference/android/content/res/Configuration.html#smallestScreenWidthDp
Yangster-maca8a30442018-10-13 23:46:34 -07001558 optional int32 smallest_screen_width_dp = 15;
Tej Singha883b372018-02-15 11:30:01 -08001559
1560 // The type of touch screen attached to the device.
1561 // See: https://d.android.com/reference/android/content/res/Configuration.html#touchscreen
1562 optional int32 touchscreen = 16;
1563
1564 // Bit mask of the ui mode.
1565 // Contains information about the overall ui mode of the device.
1566 // Eg: NORMAL, DESK, CAR, TELEVISION, WATCH, VR_HEADSET
1567 // Also contains information about whether the device is in night mode.
1568 // See: https://d.android.com/reference/android/content/res/Configuration.html#uiMode
Yangster-maca8a30442018-10-13 23:46:34 -07001569 optional int32 ui_mode = 17;
Tej Singha883b372018-02-15 11:30:01 -08001570}
1571
Tej Singheee317b2018-03-07 19:28:05 -08001572
1573/**
1574 * Logs changes in the connection state of the mobile radio.
1575 *
1576 * Logged from:
1577 * frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DataConnection.java
1578 */
1579message MobileConnectionStateChanged {
1580 // States are from the state machine DataConnection.java.
1581 enum State {
1582 UNKNOWN = 0;
1583 // The connection is inactive, or disconnected.
1584 INACTIVE = 1;
1585 // The connection is being activated, or connecting.
1586 ACTIVATING = 2;
1587 // The connection is active, or connected.
1588 ACTIVE = 3;
1589 // The connection is disconnecting.
1590 DISCONNECTING = 4;
1591 // The connection is disconnecting after creating a connection.
1592 DISCONNECTION_ERROR_CREATING_CONNECTION = 5;
1593 }
1594 optional State state = 1;
1595 // For multi-sim phones, this distinguishes between the sim cards.
1596 optional int32 sim_slot_index = 2;
1597 // Used to identify the connection. Starts at 0 and increments by 1 for
1598 // every new network created. Resets whenever the device reboots.
1599 optional int32 data_connection_id = 3;
1600 // A bitmask for the capabilities of this connection.
1601 // Eg. DEFAULT (internet), MMS, SUPL, DUN, IMS.
1602 // Default value (if we have no information): 0
1603 optional int64 capabilities = 4;
1604 // If this connection has internet.
1605 // This just checks if the DEFAULT bit of capabilities is set.
1606 optional bool has_internet = 5;
1607}
1608
1609/**
1610 * Logs changes in mobile radio technology. eg: LTE, EDGE, CDMA.
1611 *
1612 * Logged from:
1613 * frameworks/opt/telephony/src/java/com/android/internal/telephony/ServiceStateTracker.java
1614 */
1615message MobileRadioTechnologyChanged {
1616 optional android.telephony.NetworkTypeEnum state = 1;
1617 // For multi-sim phones, this distinguishes between the sim cards.
1618 optional int32 sim_slot_index = 2;
1619}
1620
Andrew Chantb56388b2018-03-22 21:07:33 -07001621/**
1622 * Logs the VID and PID of any connected USB devices.
1623 *
1624 * Notes if any Audio, HID (input buttons/mouse/keyboard), or Storage interfaces are present.
1625 *
1626 * Logged by Vendor.
1627 */
1628message UsbDeviceAttached {
1629 optional int32 vid = 1;
1630 optional int32 pid = 2;
1631 optional bool has_audio = 3;
1632 optional bool has_hid = 4;
1633 optional bool has_storage = 5;
Badhri Jagan Sridharan5ec629f2018-11-16 15:39:22 -08001634 enum State {
1635 STATE_DISCONNECTED = 0;
1636 STATE_CONNECTED = 1;
1637 }
1638 optional State state = 6;
Badhri Jagan Sridharanc2c54a22018-12-14 14:41:26 -08001639 optional int64 last_connect_duration_millis = 7;
Andrew Chantb56388b2018-03-22 21:07:33 -07001640}
1641
Tej Singheee317b2018-03-07 19:28:05 -08001642
Tej Singhdd7bd352018-02-09 19:33:15 -08001643/**
Tej Singh5d991e12018-03-09 19:48:11 -08001644 * Logs when Bluetooth is enabled and disabled.
1645 *
1646 * Logged from:
1647 * services/core/java/com/android/server/BluetoothManagerService.java
1648 */
1649message BluetoothEnabledStateChanged {
1650 repeated AttributionNode attribution_node = 1;
1651 // Whether or not bluetooth is enabled on the device.
1652 enum State {
1653 UNKNOWN = 0;
1654 ENABLED = 1;
1655 DISABLED = 2;
1656 }
1657 optional State state = 2;
1658 // The reason for being enabled/disabled.
1659 // Eg. Airplane mode, crash, application request.
1660 optional android.bluetooth.EnableDisableReasonEnum reason = 3;
1661 // If the reason is an application request, this will be the package name.
Yangster-maca8a30442018-10-13 23:46:34 -07001662 optional string pkg_name = 4;
Tej Singh5d991e12018-03-09 19:48:11 -08001663}
1664
1665/**
Jack Hed9837c82019-01-09 01:19:13 -08001666 * Logs when profiles on a Bluetooth device connects and disconnects.
Tej Singh5d991e12018-03-09 19:48:11 -08001667 *
1668 * Logged from:
Jack Hed9837c82019-01-09 01:19:13 -08001669 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/RemoteDevices.java
1670 *
1671 * Next Tag: 5
Tej Singh5d991e12018-03-09 19:48:11 -08001672 */
1673message BluetoothConnectionStateChanged {
1674 // The state of the connection.
1675 // Eg: CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED.
1676 optional android.bluetooth.ConnectionStateEnum state = 1;
1677 // An identifier that can be used to match connect and disconnect events.
1678 // Currently is last two bytes of a hash of a device level ID and
1679 // the mac address of the bluetooth device that is connected.
Jack Hed9837c82019-01-09 01:19:13 -08001680 // Deprecated: use obfuscated_id instead, this one is always 0 for Q+
Jack Heac33c992019-04-03 16:08:21 -07001681 optional int32 obfuscated_id = 2 [deprecated = true];
Tej Singh5d991e12018-03-09 19:48:11 -08001682 // The profile that is connected. Eg. GATT, A2DP, HEADSET.
1683 // From android.bluetooth.BluetoothAdapter.java
Jack Hed9837c82019-01-09 01:19:13 -08001684 // Default: 0 when not used
Tej Singh5d991e12018-03-09 19:48:11 -08001685 optional int32 bt_profile = 3;
Jack Hed9837c82019-01-09 01:19:13 -08001686 // An identifier that can be used to match events for this device.
1687 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1688 // Salt: Randomly generated 256 bit value
1689 // Hash algorithm: HMAC-SHA256
1690 // Size: 32 byte
1691 // Default: null or empty if the device identifier is not known
Jack Heac33c992019-04-03 16:08:21 -07001692 optional bytes new_obfuscated_id = 4 [(android.os.statsd.log_mode) = MODE_BYTES];
Jack Hed9837c82019-01-09 01:19:13 -08001693}
1694
1695/**
1696 * Logs when a Bluetooth device connects and disconnects over ACL
1697 *
1698 * Logged from:
1699 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/AdapterProperties.java
1700 *
1701 * Next Tag: 3
1702 */
1703message BluetoothAclConnectionStateChanged {
1704 // An identifier that can be used to match events for this device.
1705 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1706 // Salt: Randomly generated 256 bit value
1707 // Hash algorithm: HMAC-SHA256
1708 // Size: 32 byte
1709 // Default: null or empty if the device identifier is not known
1710 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1711 // The state of the connection.
1712 // Eg: CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED.
1713 optional android.bluetooth.ConnectionStateEnum state = 2;
1714}
1715
1716/**
1717 * Logs when a Bluetooth device connects and disconnects over SCO
1718 *
1719 * Logged from:
1720 * packages/apps/Bluetooth/src/com/android/bluetooth/hfp/HeadsetStateMachine.java
1721 * packages/apps/Bluetooth/src/com/android/bluetooth/hfp/HeadsetClientStateMachine.java
1722 *
1723 * Next Tag: 4
1724 */
1725message BluetoothScoConnectionStateChanged {
1726 // An identifier that can be used to match events for this device.
1727 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1728 // Salt: Randomly generated 256 bit value
1729 // Hash algorithm: HMAC-SHA256
1730 // Size: 32 byte
1731 // Default: null or empty if the device identifier is not known
1732 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1733 // The state of the connection.
1734 // Eg: CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED.
1735 optional android.bluetooth.ConnectionStateEnum state = 2;
1736 // Codec used for this SCO connection
1737 // Default: UNKNOWN
1738 optional android.bluetooth.hfp.ScoCodec codec = 3;
Tej Singh5d991e12018-03-09 19:48:11 -08001739}
1740
Jack Hec27040a2019-01-09 20:54:41 -08001741/**
1742 * Logged when active device of a profile changes
1743 *
1744 * Logged from:
1745 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1746 * packages/apps/Bluetooth/src/com/android/bluetooth/hfp/HeadsetService.java
1747 * packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/HearingAidService.java
1748 */
1749message BluetoothActiveDeviceChanged {
1750 // The profile whose active device has changed. Eg. A2DP, HEADSET, HEARING_AID
1751 // From android.bluetooth.BluetoothProfile
1752 optional int32 bt_profile = 1;
1753 // An identifier that can be used to match events for this new active device.
1754 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1755 // Salt: Randomly generated 256 bit value
1756 // Hash algorithm: HMAC-SHA256
1757 // Size: 32 byte
1758 // Default: null or empty if there is no active device for this profile
1759 optional bytes obfuscated_id = 2 [(android.os.statsd.log_mode) = MODE_BYTES];
1760}
1761
Jack Heab86dbd22018-12-18 15:43:27 -08001762// Logs when there is an event affecting Bluetooth device's link layer connection.
1763// - This event is triggered when there is a related HCI command or event
1764// - Users of this metrics can deduce Bluetooth device's connection state from these events
1765// - HCI commands are logged before the command is sent, after receiving command status, and after
1766// receiving command complete
1767// - HCI events are logged when they arrive
1768//
1769// Low level log from system/bt
1770//
1771// Bluetooth classic commands:
1772// - CMD_CREATE_CONNECTION
1773// - CMD_DISCONNECT
1774// - CMD_CREATE_CONNECTION_CANCEL
1775// - CMD_ACCEPT_CONNECTION_REQUEST
1776// - CMD_REJECT_CONNECTION_REQUEST
1777// - CMD_SETUP_ESCO_CONNECTION
1778// - CMD_ACCEPT_ESCO_CONNECTION
1779// - CMD_REJECT_ESCO_CONNECTION
1780// - CMD_ENH_SETUP_ESCO_CONNECTION
1781// - CMD_ENH_ACCEPT_ESCO_CONNECTION
1782//
1783// Bluetooth low energy commands:
1784// - CMD_BLE_CREATE_LL_CONN [Only logged on error or when initiator filter policy is 0x00]
1785// - CMD_BLE_CREATE_CONN_CANCEL [Only logged when there is an error]
1786// - CMD_BLE_EXTENDED_CREATE_CONNECTION [Only logged on error or when initiator filter policy is 0x00]
1787// - CMD_BLE_CLEAR_WHITE_LIST
1788// - CMD_BLE_ADD_WHITE_LIST
1789// - CMD_BLE_REMOVE_WHITE_LIST
1790//
1791// Bluetooth classic events:
1792// - EVT_CONNECTION_COMP
1793// - EVT_CONNECTION_REQUEST
1794// - EVT_DISCONNECTION_COMP
1795// - EVT_ESCO_CONNECTION_COMP
1796// - EVT_ESCO_CONNECTION_CHANGED
1797//
1798// Bluetooth low energy meta events:
1799// - BLE_EVT_CONN_COMPLETE_EVT
1800// - BLE_EVT_ENHANCED_CONN_COMPLETE_EVT
1801//
1802// Next tag: 10
1803message BluetoothLinkLayerConnectionEvent {
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 // Connection handle of this connection if available
1812 // Range: 0x0000 - 0x0EFF (12 bits)
1813 // Default: 0xFFFF if the handle is unknown
1814 optional int32 connection_handle = 2;
1815 // Direction of the link
1816 // Default: DIRECTION_UNKNOWN
1817 optional android.bluetooth.DirectionEnum direction = 3;
1818 // Type of this link
1819 // Default: LINK_TYPE_UNKNOWN
1820 optional android.bluetooth.LinkTypeEnum type = 4;
1821
1822 // Reason metadata for this link layer connection event, rules for interpretation:
1823 // 1. If hci_cmd is set and valid, hci_event can be either EVT_COMMAND_STATUS or
1824 // EVT_COMMAND_COMPLETE, ignore hci_ble_event in this case
1825 // 2. If hci_event is set to EVT_BLE_META, look at hci_ble_event; otherwise, if hci_event is
1826 // set and valid, ignore hci_ble_event
1827
1828 // HCI command associated with this event
1829 // Default: CMD_UNKNOWN
1830 optional android.bluetooth.hci.CommandEnum hci_cmd = 5;
1831 // HCI event associated with this event
1832 // Default: EVT_UNKNOWN
1833 optional android.bluetooth.hci.EventEnum hci_event = 6;
1834 // HCI BLE meta event associated with this event
1835 // Default: BLE_EVT_UNKNOWN
1836 optional android.bluetooth.hci.BleMetaEventEnum hci_ble_event = 7;
1837 // HCI command status code if this is triggerred by hci_cmd
1838 // Default: STATUS_UNKNOWN
1839 optional android.bluetooth.hci.StatusEnum cmd_status = 8;
1840 // HCI reason code associated with this event
1841 // Default: STATUS_UNKNOWN
1842 optional android.bluetooth.hci.StatusEnum reason_code = 9;
1843}
1844
Howard Roe103fe22019-01-17 16:52:16 -08001845/**
1846 * Logs when a module is rolled back by Watchdog.
1847 *
1848 * Logged from: Rollback Manager
1849 */
1850message WatchdogRollbackOccurred {
1851 enum RollbackType {
1852 UNKNOWN = 0;
1853 ROLLBACK_INITIATE = 1;
1854 ROLLBACK_SUCCESS = 2;
1855 ROLLBACK_FAILURE = 3;
Howard Roe4d6fed2019-03-04 16:54:19 -08001856 ROLLBACK_BOOT_TRIGGERED = 4;
Howard Roe103fe22019-01-17 16:52:16 -08001857 }
1858 optional RollbackType rollback_type = 1;
1859
1860 optional string package_name = 2;
1861
1862 optional int32 package_version_code = 3;
Gavin Corkerydd1daba2019-11-27 19:11:13 +00001863
1864 enum RollbackReasonType {
1865 REASON_UNKNOWN = 0;
1866 REASON_NATIVE_CRASH = 1;
1867 REASON_EXPLICIT_HEALTH_CHECK = 2;
1868 REASON_APP_CRASH = 3;
1869 REASON_APP_NOT_RESPONDING = 4;
Gavin Corkery3285d222020-01-17 19:24:22 +00001870 REASON_NATIVE_CRASH_DURING_BOOT = 5;
Gavin Corkerydd1daba2019-11-27 19:11:13 +00001871 }
1872 optional RollbackReasonType rollback_reason = 4;
1873
1874 // Set by RollbackPackageHealthObserver to be the package that is failing when a rollback
1875 // is initiated. Empty if the package is unknown.
1876 optional string failing_package_name = 5;
Howard Roe103fe22019-01-17 16:52:16 -08001877}
1878
Jack Hec27040a2019-01-09 20:54:41 -08001879/**
1880 * Logs when there is a change in Bluetooth A2DP playback state
1881 *
1882 * Logged from:
1883 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1884 */
1885message BluetoothA2dpPlaybackStateChanged {
1886 // An identifier that can be used to match events for this device.
1887 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1888 // Salt: Randomly generated 256 bit value
1889 // Hash algorithm: HMAC-SHA256
1890 // Size: 32 byte
1891 // Default: null or empty if the device identifier is not known
1892 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1893 // Current playback state
1894 // Default: PLAYBACK_STATE_UNKNOWN
1895 optional android.bluetooth.a2dp.PlaybackStateEnum playback_state = 2;
1896 // Current audio coding mode
1897 // Default: AUDIO_CODING_MODE_UNKNOWN
1898 optional android.bluetooth.a2dp.AudioCodingModeEnum audio_coding_mode = 3;
1899}
1900
1901/**
1902 * Logs when there is a change in A2DP codec config for a particular remote device
1903 *
1904 * Logged from:
1905 * frameworks/base/core/java/android/bluetooth/BluetoothCodecConfig.java
1906 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1907 */
1908message BluetoothA2dpCodecConfigChanged {
1909 // An identifier that can be used to match events for this device.
1910 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1911 // Salt: Randomly generated 256 bit value
1912 // Hash algorithm: HMAC-SHA256
1913 // Size: 32 byte
1914 // Default: null or empty if the device identifier is not known
1915 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1916 // Type of codec as defined by various SOURCE_CODEC_TYPE_* constants in BluetoothCodecConfig
1917 // Default SOURCE_CODEC_TYPE_INVALID
1918 optional int32 codec_type = 2;
1919 // Codec priroity, the higher the more preferred, -1 for disabled
1920 // Default: CODEC_PRIORITY_DEFAULT
1921 optional int32 codec_priority = 3;
1922 // Sample rate in Hz as defined by various SAMPLE_RATE_* constants in BluetoothCodecConfig
1923 // Default: SAMPLE_RATE_NONE
1924 optional int32 sample_rate = 4;
1925 // Bits per sample as defined by various BITS_PER_SAMPLE_* constants in BluetoothCodecConfig
1926 // Default: BITS_PER_SAMPLE_NONE
1927 optional int32 bits_per_sample = 5;
1928 // Channel mode as defined by various CHANNEL_MODE_* constants in BluetoothCodecConfig
1929 // Default: CHANNEL_MODE_NONE
1930 optional int32 channel_mode = 6;
1931 // Codec specific values
1932 // Default 0
1933 optional int64 codec_specific_1 = 7;
1934 optional int64 codec_specific_2 = 8;
1935 optional int64 codec_specific_3 = 9;
1936 optional int64 codec_specific_4 = 10;
1937}
1938
1939/**
1940 * Logs when there is a change in selectable A2DP codec capability for a paricular remote device
1941 * Each codec's capability is logged separately due to statsd restriction
1942 *
1943 * Logged from:
1944 * frameworks/base/core/java/android/bluetooth/BluetoothCodecConfig.java
1945 * packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/A2dpService.java
1946 */
1947message BluetoothA2dpCodecCapabilityChanged {
1948 // An identifier that can be used to match events for this device.
1949 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1950 // Salt: Randomly generated 256 bit value
1951 // Hash algorithm: HMAC-SHA256
1952 // Size: 32 byte
1953 // Default: null or empty if the device identifier is not known
1954 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1955 // Type of codec as defined by various SOURCE_CODEC_TYPE_* constants in BluetoothCodecConfig
1956 // Default SOURCE_CODEC_TYPE_INVALID
1957 optional int32 codec_type = 2;
1958 // Codec priroity, the higher the more preferred, -1 for disabled
1959 // Default: CODEC_PRIORITY_DEFAULT
1960 optional int32 codec_priority = 3;
1961 // A bit field of supported sample rates as defined by various SAMPLE_RATE_* constants
1962 // in BluetoothCodecConfig
1963 // Default: empty and SAMPLE_RATE_NONE for individual item
1964 optional int32 sample_rate = 4;
1965 // A bit field of supported bits per sample as defined by various BITS_PER_SAMPLE_* constants
1966 // in BluetoothCodecConfig
1967 // Default: empty and BITS_PER_SAMPLE_NONE for individual item
1968 optional int32 bits_per_sample = 5;
1969 // A bit field of supported channel mode as defined by various CHANNEL_MODE_* constants in
1970 // BluetoothCodecConfig
1971 // Default: empty and CHANNEL_MODE_NONE for individual item
1972 optional int32 channel_mode = 6;
1973 // Codec specific values
1974 // Default 0
1975 optional int64 codec_specific_1 = 7;
1976 optional int64 codec_specific_2 = 8;
1977 optional int64 codec_specific_3 = 9;
1978 optional int64 codec_specific_4 = 10;
1979}
1980
1981/**
1982 * Logs when A2DP failed to read from PCM source.
1983 * This typically happens when audio HAL cannot supply A2DP with data fast enough for encoding.
1984 *
1985 * Logged from:
1986 * system/bt
1987 */
1988message BluetoothA2dpAudioUnderrunReported {
1989 // An identifier that can be used to match events for this device.
1990 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
1991 // Salt: Randomly generated 256 bit value
1992 // Hash algorithm: HMAC-SHA256
1993 // Size: 32 byte
1994 // Default: null or empty if the device identifier is not known
1995 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
1996 // Encoding interval in nanoseconds
1997 // Default: 0
1998 optional int64 encoding_interval_nanos = 2;
1999 // Number of bytes of PCM data that could not be read from the source
2000 // Default: 0
2001 optional int32 num_missing_pcm_bytes = 3;
2002}
2003
2004/**
2005 * Logs when A2DP failed send encoded data to the remote device fast enough such that the transmit
2006 * buffer queue is full and we have to drop data
2007 *
2008 * Logged from:
2009 * system/bt
2010 */
2011message BluetoothA2dpAudioOverrunReported {
2012 // An identifier that can be used to match events for this device.
2013 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2014 // Salt: Randomly generated 256 bit value
2015 // Hash algorithm: HMAC-SHA256
2016 // Size: 32 byte
2017 // Default: null or empty if the device identifier is not known
2018 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2019 // Encoding interval in nanoseconds
2020 // Default: 0
2021 optional int64 encoding_interval_nanos = 2;
2022 // Number of buffers dropped in this event
2023 // Each buffer is encoded in one encoding interval and consists of multiple encoded frames
2024 // Default: 0
2025 optional int32 num_dropped_buffers = 3;
2026 // Number of encoded buffers dropped in this event
2027 // Default 0
2028 optional int32 num_dropped_encoded_frames = 4;
2029 // Number of encoded bytes dropped in this event
2030 // Default: 0
2031 optional int32 num_dropped_encoded_bytes = 5;
2032}
2033
2034/**
2035 * Logs when we receive reports regarding a device's RSSI value
2036 *
2037 * Logged from:
2038 * system/bt
2039 */
2040message BluetoothDeviceRssiReported {
2041 // An identifier that can be used to match events for this device.
2042 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2043 // Salt: Randomly generated 256 bit value
2044 // Hash algorithm: HMAC-SHA256
2045 // Size: 32 byte
2046 // Default: null or empty if the device identifier is not known
2047 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2048 // Connection handle of this connection if available
2049 // Range: 0x0000 - 0x0EFF (12 bits)
2050 // Default: 0xFFFF if the handle is unknown
2051 optional int32 connection_handle = 2;
2052 // HCI command status code if this is triggerred by hci_cmd
2053 // Default: STATUS_UNKNOWN
2054 optional android.bluetooth.hci.StatusEnum hci_status = 3;
2055 // BR/EDR
2056 // Range: -128 ≤ N ≤ 127 (signed integer)
2057 // Units: dB
2058 // LE:
2059 // Range: -127 to 20, 127 (signed integer)
2060 // Units: dBm
2061 // Invalid when an out of range value is reported
2062 optional int32 rssi = 4;
2063}
2064
2065/**
2066 * Logs when we receive reports regarding how many consecutive failed contacts for a connection
2067 *
2068 * Logged from:
2069 * system/bt
2070 */
2071message BluetoothDeviceFailedContactCounterReported {
2072 // An identifier that can be used to match events for this device.
2073 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2074 // Salt: Randomly generated 256 bit value
2075 // Hash algorithm: HMAC-SHA256
2076 // Size: 32 byte
2077 // Default: null or empty if the device identifier is not known
2078 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2079 // Connection handle of this connection if available
2080 // Range: 0x0000 - 0x0EFF (12 bits)
2081 // Default: 0xFFFF if the handle is unknown
2082 optional int32 connection_handle = 2;
2083 // HCI command status code if this is triggerred by hci_cmd
2084 // Default: STATUS_UNKNOWN
2085 optional android.bluetooth.hci.StatusEnum cmd_status = 3;
2086 // Number of consecutive failed contacts for a connection corresponding to the Handle
2087 // Range: uint16_t, 0-0xFFFF
2088 // Default: 0xFFFFF
2089 optional int32 failed_contact_counter = 4;
2090}
2091
2092/**
2093 * Logs when we receive reports regarding the tranmit power level used for a specific connection
2094 *
2095 * Logged from:
2096 * system/bt
2097 */
2098message BluetoothDeviceTxPowerLevelReported {
2099 // An identifier that can be used to match events for this device.
2100 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2101 // Salt: Randomly generated 256 bit value
2102 // Hash algorithm: HMAC-SHA256
2103 // Size: 32 byte
2104 // Default: null or empty if the device identifier is not known
2105 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2106 // Connection handle of this connection if available
2107 // Range: 0x0000 - 0x0EFF (12 bits)
2108 // Default: 0xFFFF if the handle is unknown
2109 optional int32 connection_handle = 2;
Jack He1021a612019-01-20 21:22:46 -08002110 // HCI command status code if this is triggered by hci_cmd
Jack Hec27040a2019-01-09 20:54:41 -08002111 // Default: STATUS_UNKNOWN
2112 optional android.bluetooth.hci.StatusEnum hci_status = 3;
2113 // Range: -30 ≤ N ≤ 20
2114 // Units: dBm
2115 // Invalid when an out of range value is reported
2116 optional int32 transmit_power_level = 4;
2117}
Jack Heab86dbd22018-12-18 15:43:27 -08002118
Tej Singh5d991e12018-03-09 19:48:11 -08002119/**
Jack He1021a612019-01-20 21:22:46 -08002120 * Logs when Bluetooth controller failed to reply with command status within a timeout period after
2121 * receiving an HCI command from the host
2122 *
2123 * Logged from: system/bt
2124 */
2125message BluetoothHciTimeoutReported {
2126 // HCI command associated with this event
2127 // Default: CMD_UNKNOWN
2128 optional android.bluetooth.hci.CommandEnum hci_command = 1;
2129}
2130
2131/**
2132 * Logs when we receive Bluetooth Link Quality Report event from the controller
2133 * See Android Bluetooth HCI specification for more details
2134 *
2135 * Note: all count and bytes field are counted since last event
2136 *
2137 * Logged from: system/bt
2138 */
2139message BluetoothQualityReportReported {
2140 // Quality report ID
2141 // Original type: uint8_t
2142 // Default: BQR_ID_UNKNOWN
2143 optional android.bluetooth.hci.BqrIdEnum quality_report_id = 1;
2144 // Packet type of the connection
2145 // Original type: uint8_t
2146 // Default: BQR_PACKET_TYPE_UNKNOWN
2147 optional android.bluetooth.hci.BqrPacketTypeEnum packet_types = 2;
2148 // Connection handle of the connection
2149 // Original type: uint16_t
2150 optional int32 connection_handle = 3;
2151 // Performing Role for the connection
2152 // Original type: uint8_t
2153 optional int32 connection_role = 4;
2154 // Current Transmit Power Level for the connection. This value is the same as the controller's
2155 // response to the HCI_Read_Transmit_Power_Level HCI command
2156 // Original type: uint8_t
2157 optional int32 tx_power_level = 5;
2158 // Received Signal Strength Indication (RSSI) value for the connection. This value is an
2159 // absolute receiver signal strength value
2160 // Original type: int8_t
2161 optional int32 rssi = 6;
2162 // Signal-to-Noise Ratio (SNR) value for the connection. It is the average SNR of all the
2163 // channels used by the link currently
2164 // Original type: uint8_t
2165 optional int32 snr = 7;
2166 // Indicates the number of unused channels in AFH_channel_map
2167 // Original type: uint8_t
2168 optional int32 unused_afh_channel_count = 8;
2169 // Indicates the number of the channels which are interfered and quality is bad but are still
2170 // selected for AFH
2171 // Original type: uint8_t
2172 optional int32 afh_select_unideal_channel_count = 9;
2173 // Current Link Supervision Timeout Setting
2174 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2175 // Original type: uint16_t
2176 optional int32 lsto = 10;
2177 // Piconet Clock for the specified Connection_Handle. This value is the same as the controller's
2178 // response to HCI_Read_Clock HCI command with the parameter "Which_Clock" of
2179 // 0x01 (Piconet Clock)
2180 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2181 // Original type: uint32_t
2182 optional int64 connection_piconet_clock = 11;
2183 // The count of retransmission
2184 // Original type: uint32_t
2185 optional int64 retransmission_count = 12;
2186 // The count of no RX
2187 // Original type: uint32_t
2188 optional int64 no_rx_count = 13;
2189 // The count of NAK (Negative Acknowledge)
2190 // Original type: uint32_t
2191 optional int64 nak_count = 14;
2192 // Controller timestamp of last TX ACK
2193 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2194 // Original type: uint32_t
2195 optional int64 last_tx_ack_timestamp = 15;
2196 // The count of Flow-off (STOP)
2197 // Original type: uint32_t
2198 optional int64 flow_off_count = 16;
2199 // Controller timestamp of last Flow-on (GO)
2200 // Unit: N * 0.3125 ms (1 Bluetooth Clock)
2201 // Original type: uint32_t
2202 optional int64 last_flow_on_timestamp = 17;
2203 // Buffer overflow count (how many bytes of TX data are dropped) since the last event
2204 // Original type: uint32_t
2205 optional int64 buffer_overflow_bytes = 18;
2206 // Buffer underflow count (in byte) since last event
2207 // Original type: uint32_t
2208 optional int64 buffer_underflow_bytes = 19;
2209}
2210
2211/**
2212 * Logs when a Bluetooth device's manufacturer information is learnt by the Bluetooth stack
2213 *
2214 * Notes:
2215 * - Each event can be partially filled as we might learn different pieces of device
2216 * information at different time
2217 * - Multiple device info events can be combined to give more complete picture
2218 * - When multiple device info events tries to describe the same information, the
2219 * later one wins
2220 *
2221 * Logged from:
2222 * packages/apps/Bluetooth
2223 */
Jack Heaea26982019-04-04 11:19:48 -07002224message BluetoothDeviceInfoReported {
Jack He1021a612019-01-20 21:22:46 -08002225 // An identifier that can be used to match events for this device.
2226 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2227 // Salt: Randomly generated 256 bit value
2228 // Hash algorithm: HMAC-SHA256
2229 // Size: 32 byte
2230 // Default: null or empty if the device identifier is not known
2231 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2232 // Where is this device info obtained from
2233 optional android.bluetooth.DeviceInfoSrcEnum source_type = 2;
2234 // Name of the data source
2235 // For EXTERNAL: package name of the data source
2236 // For INTERNAL: null for general case, component name otherwise
2237 optional string source_name = 3;
2238 // Name of the manufacturer of this device
2239 optional string manufacturer = 4;
2240 // Model of this device
2241 optional string model = 5;
2242 // Hardware version of this device
2243 optional string hardware_version = 6;
2244 // Software version of this device
2245 optional string software_version = 7;
2246}
2247
2248/**
2249 * Logs when we receive Bluetooth Read Remote Version Information Complete Event from the remote
2250 * device, as documented by the Bluetooth Core HCI specification
2251 * Reference: https://www.bluetooth.com/specifications/bluetooth-core-specification
2252 * Vol 2, Part E, Page 1118
2253 *
2254 * Logged from:
2255 * system/bt
2256 */
2257message BluetoothRemoteVersionInfoReported {
2258 // Connection handle of the connection
2259 // Original type: uint16_t
2260 optional int32 connection_handle = 1;
2261 // HCI command status code
2262 // Default: STATUS_UNKNOWN
2263 optional android.bluetooth.hci.StatusEnum hci_status = 2;
2264 // 1 byte Version of current LMP in the remote controller
2265 optional int32 lmp_version = 3;
2266 // 2 bytes LMP manufacturer code of the remote controller
2267 // https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
2268 optional int32 lmp_manufacturer_code = 4;
2269 // 4 bytes subversion of the LMP in the remote controller
2270 optional int32 lmp_subversion = 5;
2271}
2272
2273/**
2274 * Logs when certain Bluetooth SDP attributes are discovered
2275 * Constant definitions are from:
2276 * https://www.bluetooth.com/specifications/assigned-numbers/service-discovery
2277 *
2278 * Current logged attributes:
2279 * - BluetoothProfileDescriptorList
2280 * - Supported Features Bitmask
2281 *
2282 * Logged from:
2283 * system/bt
2284 */
2285message BluetoothSdpAttributeReported {
2286 // An identifier that can be used to match events for this device.
2287 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2288 // Salt: Randomly generated 256 bit value
2289 // Hash algorithm: HMAC-SHA256
2290 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2291 // Short form UUIDs used to identify Bluetooth protocols, profiles, and service classes
2292 // Original type: uint16_t
2293 optional int32 protocol_uuid = 2;
2294 // Short form UUIDs used to identify Bluetooth SDP attribute types
2295 // Original type: uint16_t
2296 optional int32 attribute_id = 3;
2297 // Attribute value for the particular attribute
2298 optional bytes attribute_value = 4 [(android.os.statsd.log_mode) = MODE_BYTES];
2299}
2300
2301/**
2302 * Logs when bond state of a Bluetooth device changes
2303 *
2304 * Logged from:
2305 * frameworks/base/core/java/android/bluetooth/BluetoothDevice.java
2306 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/BondStateMachine.java
2307 */
2308message BluetoothBondStateChanged {
2309 // An identifier that can be used to match events for this device.
2310 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2311 // Salt: Randomly generated 256 bit value
2312 // Hash algorithm: HMAC-SHA256
2313 // Size: 32 byte
2314 // Default: null or empty if the device identifier is not known
2315 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2316 // Preferred transport type to remote dual mode device
2317 // Default: TRANSPORT_AUTO means no preference
2318 optional android.bluetooth.TransportTypeEnum transport = 2;
2319 // The type of this Bluetooth device (Classic, LE, or Dual mode)
2320 // Default: UNKNOWN
2321 optional android.bluetooth.DeviceTypeEnum type = 3;
2322 // Current bond state (NONE, BONDING, BONDED)
2323 // Default: BOND_STATE_UNKNOWN
2324 optional android.bluetooth.BondStateEnum bond_state = 4;
2325 // Bonding sub state
2326 // Default: BOND_SUB_STATE_UNKNOWN
2327 optional android.bluetooth.BondSubStateEnum bonding_sub_state = 5;
2328 // Unbond Reason
2329 // Default: UNBOND_REASON_UNKNOWN
2330 optional android.bluetooth.UnbondReasonEnum unbond_reason = 6;
2331}
2332
2333/**
2334 * Logs there is an event related Bluetooth classic pairing
2335 *
2336 * Logged from:
2337 * system/bt
2338 */
2339message BluetoothClassicPairingEventReported {
2340 // An identifier that can be used to match events for this device.
2341 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2342 // Salt: Randomly generated 256 bit value
2343 // Hash algorithm: HMAC-SHA256
2344 // Size: 32 byte
2345 // Default: null or empty if the device identifier is not known
2346 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2347 // Connection handle of this connection if available
2348 // Range: 0x0000 - 0x0EFF (12 bits)
2349 // Default: 0xFFFF if the handle is unknown
2350 optional int32 connection_handle = 2;
2351 // HCI command associated with this event
2352 // Default: CMD_UNKNOWN
2353 optional android.bluetooth.hci.CommandEnum hci_cmd = 3;
2354 // HCI event associated with this event
2355 // Default: EVT_UNKNOWN
2356 optional android.bluetooth.hci.EventEnum hci_event = 4;
2357 // HCI command status code if this is triggerred by hci_cmd
2358 // Default: STATUS_UNKNOWN
2359 optional android.bluetooth.hci.StatusEnum cmd_status = 5;
2360 // HCI reason code associated with this event
2361 // Default: STATUS_UNKNOWN
2362 optional android.bluetooth.hci.StatusEnum reason_code = 6;
Jack He3b259832019-03-20 03:47:29 -07002363 // A status value related to this specific event
2364 // Default: 0
2365 optional int64 event_value = 7;
Jack He1021a612019-01-20 21:22:46 -08002366}
2367
2368/**
2369 * Logs when there is an event related to Bluetooth Security Manager Protocol (SMP)
2370 *
2371 * Logged from:
2372 * system/bt
2373 */
2374message BluetoothSmpPairingEventReported {
2375 // An identifier that can be used to match events for this device.
2376 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2377 // Salt: Randomly generated 256 bit value
2378 // Hash algorithm: HMAC-SHA256
2379 // Size: 32 byte
2380 // Default: null or empty if the device identifier is not known
2381 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2382 // SMP command sent or received over L2CAP
2383 // Default: CMD_UNKNOWN
2384 optional android.bluetooth.smp.CommandEnum smp_command = 2;
2385 // Whether this command is sent or received
2386 // Default: DIRECTION_UNKNOWN
2387 optional android.bluetooth.DirectionEnum direction = 3;
2388 // SMP failure reason code
2389 // Default: PAIRING_FAIL_REASON_DEFAULT
2390 optional android.bluetooth.smp.PairingFailReasonEnum smp_fail_reason = 4;
2391}
2392
2393/**
Jack He815cdba2019-01-30 17:24:55 -08002394 * Logs when a Bluetooth socket’s connection state changed
2395 *
2396 * Logged from:
2397 * system/bt
2398 */
2399message BluetoothSocketConnectionStateChanged {
2400 // An identifier that can be used to match events for this device.
2401 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2402 // Salt: Randomly generated 256 bit value
2403 // Hash algorithm: HMAC-SHA256
2404 // Size: 32 byte
Jack Hee4ae0e72019-02-07 13:52:45 -08002405 // Default: null or empty if this is a server listener socket
Jack He815cdba2019-01-30 17:24:55 -08002406 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
Jack Hee4ae0e72019-02-07 13:52:45 -08002407 // Temporary port of this socket for the current connection or session only
Jack He815cdba2019-01-30 17:24:55 -08002408 // Default 0 when unknown or don't care
2409 optional int32 port = 2;
2410 // Socket type as mentioned in
2411 // frameworks/base/core/java/android/bluetooth/BluetoothSocket.java
2412 // Default: SOCKET_TYPE_UNKNOWN
2413 optional android.bluetooth.SocketTypeEnum type = 3;
2414 // Socket connection state
2415 // Default: SOCKET_CONNECTION_STATE_UNKNOWN
2416 optional android.bluetooth.SocketConnectionstateEnum state = 4;
2417 // Number of bytes sent to remote device during this connection
2418 optional int64 tx_bytes = 5;
2419 // Number of bytes received from remote device during this connection
2420 optional int64 rx_bytes = 6;
Jack Hee4ae0e72019-02-07 13:52:45 -08002421 // Socket owner's UID
2422 optional int32 uid = 7 [(is_uid) = true];
2423 // Server port of this socket, if any. When both |server_port| and |port| fields are populated,
2424 // |port| must be spawned by |server_port|
2425 // Default 0 when unknown or don't care
2426 optional int32 server_port = 8;
2427 // Whether this is a server listener socket
2428 optional android.bluetooth.SocketRoleEnum is_server = 9;
Jack He815cdba2019-01-30 17:24:55 -08002429}
2430
2431/**
Jack He71426802019-04-02 13:32:52 -07002432 * Logs when Class of Device (CoD) value is learnt for a device during pairing or connection
2433 *
2434 * Logged from:
2435 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/BondStateMachine.java
2436 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/RemoteDevices.java
2437 *
2438 */
2439message BluetoothClassOfDeviceReported {
2440 // An identifier that can be used to match events for this device.
2441 // Currently, this is a salted hash of the MAC address of this Bluetooth device.
2442 // Salt: Randomly generated 256 bit value
2443 // Hash algorithm: HMAC-SHA256
2444 // Size: 32 byte
2445 // Default: null or empty if this is a server listener socket
2446 optional bytes obfuscated_id = 1 [(android.os.statsd.log_mode) = MODE_BYTES];
2447 // Class of Device (CoD) value including both Major, Minor device class and service class
2448 // Defined in: https://www.bluetooth.com/specifications/assigned-numbers/baseband
2449 // Also defined in: https://developer.android.com/reference/android/bluetooth/BluetoothClass
2450 // Default: 0
2451 optional int32 class_of_device = 2;
2452}
2453
2454/**
Andrew Chant28d627e2018-02-22 15:17:05 -08002455 * Logs when something is plugged into or removed from the USB-C connector.
2456 *
2457 * Logged from:
Badhri Jagan Sridharan223b3c72018-11-16 16:02:35 -08002458 * UsbService
Andrew Chant28d627e2018-02-22 15:17:05 -08002459 */
2460message UsbConnectorStateChanged {
2461 enum State {
Badhri Jagan Sridharan223b3c72018-11-16 16:02:35 -08002462 STATE_DISCONNECTED = 0;
2463 STATE_CONNECTED = 1;
Andrew Chant28d627e2018-02-22 15:17:05 -08002464 }
2465 optional State state = 1;
Badhri Jagan Sridharan223b3c72018-11-16 16:02:35 -08002466 optional string id = 2;
Badhri Jagan Sridharanfaf62072018-11-16 17:17:03 -08002467 // Last active session in ms.
2468 // 0 when the port is in connected state.
2469 optional int64 last_connect_duration_millis = 3;
Andrew Chant28d627e2018-02-22 15:17:05 -08002470}
2471
2472/**
2473 * Logs the reported speaker impedance.
2474 *
2475 * Logged from:
2476 * Vendor audio implementation.
2477 */
2478message SpeakerImpedanceReported {
2479 optional int32 speaker_location = 1;
2480 optional int32 impedance = 2;
2481}
2482
2483/**
2484 * Logs the report of a failed hardware.
2485 *
2486 * Logged from:
2487 * Vendor HALs.
2488 *
2489 */
2490message HardwareFailed {
2491 enum HardwareType {
2492 HARDWARE_FAILED_UNKNOWN = 0;
2493 HARDWARE_FAILED_MICROPHONE = 1;
2494 HARDWARE_FAILED_CODEC = 2;
2495 HARDWARE_FAILED_SPEAKER = 3;
2496 HARDWARE_FAILED_FINGERPRINT = 4;
2497 }
2498 optional HardwareType hardware_type = 1;
2499
Maggie White6dcd8572019-01-31 14:11:50 -08002500 /**
2501 * hardware_location allows vendors to differentiate between multiple instances of
Andrew Chant28d627e2018-02-22 15:17:05 -08002502 * the same hardware_type. The specific locations are vendor defined integers,
2503 * referring to board-specific numbering schemes.
2504 */
2505 optional int32 hardware_location = 2;
2506
Maggie White6dcd8572019-01-31 14:11:50 -08002507 /**
2508 * failure_code is specific to the HardwareType of the failed hardware.
2509 * It should use one of the enum values defined below.
Andrew Chant28d627e2018-02-22 15:17:05 -08002510 */
Maggie White6dcd8572019-01-31 14:11:50 -08002511 enum HardwareErrorCode {
2512 UNKNOWN = 0;
2513 COMPLETE = 1;
2514 SPEAKER_HIGH_Z = 2;
2515 SPEAKER_SHORT = 3;
2516 FINGERPRINT_SENSOR_BROKEN = 4;
2517 FINGERPRINT_TOO_MANY_DEAD_PIXELS = 5;
Maggie Whiteb76cebc2019-02-05 15:21:29 -08002518 DEGRADE = 6;
Andrew Chant28d627e2018-02-22 15:17:05 -08002519 }
2520 optional int32 failure_code = 3;
2521}
2522
2523/**
2524 * Log an event when the device has been physically dropped.
2525 * Reported from the /vendor partition.
2526 */
2527message PhysicalDropDetected {
2528 // Confidence that the event was actually a drop, 0 -> 100
2529 optional int32 confidence_pctg = 1;
2530 // Peak acceleration of the drop, in 1/1000s of a g.
2531 optional int32 accel_peak_thousandths_g = 2;
Andrew Chantb56388b2018-03-22 21:07:33 -07002532 // Duration of freefall in ms
2533 optional int32 freefall_time_millis = 3;
Andrew Chant28d627e2018-02-22 15:17:05 -08002534}
2535
2536/**
2537 * Log bucketed battery charge cycles.
2538 *
2539 * Each bucket represents cycles of the battery past
Maggie White38c9d322018-11-20 10:07:52 -08002540 * a given charge point. For example, if 10 cycle buckets are
2541 * initialized, bucket 1 is the lowest 1/10th of the battery,
2542 * and bucket 10 is 100%.
Andrew Chant28d627e2018-02-22 15:17:05 -08002543 *
2544 * Logged from:
2545 * /sys/class/power_supply/bms/cycle_count, via Vendor.
2546 */
2547message ChargeCyclesReported {
2548 optional int32 cycle_bucket_1 = 1;
2549 optional int32 cycle_bucket_2 = 2;
2550 optional int32 cycle_bucket_3 = 3;
2551 optional int32 cycle_bucket_4 = 4;
2552 optional int32 cycle_bucket_5 = 5;
2553 optional int32 cycle_bucket_6 = 6;
2554 optional int32 cycle_bucket_7 = 7;
2555 optional int32 cycle_bucket_8 = 8;
Maggie White38c9d322018-11-20 10:07:52 -08002556 optional int32 cycle_bucket_9 = 9;
2557 optional int32 cycle_bucket_10 = 10;
Andrew Chant28d627e2018-02-22 15:17:05 -08002558}
2559
2560/**
Howard Roa46b6582018-09-18 16:45:02 -07002561 * Log battery health snapshot.
2562 *
2563 * Resistance, Voltage, Open Circuit Voltage, Temperature, and Charge Level
2564 * are snapshotted periodically over 24hrs.
2565 */
2566message BatteryHealthSnapshot {
2567 enum BatterySnapshotType {
2568 UNKNOWN = 0;
2569 MIN_TEMP = 1; // Snapshot at min batt temp over 24hrs.
2570 MAX_TEMP = 2; // Snapshot at max batt temp over 24hrs.
2571 MIN_RESISTANCE = 3; // Snapshot at min batt resistance over 24hrs.
2572 MAX_RESISTANCE = 4; // Snapshot at max batt resistance over 24hrs.
2573 MIN_VOLTAGE = 5; // Snapshot at min batt voltage over 24hrs.
2574 MAX_VOLTAGE = 6; // Snapshot at max batt voltage over 24hrs.
2575 MIN_CURRENT = 7; // Snapshot at min batt current over 24hrs.
2576 MAX_CURRENT = 8; // Snapshot at max batt current over 24hrs.
2577 MIN_BATT_LEVEL = 9; // Snapshot at min battery level (SoC) over 24hrs.
2578 MAX_BATT_LEVEL = 10; // Snapshot at max battery level (SoC) over 24hrs.
2579 AVG_RESISTANCE = 11; // Snapshot at average battery resistance over 24hrs.
2580 }
2581 optional BatterySnapshotType type = 1;
2582 // Temperature, in 1/10ths of degree C.
Yangster-maca8a30442018-10-13 23:46:34 -07002583 optional int32 temperature_deci_celsius = 2;
Howard Roa46b6582018-09-18 16:45:02 -07002584 // Voltage Battery Voltage, in microVolts.
2585 optional int32 voltage_micro_volt = 3;
2586 // Current Battery current, in microAmps.
2587 optional int32 current_micro_amps = 4;
2588 // OpenCircuitVoltage Battery Open Circuit Voltage, in microVolts.
2589 optional int32 open_circuit_micro_volt = 5;
2590 // Resistance Battery Resistance, in microOhms.
2591 optional int32 resistance_micro_ohm = 6;
2592 // Level Battery Level, as % of full.
2593 optional int32 level_percent = 7;
2594}
2595
2596/**
2597 * Log slow I/O operations on the primary storage.
2598 */
2599message SlowIo {
2600 // Classifications of IO Operations.
2601 enum IoOperation {
2602 UNKNOWN = 0;
2603 READ = 1;
2604 WRITE = 2;
2605 UNMAP = 3;
2606 SYNC = 4;
2607 }
2608 optional IoOperation operation = 1;
2609
2610 // The number of slow IO operations of this type over 24 hours.
2611 optional int32 count = 2;
2612}
2613
2614/**
2615 * Log battery caused shutdown with the last recorded voltage.
2616 */
2617message BatteryCausedShutdown {
2618 // The last recorded battery voltage prior to shutdown.
2619 optional int32 last_recorded_micro_volt = 1;
2620}
2621
2622/**
Tej Singha72344992019-04-17 18:55:08 -07002623 * Logs when ThermalService receives throttling events.
2624 *
2625 * Logged from:
2626 * frameworks/base/services/core/java/com/android/server/stats/StatsCompanionService.java
2627 */
2628message ThermalThrottlingSeverityStateChanged {
2629 // The type of temperature being reported (CPU, GPU, SKIN, etc)
2630 optional android.os.TemperatureTypeEnum sensor_type = 1;
2631
2632 // The name of the temperature source. Eg. CPU0
2633 optional string sensor_name = 2;
2634
2635 // Temperature in tenths of a degree C.
2636 // For BCL, it is decimillivolt, decimilliamps, and percentage * 10.
2637 optional int32 temperature_deci_celsius = 3;
2638
2639 // Relative severity of the throttling, see enum definition.
2640 optional android.os.ThrottlingSeverityEnum severity = 4;
2641}
2642
2643/**
Tej Singhbb8554a2018-01-26 11:59:14 -08002644 * Logs the duration of a davey (jank of >=700ms) when it occurs
2645 *
2646 * Logged from:
2647 * frameworks/base/libs/hwui/JankTracker.cpp
2648 */
2649message DaveyOccurred {
David Chen77ef6712018-02-23 18:23:42 -08002650 // The UID that logged this atom.
Yao Chenc40a19d2018-03-15 16:48:25 -07002651 optional int32 uid = 1 [(is_uid) = true];
David Chen77ef6712018-02-23 18:23:42 -08002652
Tej Singhbb8554a2018-01-26 11:59:14 -08002653 // Amount of time it took to render the frame. Should be >=700ms.
David Chen77ef6712018-02-23 18:23:42 -08002654 optional int64 jank_duration_millis = 2;
Tej Singhbb8554a2018-01-26 11:59:14 -08002655}
2656
2657/**
Bookatze5885242017-10-24 20:10:31 -07002658 * Logs phone signal strength changes.
2659 *
2660 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07002661 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -07002662 */
2663message PhoneSignalStrengthChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08002664 // Signal strength, from frameworks/base/core/proto/android/telephony/enums.proto.
2665 optional android.telephony.SignalStrengthEnum signal_strength = 1;
David Chenc28b2bb2017-10-24 12:52:52 -07002666}
2667
Yangster4ccebea2018-10-09 17:09:02 -07002668
2669/**
2670 * Logs when the phone state, sim state or signal strength changes
2671 *
2672 * Logged from:
2673 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
2674 */
2675message PhoneServiceStateChanged {
2676 optional android.telephony.ServiceStateEnum state = 1;
2677 optional android.telephony.SimStateEnum sim_state = 2;
2678 optional android.telephony.SignalStrengthEnum signal_strength = 3;
2679}
2680
2681/**
2682 * Logs when the phone becomes on or off.
2683 *
2684 * Logged from:
2685 * frameworks/base/core/java/com/android/internal/os/TelephonyRegistry.java
2686 */
2687message PhoneStateChanged {
2688 enum State {
2689 OFF = 0;
2690 ON = 1;
2691 }
2692 optional State state = 1;
2693}
2694
Hyunyoung Song2ecb8862019-07-09 09:19:25 -07002695message BackGesture {
2696 enum BackType {
2697 DEFAULT_BACK_TYPE = 0;
2698 COMPLETED = 1;
2699 COMPLETED_REJECTED = 2; // successful because coming from rejected area
2700 INCOMPLETE_EXCLUDED = 3; // would have been successful but in the exclusion area
2701 INCOMPLETE = 4;
2702 }
2703 optional BackType type = 1;
2704
2705 optional int32 y_coordinate = 2; // y coordinate for ACTION_DOWN event
2706 enum WindowHorizontalLocation {
2707 DEFAULT_LOCATION = 0;
2708 LEFT = 1;
2709 RIGHT = 2;
2710 }
2711 optional WindowHorizontalLocation x_location = 3;
2712}
2713
2714message ExclusionRectStateChanged {
2715 optional string component_name = 1; // if not available, simply packageName
2716 optional int32 requested_height = 2; // px
2717 optional int32 rejected_height = 3; // px
2718
2719 enum WindowHorizontalLocation {
2720 DEFAULT_LOCATION = 0;
2721 LEFT = 1;
2722 RIGHT = 2;
2723 }
2724 optional WindowHorizontalLocation x_location = 4;
2725 optional bool landscape = 5;
2726 optional bool splitscreen = 6;
2727 optional int32 duration_millis = 7;
2728}
2729
Hyunyoung Songc6d6b772018-10-17 13:35:32 -07002730message LauncherUIChanged {
Yao Chen8c433862018-10-24 14:09:20 -07002731 optional android.stats.launcher.LauncherAction action = 1;
2732 optional android.stats.launcher.LauncherState src_state = 2;
2733 optional android.stats.launcher.LauncherState dst_state = 3;
2734 optional android.stats.launcher.LauncherExtension extension = 4 [(log_mode) = MODE_BYTES];
Hyunyoung Songc6d6b772018-10-17 13:35:32 -07002735 optional bool is_swipe_up_enabled = 5;
2736}
2737
Hyunyoung Song80adf6be2019-01-30 09:59:30 -08002738message StyleUIChanged {
2739 optional android.stats.style.Action action = 1;
2740 optional int32 color_package_hash = 2;
2741 optional int32 font_package_hash = 3;
2742 optional int32 shape_package_hash = 4;
2743 optional int32 clock_package_hash = 5;
2744 optional int32 launcher_grid = 6;
2745 optional int32 wallpaper_category_hash = 7;
2746 optional int32 wallpaper_id_hash = 8;
Kunhung Li286c52f2019-05-21 20:10:43 +08002747 optional int32 color_preference = 9;
2748 optional android.stats.style.LocationPreference location_preference = 10;
Hyunyoung Song80adf6be2019-01-30 09:59:30 -08002749}
2750
David Chenc28b2bb2017-10-24 12:52:52 -07002751/**
Fan Zhang916c13b2018-10-16 22:49:45 -07002752 * Logs when Settings UI has changed.
2753 *
2754 * Logged from:
2755 * packages/apps/Settings
2756 */
2757message SettingsUIChanged {
2758 /**
Fan Zhang916c13b2018-10-16 22:49:45 -07002759 * Where this SettingsUIChange event comes from. For example, if
2760 * it's a PAGE_VISIBLE event, where the page is opened from.
2761 */
Fan Zhangf837b8e2018-10-23 12:38:30 -07002762 optional android.app.settings.PageId attribution = 1;
Fan Zhang916c13b2018-10-16 22:49:45 -07002763
2764 /**
2765 * What the UI action is.
2766 */
Fan Zhangf837b8e2018-10-23 12:38:30 -07002767 optional android.app.settings.Action action = 2;
Fan Zhang916c13b2018-10-16 22:49:45 -07002768
2769 /**
2770 * Where the action is happening
2771 */
Fan Zhangff2332b2018-12-06 15:16:41 -08002772 optional android.app.settings.PageId page_id = 3;
Fan Zhang916c13b2018-10-16 22:49:45 -07002773
2774 /**
2775 * What preference changed in this event.
2776 */
Fan Zhangff2332b2018-12-06 15:16:41 -08002777 optional string changed_preference_key = 4;
Fan Zhang916c13b2018-10-16 22:49:45 -07002778
2779 /**
2780 * The new value of the changed preference.
2781 */
Fan Zhangff2332b2018-12-06 15:16:41 -08002782 optional int64 changed_preference_int_value = 5;
Fan Zhang916c13b2018-10-16 22:49:45 -07002783}
2784
2785/**
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002786 * Logs basic timing information about touch events.
2787 * Reported at most every 5 minutes while device is being interacted with.
2788 *
2789 * Logged from:
2790 * frameworks/native/services/inputflinger
2791 */
2792message TouchEventReported {
2793 /**
2794 * The fields latency_{min|max|mean|stdev} represent minimum, maximum, mean,
Siarhei Vishniakou20d23c02019-08-15 19:32:34 -05002795 * and the standard deviation of the time spent processing touchscreen events
2796 * in the kernel and inputflinger. The units are microseconds.
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002797 *
Siarhei Vishniakou20d23c02019-08-15 19:32:34 -05002798 * On supported devices, the starting point is taken during the hard interrupt inside the
2799 * kernel touch driver. On all other devices, the starting point is taken inside
2800 * the kernel's input event subsystem upon receipt of the input event.
2801 * The ending point is taken inside InputDispatcher, just after the input event
2802 * is sent to the app.
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002803 */
2804 // Minimum value
2805 optional float latency_min_micros = 1;
2806 // Maximum value
2807 optional float latency_max_micros = 2;
2808 // Average value
2809 optional float latency_mean_micros = 3;
2810 // Standard deviation
2811 optional float latency_stdev_micros = 4;
Siarhei Vishniakouca954f92019-03-22 16:41:14 -07002812 // Number of touch events (input_event) in this report
2813 optional int32 count = 5;
Siarhei Vishniakou3ddecff2018-11-08 19:57:13 -08002814}
2815
2816/**
Philip Quinn0eded622019-01-29 12:46:28 -08002817 * Logs gesture classification and timing information for touch events.
2818 *
2819 * Logged from:
2820 * frameworks/base/core/java/android/view/GestureDetector.java
2821 * frameworks/base/core/java/android/view/View.java
2822 */
2823message TouchGestureClassified {
2824 // The source of the classification (e.g. Java class name).
2825 optional string source = 1;
2826
2827 enum Classification {
2828 UNKNOWN_CLASSIFICATION = 0;
2829 SINGLE_TAP = 1;
2830 DOUBLE_TAP = 2;
2831 LONG_PRESS = 3;
2832 DEEP_PRESS = 4;
2833 SCROLL = 5;
2834 }
2835 // The classification of the gesture.
2836 optional Classification classification = 2;
2837
2838 // The interval from the start of a touch event stream until the
2839 // classification was made.
2840 optional int32 latency_millis = 3;
2841
2842 // The distance from the location of the first touch event to the
2843 // location of the touch event when the classification was made.
2844 optional float displacement_px = 4;
2845}
2846
2847/**
David Chenc28b2bb2017-10-24 12:52:52 -07002848 * Logs that a setting was updated.
2849 * Logged from:
David Chenbd789912018-03-16 17:19:55 -07002850 * frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/SettingsState.java
David Chenc28b2bb2017-10-24 12:52:52 -07002851 * The tag and is_default allow resetting of settings to default values based on the specified
2852 * tag. See Settings#putString(ContentResolver, String, String, String, boolean) for more details.
2853 */
2854message SettingChanged {
2855 // The name of the setting.
2856 optional string setting = 1;
2857
2858 // The change being imposed on this setting. May represent a number, eg "3".
2859 optional string value = 2;
2860
2861 // The new value of this setting. For most settings, this is same as value. For some settings,
2862 // value is +X or -X where X represents an element in a set. For example, if the previous value
2863 // is A,B,C and value is -B, then new_value is A,C and prev_value is A,B,C.
2864 // The +/- feature is currently only used for location_providers_allowed.
2865 optional string new_value = 3;
2866
2867 // The previous value of this setting.
2868 optional string prev_value = 4;
2869
2870 // The tag used with the is_default for resetting sets of settings. This is generally null.
2871 optional string tag = 5;
2872
Bookatz90867622018-01-31 15:05:57 -08002873 // True if this setting with tag should be resettable.
2874 optional bool is_default = 6;
David Chenc28b2bb2017-10-24 12:52:52 -07002875
David Chenbd789912018-03-16 17:19:55 -07002876 // The associated user (for multi-user feature). Defined in android/os/UserHandle.java
David Chenc28b2bb2017-10-24 12:52:52 -07002877 optional int32 user = 7;
David Chenbd789912018-03-16 17:19:55 -07002878
2879 enum ChangeReason {
2880 UPDATED = 1; // Updated can be an insertion or an update.
2881 DELETED = 2;
2882 }
2883 optional ChangeReason reason = 8;
David Chenc28b2bb2017-10-24 12:52:52 -07002884}
Chenjie Yub3dda412017-10-24 13:41:59 -07002885
Chenjie Yu05013b32017-11-21 10:21:41 -08002886/**
Chenjie Yu3d4f6042017-10-27 15:39:34 -07002887 * Logs activity going to foreground or background
2888 *
2889 * Logged from:
2890 * frameworks/base/services/core/java/com/android/server/am/ActivityRecord.java
2891 */
2892message ActivityForegroundStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07002893 optional int32 uid = 1 [(is_uid) = true];
Yangster-mac20877162017-12-22 17:19:39 -08002894 optional string pkg_name = 2;
2895 optional string class_name = 3;
2896
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002897 enum State {
2898 BACKGROUND = 0;
2899 FOREGROUND = 1;
Chenjie Yu3d4f6042017-10-27 15:39:34 -07002900 }
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002901 optional State state = 4;
Chenjie Yu3d4f6042017-10-27 15:39:34 -07002902}
David Chenc8a43242017-10-17 16:23:28 -07002903
2904/**
Felix Lopez Luisd95346a2018-12-12 10:32:32 +00002905 * Logs when a volume entered low Storage state.
2906 * Logged from:
2907 * frameworks/base/services/core/java/com/android/server/storage/DeviceStorageMonitorService.java
2908 */
2909message LowStorageStateChanged {
2910 // Volume that ran out of storage.
2911 optional string volume_description = 1;
2912
2913 enum State {
2914 UNKNOWN = 0;
2915 OFF = 1;
2916 ON = 2;
2917 }
2918 optional State state = 2;
2919}
2920
2921/**
2922 * Logs when an app is downgraded.
2923 * Logged from:
2924 * frameworks/base/services/core/java/com/android/server/pm/BackgroundDexOptService.java
2925 */
2926message AppDowngraded {
2927 optional string package_name = 1;
2928 // Size of the package (all data) before being downgraded.
2929 optional int64 size_in_bytes_before = 2;
2930 // Size of the package (all data) after being downgraded.
2931 optional int64 size_in_bytes_after = 3;
2932
2933 optional bool aggressive = 4;
2934}
2935
2936/**
2937 * Logs when an app is optimized after being downgraded.
2938 * Logged from:
2939 * frameworks/base/services/core/java/com/android/server/pm/BackgroundDexOptService.java
2940 */
2941message AppOptimizedAfterDowngraded {
2942 optional string package_name = 1;
2943}
2944
2945/**
Carmen Agimof6688a352019-01-30 19:36:04 +00002946 * Logs whenever an app is installed on external storage.
2947 * Logged from:
2948 frameworks/base/services/core/java/com/android/server/pm/PackageManagerService.java
2949 */
2950message AppInstallOnExternalStorageReported {
2951 // The type of external storage.
2952 optional android.stats.storage.ExternalStorageType storage_type = 1;
2953 // The name of the package that is installed on the sd card.
2954 optional string package_name = 2;
2955}
2956
2957/**
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002958 * Logs when an app crashes.
David Chen9e3808c2017-11-20 17:25:34 -08002959 * Logged from:
2960 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
2961 */
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002962message AppCrashOccurred {
Yao Chenc40a19d2018-03-15 16:48:25 -07002963 optional int32 uid = 1 [(is_uid) = true];
David Chen9e3808c2017-11-20 17:25:34 -08002964
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002965 optional string event_type = 2;
David Chen9e3808c2017-11-20 17:25:34 -08002966
2967 // The name of the process.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002968 // system_server if it is not by an app
David Chen9e3808c2017-11-20 17:25:34 -08002969 optional string process_name = 3;
2970
2971 // The pid if available. -1 means not available.
David Chen6e3e6cb2018-01-03 16:14:06 -08002972 optional sint32 pid = 4;
Chenjie Yuf17bf622018-04-02 14:22:19 -07002973
2974 optional string package_name = 5;
2975
2976 enum InstantApp {
2977 UNAVAILABLE = 0;
2978 FALSE = 1;
2979 TRUE = 2;
2980 }
2981 optional InstantApp is_instant_app = 6;
2982
2983 enum ForegroundState {
2984 UNKNOWN = 0;
2985 BACKGROUND = 1;
2986 FOREGROUND = 2;
2987 }
2988 optional ForegroundState foreground_state = 7;
Yang Lu732d6382018-11-05 07:53:12 -08002989
2990 optional android.server.ErrorSource error_source = 8;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002991}
David Chen9e3808c2017-11-20 17:25:34 -08002992
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08002993/**
2994 * Logs when a WTF (What a Terrible Failure) happened.
2995 * Logged from:
2996 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
2997 */
2998message WTFOccurred {
2999 optional int32 uid = 1 [(is_uid) = true];
David Chen9e3808c2017-11-20 17:25:34 -08003000
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003001 optional string tag = 2;
David Chen9e3808c2017-11-20 17:25:34 -08003002
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003003 // The name of the process.
3004 // system_server if it is not by an app
3005 optional string process_name = 3;
David Chen6e3e6cb2018-01-03 16:14:06 -08003006
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003007 // The pid if available. -1 means not available.
3008 optional sint32 pid = 4;
Yang Lu732d6382018-11-05 07:53:12 -08003009
3010 optional android.server.ErrorSource error_source = 5;
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003011}
3012
3013/**
3014 * Logs when system server reports low memory.
3015 * Logged from:
3016 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
3017 */
3018message LowMemReported {
3019}
3020
3021/**
3022 * Logs when an app ANR (App Not Responding) occurs.
3023 * Logged from:
3024 * frameworks/base/services/core/java/com/android/server/am/AppErrors.java
3025 */
3026message ANROccurred {
3027 optional int32 uid = 1 [(is_uid) = true];
3028
3029 optional string process_name = 2;
3030
3031 optional string short_component_name = 3;
3032
3033 optional string reason = 4;
Chenjie Yuf17bf622018-04-02 14:22:19 -07003034
3035 enum InstantApp {
3036 UNAVAILABLE = 0;
3037 FALSE = 1;
3038 TRUE = 2;
3039 }
3040 optional InstantApp is_instant_app = 5;
3041
3042 enum ForegroundState {
3043 UNKNOWN = 0;
3044 BACKGROUND = 1;
3045 FOREGROUND = 2;
3046 }
3047 optional ForegroundState foreground_state = 6;
Yang Lu732d6382018-11-05 07:53:12 -08003048
3049 optional android.server.ErrorSource error_source = 7;
3050
3051 optional string package_name = 8;
David Chen9e3808c2017-11-20 17:25:34 -08003052}
3053
Bookatza7020bd2018-08-28 16:29:35 -07003054/**
3055 * Logs when the vibrator state changes.
3056 * Logged from:
3057 * frameworks/base/services/core/java/com/android/server/VibratorService.java
3058 */
3059message VibratorStateChanged {
3060 repeated AttributionNode attribution_node = 1;
3061
3062 enum State {
3063 OFF = 0;
3064 ON = 1;
3065 }
3066 optional State state = 2;
3067
3068 // Duration (in milliseconds) requested to keep the vibrator on.
3069 // Only applicable for State == ON.
3070 optional int64 duration_millis = 3;
3071}
3072
David Chen0a368b22017-12-06 16:28:16 -08003073/*
3074 * Allows other apps to push events into statsd.
3075 * Logged from:
3076 * frameworks/base/core/java/android/util/StatsLog.java
3077 */
David Chen0b5c90c2018-01-25 16:51:49 -08003078message AppBreadcrumbReported {
David Chen0a368b22017-12-06 16:28:16 -08003079 // The uid of the application that sent this custom atom.
Yao Chenc40a19d2018-03-15 16:48:25 -07003080 optional int32 uid = 1 [(is_uid) = true];
David Chen0a368b22017-12-06 16:28:16 -08003081
3082 // An arbitrary label chosen by the developer. For Android P, the label should be in [0, 16).
3083 optional int32 label = 2;
3084
3085 // Allows applications to easily use a custom event as start/stop boundaries (ie, define custom
3086 // predicates for the metrics).
3087 enum State {
3088 UNKNOWN = 0;
3089 UNSPECIFIED = 1; // For events that are known to not represent START/STOP.
3090 STOP = 2;
3091 START = 3;
3092 }
3093 optional State state = 3;
3094}
3095
David Chen9e3808c2017-11-20 17:25:34 -08003096/**
Bookatz7948c872018-09-04 12:58:33 -07003097 * Logs the wall-clock time when a significant wall-clock time shift occurs.
3098 * For example, this could be due to the user manually changing the time.
3099 *
3100 * Logged from:
3101 * frameworks/base/services/core/java/com/android/server/AlarmManagerService.java
3102 */
3103message WallClockTimeShifted {
3104 // New wall-clock time in milliseconds, according to System.currentTimeMillis().
3105 optional int64 wall_clock_timestamp_millis = 1;
3106}
3107
3108/**
Bookatz8fcd09a2017-12-18 13:01:10 -08003109 * Logs when statsd detects an anomaly.
3110 *
3111 * Logged from:
3112 * frameworks/base/cmds/statsd/src/anomaly/AnomalyTracker.cpp
3113 */
3114message AnomalyDetected {
3115 // Uid that owns the config whose anomaly detection alert fired.
Yao Chenc40a19d2018-03-15 16:48:25 -07003116 optional int32 config_uid = 1 [(is_uid) = true];
Bookatz8fcd09a2017-12-18 13:01:10 -08003117
Yangster-mac94e197c2018-01-02 16:03:03 -08003118 // Id of the config whose anomaly detection alert fired.
3119 optional int64 config_id = 2;
Bookatz8fcd09a2017-12-18 13:01:10 -08003120
Yangster-mac94e197c2018-01-02 16:03:03 -08003121 // Id of the alert (i.e. name of the anomaly that was detected).
3122 optional int64 alert_id = 3;
Bookatz8fcd09a2017-12-18 13:01:10 -08003123}
3124
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003125message AppStartOccurred {
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003126 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003127 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003128
3129 // The app package name.
3130 optional string pkg_name = 2;
3131
3132 enum TransitionType {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003133 UNKNOWN = 0;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003134 WARM = 1;
3135 HOT = 2;
3136 COLD = 3;
3137 }
3138 // The transition type.
3139 optional TransitionType type = 3;
3140
3141 // The activity name.
3142 optional string activity_name = 4;
3143
3144 // The name of the calling app. Empty if not set.
3145 optional string calling_pkg_name = 5;
3146
3147 // Whether the app is an instant app.
3148 optional bool is_instant_app = 6;
3149
3150 // Device uptime when activity started.
David Chen0b5c90c2018-01-25 16:51:49 -08003151 optional int64 activity_start_millis = 7;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003152
Bookatz80d11a02018-01-16 10:46:35 -08003153 optional android.app.AppTransitionReasonEnum reason = 8;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003154
David Chen0b5c90c2018-01-25 16:51:49 -08003155 optional int32 transition_delay_millis = 9;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003156 // -1 if not set.
David Chen0b5c90c2018-01-25 16:51:49 -08003157 optional int32 starting_window_delay_millis = 10;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003158 // -1 if not set.
David Chen0b5c90c2018-01-25 16:51:49 -08003159 optional int32 bind_application_delay_millis = 11;
3160 optional int32 windows_drawn_delay_millis = 12;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003161
3162 // Empty if not set.
3163 optional string launch_token = 13;
3164
Calin Juravle759fbda2018-02-20 19:52:30 +00003165 // The compiler filter used when when the package was optimized.
Calin Juravlea86783b2018-03-21 14:25:59 -07003166 optional int32 package_optimization_compilation_filter = 14;
Calin Juravle759fbda2018-02-20 19:52:30 +00003167
3168 // The reason why the package was optimized.
Calin Juravlea86783b2018-03-21 14:25:59 -07003169 optional int32 package_optimization_compilation_reason = 15;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003170}
3171
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003172message AppStartCanceled {
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003173 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003174 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003175
3176 // The app package name.
3177 optional string pkg_name = 2;
3178
3179 enum TransitionType {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003180 UNKNOWN = 0;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003181 WARM = 1;
3182 HOT = 2;
3183 COLD = 3;
3184 }
3185 // The transition type.
3186 optional TransitionType type = 3;
3187
3188 // The activity name.
3189 optional string activity_name = 4;
3190}
3191
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003192message AppStartFullyDrawn {
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003193 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003194 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003195
3196 // The app package name.
3197 optional string pkg_name = 2;
3198
3199 enum TransitionType {
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003200 UNKNOWN = 0;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003201 WITH_BUNDLE = 1;
3202 WITHOUT_BUNDLE = 2;
3203 }
3204 // The transition type.
3205 optional TransitionType type = 3;
3206
3207 // The activity name.
3208 optional string activity_name = 4;
3209
3210 optional bool transition_process_running = 5;
3211
3212 // App startup time (until call to Activity#reportFullyDrawn()).
David Chen0b5c90c2018-01-25 16:51:49 -08003213 optional int64 app_startup_time_millis = 6;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00003214}
3215
Bookatz8fcd09a2017-12-18 13:01:10 -08003216/**
Chenjie Yu52cacc62017-12-08 18:11:45 -08003217 * Logs a picture-in-picture action
3218 * Logged from:
3219 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
3220 * frameworks/base/services/core/java/com/android/server/am/ActivityStackSupervisor.java
3221 * frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java
3222 */
3223message PictureInPictureStateChanged {
Chenjie Yuae9fdf042018-02-15 10:19:32 -08003224 // -1 if it is not available
Yao Chenc40a19d2018-03-15 16:48:25 -07003225 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yu52cacc62017-12-08 18:11:45 -08003226
Chenjie Yuae9fdf042018-02-15 10:19:32 -08003227 optional string short_name = 2;
Chenjie Yu52cacc62017-12-08 18:11:45 -08003228
Chenjie Yu52cacc62017-12-08 18:11:45 -08003229 enum State {
3230 ENTERED = 1;
3231 EXPANDED_TO_FULL_SCREEN = 2;
3232 MINIMIZED = 3;
3233 DISMISSED = 4;
3234 }
Chenjie Yuae9fdf042018-02-15 10:19:32 -08003235 optional State state = 3;
Chenjie Yu52cacc62017-12-08 18:11:45 -08003236}
3237
3238/**
Chenjie Yue8904192017-12-08 19:12:57 -08003239 * Logs overlay action
3240 * Logged from:
3241 * services/core/java/com/android/server/wm/Session.java
3242 */
3243message OverlayStateChanged {
tsaichristine5adc7e02020-01-14 17:07:39 -08003244 optional int32 uid = 1 [(state_field_option).option = PRIMARY_FIELD, (is_uid) = true];
Chenjie Yue8904192017-12-08 19:12:57 -08003245
tsaichristine5adc7e02020-01-14 17:07:39 -08003246 optional string package_name = 2 [(state_field_option).option = PRIMARY_FIELD];
Chenjie Yue8904192017-12-08 19:12:57 -08003247
3248 optional bool using_alert_window = 3;
3249
3250 enum State {
3251 ENTERED = 1;
3252 EXITED = 2;
3253 }
tsaichristine5adc7e02020-01-14 17:07:39 -08003254 optional State state = 4 [
3255 (state_field_option).option = EXCLUSIVE_STATE,
3256 (state_field_option).nested = false,
3257 (state_field_option).default_state_value = 2
3258 ];
Chenjie Yue8904192017-12-08 19:12:57 -08003259}
3260
Chenjie Yuccfe6452018-01-30 11:33:21 -08003261/*
3262 * Logs foreground service starts and stops.
3263 * Note that this is not when a service starts or stops, but when it is
3264 * considered foreground.
3265 * Logged from
3266 * //frameworks/base/services/core/java/com/android/server/am/ActiveServices.java
3267 */
3268message ForegroundServiceStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07003269 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuccfe6452018-01-30 11:33:21 -08003270 // package_name + "/" + class_name
3271 optional string short_name = 2;
3272
3273 enum State {
3274 ENTER = 1;
3275 EXIT = 2;
3276 }
3277 optional State state = 3;
3278}
3279
Chenjie Yue8904192017-12-08 19:12:57 -08003280/**
Chenjie Yubbcbc602018-02-05 16:51:52 -08003281 * Logs creation or removal of an isolated uid. Isolated uid's are temporary uid's to sandbox risky
3282 * behavior in its own uid. However, the metrics of these isolated uid's almost always should be
3283 * attributed back to the parent (host) uid. One example is Chrome.
3284 *
3285 * Logged from:
3286 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
3287 */
3288message IsolatedUidChanged {
3289 // The host UID. Generally, we should attribute metrics from the isolated uid to the host uid.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08003290 // NOTE: DO NOT annotate uid field in this atom. This atom is specially handled in statsd.
Bookatz3c648862018-05-25 13:32:43 -07003291 // This field is ignored when event == REMOVED.
Chenjie Yubbcbc602018-02-05 16:51:52 -08003292 optional int32 parent_uid = 1;
3293
3294 optional int32 isolated_uid = 2;
3295
3296 // We expect an isolated uid to be removed before if it's used for another parent uid.
3297 enum Event {
3298 REMOVED = 0;
3299 CREATED = 1;
3300 }
3301 optional Event event = 3;
3302}
3303
3304/*
3305 * Logs the reception of an incoming network packet causing the main system to wake up for
3306 * processing that packet. These events are notified by the kernel via Netlink NFLOG to Netd
3307 * and processed by WakeupController.cpp.
3308 */
3309message PacketWakeupOccurred {
3310 // The uid owning the socket into which the packet was delivered, or -1 if the packet was
3311 // delivered nowhere.
Yao Chenc40a19d2018-03-15 16:48:25 -07003312 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08003313 // The interface name on which the packet was received.
3314 optional string iface = 2;
3315 // The ethertype value of the packet.
3316 optional int32 ethertype = 3;
3317 // String representation of the destination MAC address of the packet.
3318 optional string destination_hardware_address = 4;
3319 // String representation of the source address of the packet if this was an IP packet.
3320 optional string source_ip = 5;
3321 // String representation of the destination address of the packet if this was an IP packet.
3322 optional string destination_ip = 6;
3323 // The value of the protocol field if this was an IPv4 packet or the value of the Next Header
3324 // field if this was an IPv6 packet. The range of possible values is the same for both IP
3325 // families.
3326 optional int32 ip_next_header = 7;
3327 // The source port if this was a TCP or UDP packet.
3328 optional int32 source_port = 8;
3329 // The destination port if this was a TCP or UDP packet.
3330 optional int32 destination_port = 9;
3331}
3332
3333/*
3334 * Logs the memory stats for an app on startup.
3335 * Logged from:
3336 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
3337 */
3338message AppStartMemoryStateCaptured {
3339 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003340 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08003341
3342 // The process name.
3343 optional string process_name = 2;
3344
3345 // The activity name.
3346 optional string activity_name = 3;
3347
3348 // # of page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003349 optional int64 page_fault = 4;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003350
3351 // # of major page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003352 optional int64 page_major_fault = 5;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003353
3354 // RSS
3355 optional int64 rss_in_bytes = 6;
3356
3357 // CACHE
3358 optional int64 cache_in_bytes = 7;
3359
3360 // SWAP
3361 optional int64 swap_in_bytes = 8;
3362}
3363
3364/*
3365 * Logs the change in Low Memory Killer Daemon (LMKD) state which is used as start/stop boundaries
3366 * for LMK event.
3367 * Logged from:
3368 * system/core/lmkd/lmkd.c
3369 */
3370message LmkStateChanged {
3371 enum State {
3372 UNKNOWN = 0;
3373 START = 1;
3374 STOP = 2;
3375 }
3376 optional State state = 1;
3377}
3378
3379/*
3380 * Logs the event when Low Memory Killer Daemon (LMKD) kills a process to reduce memory pressure.
3381 * Logged from:
3382 * system/core/lmkd/lmkd.c
3383 */
3384message LmkKillOccurred {
3385 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07003386 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08003387
3388 // The process name.
3389 optional string process_name = 2;
3390
3391 // oom adj score.
Yangster-maca8a30442018-10-13 23:46:34 -07003392 optional int32 oom_adj_score = 3;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003393
3394 // # of page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003395 optional int64 page_fault = 4;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003396
3397 // # of major page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07003398 optional int64 page_major_fault = 5;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003399
3400 // RSS
3401 optional int64 rss_in_bytes = 6;
3402
3403 // CACHE
3404 optional int64 cache_in_bytes = 7;
3405
3406 // SWAP
3407 optional int64 swap_in_bytes = 8;
Jim Blackler8593d1f2018-11-21 15:24:48 +00003408
3409 // The elapsed real time of start of the process.
3410 optional int64 process_start_time_nanos = 9;
Suren Baghdasaryan1fbaa1f2019-03-04 11:09:31 -08003411
3412 // Min oom adj score considered by lmkd.
3413 optional int32 min_oom_score = 10;
Chenjie Yubbcbc602018-02-05 16:51:52 -08003414}
3415
Rajeev Kumar51b54602018-03-01 12:18:26 -08003416/*
3417 * Logs when the ActivityManagerService detects that an app died.
3418 *
3419 * Logged from:
3420 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
3421 */
3422message AppDied {
3423 // timestamp(elapsedRealtime) of record creation
tsaichristine5adc7e02020-01-14 17:07:39 -08003424 optional uint64 timestamp_millis = 1 [(state_field_option).option = EXCLUSIVE_STATE];
Rajeev Kumar51b54602018-03-01 12:18:26 -08003425}
3426
Howard Ro21a039c2018-08-06 14:55:47 -07003427/**
3428 * An atom for generic metrics logging. Available from Android Q.
3429 */
3430message GenericAtom {
3431 // The uid of the application that sent this custom atom.
3432 optional int32 uid = 1 [(is_uid) = true];
3433
3434 // An event_id indicates the type of event.
Howard Ro9a862de2018-10-11 16:03:33 -07003435 optional android.stats.EventType event_id = 2;
Howard Ro21a039c2018-08-06 14:55:47 -07003436}
3437
Tej Singhd6d6d772018-09-05 17:41:25 -07003438/**
Will Brockmanfbaa7912019-10-24 15:15:09 -04003439 * Atom for simple logging of user interaction and impression events, such as "the user touched
3440 * this button" or "this dialog was displayed".
3441 * Keep the UI event stream clean: don't use for system or background events.
3442 * Log using the UiEventLogger wrapper - don't write with the StatsLog API directly.
Will Brockman079fdaa2020-01-12 16:45:03 -05003443 *
3444 * Logged from:
3445 * frameworks/base/services/core/java/com/android/server/
3446 * frameworks/base/packages/SystemUI/src/com/android/systemui/
Will Brockmanfbaa7912019-10-24 15:15:09 -04003447 */
3448message UiEventReported {
3449 // The event_id.
3450 optional int32 event_id = 1;
3451 // The event's source or target uid and package, if applicable.
3452 // For example, the package posting a notification, or the destination package of a share.
3453 optional int32 uid = 2 [(is_uid) = true];
3454 optional string package_name = 3;
Will Brockman12282ac2019-12-20 09:37:42 -05003455 // An identifier used to disambiguate which logs refer to a particular instance of some
3456 // UI element. Useful when there might be multiple instances simultaneously active.
3457 optional int32 instance_id = 4;
Will Brockmanfbaa7912019-10-24 15:15:09 -04003458}
3459
3460/**
Will Brockman079fdaa2020-01-12 16:45:03 -05003461 * Reports a notification was created or updated.
3462 *
3463 * Logged from:
3464 * frameworks/base/services/core/java/com/android/server/notification/
3465 */
3466message NotificationReported {
3467 // The event_id (as for UiEventReported).
3468 optional int32 event_id = 1;
3469 // The notifying app's uid and package.
3470 optional int32 uid = 2 [(is_uid) = true];
3471 optional string package_name = 3;
3472 // A small system-assigned identifier for the notification.
3473 // Locally probably-unique, but expect collisions across users and/or days.
3474 optional int32 instance_id = 4;
3475 // The app-assigned notification ID and tag
3476 optional int32 notification_id = 5;
3477 optional string notification_tag = 6;
3478 optional string channel_id = 7; // App-assigned channel ID
3479
3480 // Grouping information
3481 optional string group_id = 8; // Group the notification currently belongs to
3482 optional int32 group_instance_id = 9; // Instance_id of the group-summary notification
3483 optional bool is_group_summary = 10; // Tags the group-summary notification
3484
3485 // Attributes
3486 optional string category = 11; // App-assigned notification category (API-defined strings)
3487 optional int32 style = 12; // App-assigned notification style
3488 optional int32 num_people = 13; // Number of Person records attached to the notification
3489
3490 // Ordering, importance and interruptiveness
3491
3492 optional int32 position = 14; // Position in NotificationManager's list
3493
3494 optional android.stats.sysui.NotificationImportance importance = 15;
3495 optional int32 alerting = 16; // Bitfield, 1=buzz 2=beep 4=blink
3496
3497 enum NotificationImportanceExplanation {
3498 IMPORTANCE_EXPLANATION_UNKNOWN = 0;
3499 IMPORTANCE_EXPLANATION_APP = 1; // App-specified channel importance.
3500 IMPORTANCE_EXPLANATION_USER = 2; // User-specified channel importance.
3501 IMPORTANCE_EXPLANATION_ASST = 3; // Notification Assistant override.
3502 IMPORTANCE_EXPLANATION_SYSTEM = 4; // System override.
3503 // Like _APP, but based on pre-channels priority signal.
3504 IMPORTANCE_EXPLANATION_APP_PRE_CHANNELS = 5;
3505 }
3506
3507 optional NotificationImportanceExplanation importance_source = 17;
3508 optional android.stats.sysui.NotificationImportance importance_initial = 18;
3509 optional NotificationImportanceExplanation importance_initial_source = 19;
3510 optional android.stats.sysui.NotificationImportance importance_asst = 20;
3511 optional int32 assistant_hash = 21;
3512 optional float assistant_ranking_score = 22;
3513}
3514
3515message Notification {
3516 // The notifying app's uid and package.
3517 optional int32 uid = 1 [(is_uid) = true];
3518 optional string package_name = 2;
3519 // A small system-assigned identifier for the notification.
3520 optional int32 instance_id = 3;
3521
3522 // Grouping information.
3523 optional int32 group_instance_id = 4;
3524 optional bool is_group_summary = 5;
3525
3526 // The section of the shade that the notification is in.
3527 // See NotificationSectionsManager.PriorityBucket.
3528 enum NotificationSection {
3529 SECTION_UNKNOWN = 0;
3530 SECTION_PEOPLE = 1;
3531 SECTION_ALERTING = 2;
3532 SECTION_SILENT = 3;
3533 }
3534 optional NotificationSection section = 6;
3535}
3536
3537message NotificationList {
3538 repeated Notification notifications = 1; // An ordered sequence of notifications.
3539}
3540
3541/**
3542 * Reports a notification panel was displayed, e.g. from the lockscreen or status bar.
3543 *
3544 * Logged from:
3545 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
3546 */
3547message NotificationPanelReported {
3548 // The event_id (as for UiEventReported).
3549 optional int32 event_id = 1;
3550 optional int32 num_notifications = 2;
3551 // The notifications in the panel, in the order that they appear there.
3552 optional NotificationList notifications = 3 [(log_mode) = MODE_BYTES];
3553}
3554
3555/**
3556 * Reports a notification channel, or channel group, was created, updated, or deleted.
3557 *
3558 * Logged from:
3559 * frameworks/base/services/core/java/com/android/server/notification/
3560 */
3561message NotificationChannelModified {
3562 // The event_id (as for UiEventReported).
3563 optional int32 event_id = 1;
3564 // The notifying app's uid and package.
3565 optional int32 uid = 2 [(is_uid) = true];
3566 optional string package_name = 3;
3567 // App-assigned notification channel ID or channel-group ID
3568 optional string channel_id = 4;
3569 // Previous importance setting, if applicable
3570 optional android.stats.sysui.NotificationImportance old_importance = 5;
3571 // New importance setting
3572 optional android.stats.sysui.NotificationImportance importance = 6;
3573}
3574
3575
3576/**
Kevin Chyn1741a072019-01-17 11:54:40 -08003577 * Logs when a biometric acquire event occurs.
Tej Singhd6d6d772018-09-05 17:41:25 -07003578 *
3579 * Logged from:
Kevin Chyn1741a072019-01-17 11:54:40 -08003580 * frameworks/base/services/core/java/com/android/server/biometrics
Tej Singhd6d6d772018-09-05 17:41:25 -07003581 */
Kevin Chyn1741a072019-01-17 11:54:40 -08003582message BiometricAcquired {
3583 // Biometric modality that was acquired.
3584 optional android.hardware.biometrics.ModalityEnum modality = 1;
3585 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java.
3586 optional int32 user = 2;
3587 // If this acquire is for a crypto operation. e.g. Secure purchases, unlock password storage.
3588 optional bool is_crypto = 3;
3589 // Action that the device is performing. Acquired messages are only expected for enroll and
3590 // authenticate. Other actions may indicate an error.
3591 optional android.hardware.biometrics.ActionEnum action = 4;
3592 // The client that this acquisition was received for.
3593 optional android.hardware.biometrics.ClientEnum client = 5;
3594 // Acquired constants, e.g. ACQUIRED_GOOD. See constants defined by <Biometric>Manager.
3595 optional int32 acquire_info = 6;
3596 // Vendor-specific acquire info. Valid only if acquire_info == ACQUIRED_VENDOR.
3597 optional int32 acquire_info_vendor = 7;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003598 // Dictates if this message should trigger additional debugging.
3599 optional bool debug = 8;
Tej Singhd6d6d772018-09-05 17:41:25 -07003600}
3601
3602/**
Kevin Chyn1741a072019-01-17 11:54:40 -08003603 * Logs when a biometric authentication event occurs.
Tej Singhd6d6d772018-09-05 17:41:25 -07003604 *
3605 * Logged from:
Kevin Chyn1741a072019-01-17 11:54:40 -08003606 * frameworks/base/services/core/java/com/android/server/biometrics
Tej Singhd6d6d772018-09-05 17:41:25 -07003607 */
Kevin Chyn1741a072019-01-17 11:54:40 -08003608message BiometricAuthenticated {
3609 // Biometric modality that was used.
3610 optional android.hardware.biometrics.ModalityEnum modality = 1;
3611 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java
3612 optional int32 user = 2;
3613 // If this authentication is for a crypto operation. e.g. Secure purchases, unlock password
3614 // storage.
3615 optional bool is_crypto = 3;
3616 // The client that this acquisition was received for.
3617 optional android.hardware.biometrics.ClientEnum client = 4;
Kevin Chyndb77e132019-01-29 13:30:41 -08003618 // If authentication requires user confirmation. See BiometricPrompt's
3619 // setRequireConfirmation(bool) method.
3620 optional bool require_confirmation = 5;
Tej Singhd6d6d772018-09-05 17:41:25 -07003621
Kevin Chyn1741a072019-01-17 11:54:40 -08003622 enum State {
Tej Singhd6d6d772018-09-05 17:41:25 -07003623 UNKNOWN = 0;
Kevin Chyn1741a072019-01-17 11:54:40 -08003624 REJECTED = 1;
3625 PENDING_CONFIRMATION = 2;
3626 CONFIRMED = 3;
Tej Singhd6d6d772018-09-05 17:41:25 -07003627 }
Kevin Chyn1741a072019-01-17 11:54:40 -08003628
3629 // State of the current auth attempt.
Kevin Chyndb77e132019-01-29 13:30:41 -08003630 optional State state = 6;
Kevin Chyn1741a072019-01-17 11:54:40 -08003631 // Time it took to authenticate. For BiometricPrompt where setRequireConfirmation(false) is
3632 // specified and supported by the biometric modality, this is from the first ACQUIRED_GOOD to
3633 // AUTHENTICATED. for setRequireConfirmation(true), this is from PENDING_CONFIRMATION to
3634 // CONFIRMED.
Kevin Chyndb77e132019-01-29 13:30:41 -08003635 optional int64 latency_millis = 7;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003636 // Dictates if this message should trigger additional debugging.
3637 optional bool debug = 8;
Kevin Chyn1741a072019-01-17 11:54:40 -08003638}
3639
3640/**
3641 * Logs when a biometric error occurs.
3642 *
3643 * Logged from:
3644 * frameworks/base/services/core/java/com/android/server/biometrics
3645 */
3646message BiometricErrorOccurred {
3647 // Biometric modality that was used.
3648 optional android.hardware.biometrics.ModalityEnum modality = 1;
3649 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java
3650 optional int32 user = 2;
3651 // If this error is for a crypto operation. e.g. Secure purchases, unlock password storage.
3652 optional bool is_crypto = 3;
3653 // Action that the device is performing.
3654 optional android.hardware.biometrics.ActionEnum action = 4;
3655 // The client that this acquisition was received for.
3656 optional android.hardware.biometrics.ClientEnum client = 5;
3657 // Error constants. See constants defined by <Biometric>Manager. Enums won't work since errors
3658 // are unique to modality.
3659 optional int32 error_info = 6;
3660 // Vendor-specific error info. Valid only if acquire_info == ACQUIRED_VENDOR. These are defined
3661 // by the vendor and not specified by the HIDL interface.
3662 optional int32 error_info_vendor = 7;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003663 // Dictates if this message should trigger additional debugging.
3664 optional bool debug = 8;
Kevin Chyn7fca2362019-06-20 17:20:42 -07003665 // Time spent during the authentication attempt.
3666 optional int64 latency_millis = 9;
Kevin Chyn1741a072019-01-17 11:54:40 -08003667}
3668
3669/**
Kevin Chyne5a37fb2019-02-08 13:10:36 -08003670 * Logs when a system health issue is detected.
Kevin Chyn1741a072019-01-17 11:54:40 -08003671 * Logged from:
3672 * frameworks/base/services/core/java/com/android/server/biometrics
3673 */
Kevin Chyne5a37fb2019-02-08 13:10:36 -08003674message BiometricSystemHealthIssueDetected {
Kevin Chyn1741a072019-01-17 11:54:40 -08003675 // Biometric modality.
3676 optional android.hardware.biometrics.ModalityEnum modality = 1;
Kevin Chyne5a37fb2019-02-08 13:10:36 -08003677 // Type of issue detected.
3678 optional android.hardware.biometrics.IssueEnum issue = 2;
joshmccloskey1fad0f62019-04-01 13:32:53 -07003679 // Dictates if this message should trigger additional debugging.
3680 optional bool debug = 3;
Tej Singhd6d6d772018-09-05 17:41:25 -07003681}
Howard Ro688ae182018-09-25 00:09:36 -07003682
joshmccloskey6f952b22019-03-25 20:59:35 -07003683/**
3684 * Logs when a biometric enrollment occurs.
3685 *
3686 * Logged from:
3687 * frameworks/base/services/core/java/com/android/server/biometrics
3688 */
3689message BiometricEnrolled {
3690 // Biometric modality that was used.
3691 optional android.hardware.biometrics.ModalityEnum modality = 1;
3692 // The associated user. Eg: 0 for owners, 10+ for others. Defined in android/os/UserHandle.java
3693 optional int32 user = 2;
3694 // The amount of time the enrollment took in milliseconds.
3695 optional int64 latency_millis = 3;
3696 // Whether or not the enrollment was successful.
3697 optional bool success = 4;
3698}
3699
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003700/*
Tej Singh0d176952019-01-16 19:10:54 -08003701 * Logs when a flag flip update occurrs. Used for mainline modules that update via flag flips.
Yangster-macb89807e2018-11-15 21:10:57 -08003702 */
Tej Singh0d176952019-01-16 19:10:54 -08003703message FlagFlipUpdateOccurred {
3704 // If the event is from a flag config package, specify the package name.
3705 optional string flag_flip_package_name = 1;
3706
3707 // The order id of the package
3708 optional int64 order_id = 2;
Yangster-macb89807e2018-11-15 21:10:57 -08003709}
3710
Chenjie Yu6b1667c2019-01-18 10:09:33 -08003711/**
3712 * Potential experiment ids that goes with a train install.
Jonathan Nguyena0e6de12020-01-28 18:33:55 -08003713 * Should be kept in sync with experiment_ids.proto.
Chenjie Yu6b1667c2019-01-18 10:09:33 -08003714 */
3715message TrainExperimentIds {
3716 repeated int64 experiment_id = 1;
3717}
3718
Yangster-macb89807e2018-11-15 21:10:57 -08003719/*
3720 * Logs when a binary push state changes.
Chenjie Yu8366c712019-01-16 20:48:30 -08003721 * Logged by the installer via public api.
Yangster-macb89807e2018-11-15 21:10:57 -08003722 */
3723message BinaryPushStateChanged {
Chenjie Yu8366c712019-01-16 20:48:30 -08003724 // Name of the train.
3725 optional string train_name = 1;
3726 // Version code for a "train" of packages that need to be installed atomically
3727 optional int64 train_version_code = 2;
3728 // After installation of this package, device requires a restart.
3729 optional bool requires_staging = 3;
3730 // Rollback should be enabled for this install.
3731 optional bool rollback_enabled = 4;
3732 // Requires low latency monitoring if possible.
3733 optional bool requires_low_latency_monitor = 5;
3734
Yangster-macb89807e2018-11-15 21:10:57 -08003735 enum State {
Chenjie Yu8366c712019-01-16 20:48:30 -08003736 UNKNOWN = 0;
3737 INSTALL_REQUESTED = 1;
3738 INSTALL_STARTED = 2;
3739 INSTALL_STAGED_NOT_READY = 3;
3740 INSTALL_STAGED_READY = 4;
3741 INSTALL_SUCCESS = 5;
Tej Singh403fe472019-04-30 12:54:21 -07003742 // Replaced by INSTALL_FAILURE_DOWNLOAD, INSTALL_FAILURE_STATE_MISMATCH,
3743 // and INSTALL_FAILURE_COMMIT.
3744 INSTALL_FAILURE = 6 [deprecated = true];
3745 // This enum is for installs that are manually cancelled via the Manual Update UI.
Chenjie Yu8366c712019-01-16 20:48:30 -08003746 INSTALL_CANCELLED = 7;
3747 INSTALLER_ROLLBACK_REQUESTED = 8;
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08003748 INSTALLER_ROLLBACK_INITIATED = 9;
3749 INSTALLER_ROLLBACK_INITIATED_FAILURE = 10;
3750 INSTALLER_ROLLBACK_STAGED = 11;
3751 INSTALLER_ROLLBACK_STAGED_FAILURE = 12;
3752 INSTALLER_ROLLBACK_BOOT_TRIGGERED = 13;
3753 INSTALLER_ROLLBACK_BOOT_TRIGGERED_FAILURE = 14;
3754 INSTALLER_ROLLBACK_SUCCESS = 15;
3755 INSTALLER_ROLLBACK_FAILURE = 16;
Howard Ro174ed562019-04-07 22:17:58 -07003756 INSTALLER_ROLLBACK_STAGED_CANCEL_REQUESTED = 17;
3757 INSTALLER_ROLLBACK_STAGED_CANCEL_SUCCESS = 18;
3758 INSTALLER_ROLLBACK_STAGED_CANCEL_FAILURE = 19;
3759 INSTALL_STAGED_CANCEL_REQUESTED = 20;
3760 INSTALL_STAGED_CANCEL_SUCCESS = 21;
3761 INSTALL_STAGED_CANCEL_FAILURE = 22;
Tej Singh403fe472019-04-30 12:54:21 -07003762 INSTALL_FAILURE_DOWNLOAD = 23;
3763 INSTALL_FAILURE_STATE_MISMATCH = 24;
3764 INSTALL_FAILURE_COMMIT = 25;
Jonathan Nguyen5886a712020-01-16 10:34:21 -08003765 REBOOT_TRIGGERED = 26;
Yangster-macb89807e2018-11-15 21:10:57 -08003766 }
Chenjie Yu8366c712019-01-16 20:48:30 -08003767 optional State state = 6;
Chenjie Yu6b1667c2019-01-18 10:09:33 -08003768 // Possible experiment ids for monitoring this push.
3769 optional TrainExperimentIds experiment_ids = 7 [(log_mode) = MODE_BYTES];
3770 // user id
3771 optional int32 user_id = 8;
Jonathan Nguyen5886a712020-01-16 10:34:21 -08003772 optional int32 reason = 9;
Yangster-macb89807e2018-11-15 21:10:57 -08003773}
3774
Tej Singhc9203082019-05-03 13:42:23 -07003775/* Test atom, is not logged anywhere */
3776message TestAtomReported {
3777 repeated AttributionNode attribution_node = 1;
3778 optional int32 int_field = 2;
3779 optional int64 long_field = 3;
3780 optional float float_field = 4;
3781 optional string string_field = 5;
3782 optional bool boolean_field = 6;
3783 enum State {
3784 UNKNOWN = 0;
3785 OFF = 1;
3786 ON = 2;
3787 }
3788 optional State state = 7;
3789 optional TrainExperimentIds bytes_field = 8 [(android.os.statsd.log_mode) = MODE_BYTES];
3790}
3791
Maggie Whitefc1aa592018-11-28 21:55:23 -08003792/** Represents USB port overheat event. */
3793message UsbPortOverheatEvent {
3794 /* Temperature of USB port at USB plug event, in 1/10ths of degree C. */
3795 optional int32 plug_temperature_deci_c = 1;
3796
3797 /* Maximum temperature of USB port during overheat event, in 1/10ths of degree C. */
3798 optional int32 max_temperature_deci_c = 2;
3799
3800 /* Time between USB plug event and overheat threshold trip, in seconds. */
3801 optional int32 time_to_overheat_secs = 3;
3802
3803 /* Time between overheat threshold trip and hysteresis, in seconds. */
3804 optional int32 time_to_hysteresis_secs = 4;
3805
3806 /* Time between hysteresis and active mitigation ending, in seconds. */
3807 optional int32 time_to_inactive_secs = 5;
3808};
3809
Maggie White8735b852019-01-18 11:40:49 -08003810/**
3811 * Logs total effective full charge and discharge cycles on a battery.
3812 * Here are some examples of one effective cycle:
3813 * 1) the battery charges from 0% to 100% and drains back to 0%,
3814 * 2) charging from 50% to 100% and draining back to 50% twice.
3815 * Pulled from:
3816 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
3817 */
3818message BatteryCycleCount {
3819 /* Number of total charge and discharge cycles on the system battery. */
3820 optional int32 cycle_count = 1;
3821}
3822
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003823/**
Carmen Agimof12dec122019-03-06 16:14:38 +00003824 * Logs that external storage is mounted and information about it, the storage type (sd card/usb/
3825 * others), its type (public or private) and the size in bytes.
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003826 * Pulled from:
3827 * StatsCompanionService
3828 */
3829
Carmen Agimof12dec122019-03-06 16:14:38 +00003830message ExternalStorageInfo {
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003831
Carmen Agimof12dec122019-03-06 16:14:38 +00003832 enum VolumeType {
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003833 UNKNOWN = 0;
Carmen Agimof12dec122019-03-06 16:14:38 +00003834 PUBLIC = 1;
3835 PRIVATE = 2;
3836 OTHER = 3;
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003837 }
3838
Carmen Agimof12dec122019-03-06 16:14:38 +00003839 // The type of external storage.
3840 optional android.stats.storage.ExternalStorageType storage_type = 1;
3841 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.
3842 optional VolumeType volume_type = 2;
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003843 // Total size of the sd card in bytes.
Carmen Agimof12dec122019-03-06 16:14:38 +00003844 optional int64 size_bytes = 3;
Carmen Agimof35f7f6f2019-02-05 18:19:21 +00003845}
3846
Yangster-macb89807e2018-11-15 21:10:57 -08003847/*
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003848 * Logs when a connection becomes available and lost.
3849 * Logged in StatsCompanionService.java
3850 */
3851message ConnectivityStateChanged {
Chenjie Yu75b3c492018-10-06 21:45:19 -07003852 // Id of the network.
3853 optional int32 net_id = 1;
3854
3855 enum State {
3856 UNKNOWN = 0;
3857 CONNECTED = 1;
3858 DISCONNECTED = 2;
3859 }
3860 // Connected state of a network.
3861 optional State state = 2;
3862}
3863
3864/**
3865 * Logs when a service starts and stops.
3866 * Logged from:
3867 * services/core/java/com/android/server/am/ActiveServices.java
3868 */
3869message ServiceStateChanged {
3870
3871 optional int32 uid = 1 [(is_uid) = true];
3872
3873 optional string package_name = 2;
3874
3875 optional string service_name = 3;
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003876
3877 enum State {
Chenjie Yu75b3c492018-10-06 21:45:19 -07003878 START = 1;
3879 STOP = 2;
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003880 }
Chenjie Yu75b3c492018-10-06 21:45:19 -07003881
3882 optional State state = 4;
3883}
3884
3885/**
3886 * Logs when a service is launched.
3887 * Logged from:
3888 * services/core/java/com/android/server/am/ActiveServices.java
3889 */
3890message ServiceLaunchReported {
3891
3892 optional int32 uid = 1 [(is_uid) = true];
3893
3894 optional string package_name = 2;
3895
3896 optional string service_name = 3;
Chenjie Yuae9dfac2018-10-25 16:06:56 -07003897}
Howard Ro688ae182018-09-25 00:09:36 -07003898
Andrei Onea4ad6d0c2019-02-08 13:54:12 +00003899/**
3900 * Logs when a hidden API is used.
3901 *
3902 * Logged from:
3903 * libcore/libart/src/main/java/dalvik/system/VMRuntime.java
3904 */
3905message HiddenApiUsed {
3906 // The uid of the app making the hidden access.
3907 optional int32 uid = 1 [(is_uid) = true];
3908
3909 // Signature of the method or field accessed.
3910 optional string signature = 2;
3911
3912 enum AccessMethod {
3913 NONE = 0;
3914 REFLECTION = 1;
3915 JNI = 2;
3916 LINKING = 3;
3917 }
3918
3919 // Type of access.
3920 optional AccessMethod access_method = 3;
3921
3922 // Whether the access was prevented or not.
3923 optional bool access_denied = 4;
3924}
3925
Fabian Kozynskibfd6d852019-02-15 15:08:16 -05003926/**
3927 * Logs user interaction with the Privacy Indicators added in Q. In particular:
3928 * - When user sees privacy chip
3929 * - When user clicks privacy chip
3930 * - How does the user exit the Privacy Dialog
3931 * Logged from:
Fabian Kozynskibfd6d852019-02-15 15:08:16 -05003932 * packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java
3933 */
3934message PrivacyIndicatorsInteracted {
3935
3936 enum Type {
3937 UNKNOWN = 0;
3938 CHIP_VIEWED = 1;
3939 CHIP_CLICKED = 2;
3940 DIALOG_PRIVACY_SETTINGS = 3;
3941 DIALOG_DISMISS = 4;
3942 DIALOG_LINE_ITEM = 5;
3943 }
3944
tsaichristine5adc7e02020-01-14 17:07:39 -08003945 optional Type type = 1 [(state_field_option).option = EXCLUSIVE_STATE];
Fabian Kozynskibfd6d852019-02-15 15:08:16 -05003946
3947 // Used if the type is LINE_ITEM
3948 optional string package_name = 2;
3949}
3950
Carmen Agimof6dcc5032019-03-01 16:20:09 +00003951/**
3952 * Logs information about a package that is moved from the internal to external storage and vice
3953 * versa.
3954 * It logs the package name, the type of the external storage where the package is installed
3955 * (if moved to external storage, or UNKNOWN if moved to internal storage),
3956 * and the move type: if it's from internal to external or the other way around.
3957 *
3958 * Logged from:
3959 frameworks/base/services/core/java/com/android/server/pm/PackageManagerService.java
3960 */
3961message AppMovedStorageReported {
3962 enum MoveType {
3963 UNKNOWN = 0;
3964 TO_EXTERNAL = 1;
3965 TO_INTERNAL = 2;
3966 }
3967 // The type of the external storage.
3968 optional android.stats.storage.ExternalStorageType external_storage_type = 1;
3969 // The type of move.
3970 optional MoveType move_type = 2;
3971 // The name of the package that was moved.
3972 optional string package_name = 3;
3973}
3974
jianjin8f2dee02019-03-29 14:03:08 -07003975/**
3976 * Logs when system server watchdog occurs.
3977 * Logged from:
3978 * frameworks/base/services/core/java/com/android/server/Watchdog.java
3979 */
3980message SystemServerWatchdogOccurred {
3981 optional string subject = 1;
3982}
3983
3984/**
3985 * Logs when new file added to tombstones.
3986 * Logged from:
3987 * frameworks/base/core/java/com/android/server/BootReceiver.java
3988 */
3989message TombStoneOccurred {
3990}
3991
Hai Zhang5d3328d2019-04-13 21:25:06 +08003992/*
3993 * Information about a role request
3994 *
3995 * Logged from:
3996 * packages/apps/PermissionController/src/com/android/packageinstaller/role/ui/RequestRoleFragment.java
3997 */
3998message RoleRequestResultReported {
3999 // UID of application requesting the role
4000 optional int32 requesting_uid = 1;
4001
4002 // Package name of application requesting the role
4003 optional string requesting_package_name = 2;
4004
4005 // The role to be granted
4006 optional string role_name = 3;
4007
4008 // The count of applications qualifying for the role
4009 optional int32 qualifying_count = 4;
4010
4011 // UID of application current granted the role
4012 optional int32 current_uid = 5;
4013
4014 // Package name of application current granted the role
4015 optional string current_package_name = 6;
4016
4017 // UID of another application that user chose to grant the role to, instead of the requesting
4018 // application
4019 optional int32 granted_another_uid = 7;
4020
4021 // Package name of another application that user chose to grant the role to, instead of the
4022 // requesting application
4023 optional string granted_another_package_name = 8;
4024
4025 enum Result {
4026 UNDEFINED = 0;
4027 // role request was ignored
4028 IGNORED = 1;
4029 // role request was ignored because it's already granted
4030 IGNORED_ALREADY_GRANTED = 2;
4031 // role request was ignored because the application isn't qualified
4032 IGNORED_NOT_QUALIFIED = 3;
4033 // role request was ignored because user said it should be always denied
4034 IGNORED_USER_ALWAYS_DENIED = 4;
4035 // role was granted by user action
4036 USER_GRANTED = 5;
4037 // role was denied by user action
4038 USER_DENIED = 6;
4039 // role was denied by user granting another application the role
4040 USER_DENIED_GRANTED_ANOTHER = 7;
4041 // role was denied and set to be always denied by the user
4042 USER_DENIED_WITH_ALWAYS = 8;
4043 }
4044 // The result of the role request
4045 optional Result result = 9;
4046}
4047
Mark Tabrya824a642019-11-05 12:26:12 -08004048/**
4049 * Logs when a Vehicle Maps Service client's connection state has changed
4050 *
4051 * Logged from:
4052 * packages/services/Car/service/src/com/android/car/stats/VmsClientLog.java
4053 */
4054message VmsClientConnectionStateChanged {
4055 // The UID of the VMS client app
4056 optional int32 uid = 1 [(is_uid) = true];
4057
4058 enum State {
4059 UNKNOWN = 0;
4060 // Attempting to connect to the client
4061 CONNECTING = 1;
4062 // Client connection established
4063 CONNECTED = 2;
4064 // Client connection closed unexpectedly
4065 DISCONNECTED = 3;
4066 // Client connection closed by VMS
4067 TERMINATED = 4;
4068 // Error establishing the client connection
4069 CONNECTION_ERROR = 5;
4070 }
4071
4072 optional State state = 2;
4073}
4074
Jeff Sharkey6bd21572019-11-15 20:45:33 -07004075/**
4076 * Logs when MediaProvider has successfully finished scanning a storage volume.
4077 *
4078 * Logged from:
4079 * packages/providers/MediaProvider/src/com/android/providers/media/scan/ModernMediaScanner.java
4080 */
4081message MediaProviderScanEvent {
4082 enum Reason {
4083 // Scan triggered due to unknown reason
4084 UNKNOWN = 0;
4085 // Scan triggered due to storage volume being mounted
4086 MOUNTED = 1;
4087 // Scan triggered due to explicit user action or app request
4088 DEMAND = 2;
4089 // Scan triggered due to idle maintenance
4090 IDLE = 3;
4091 }
4092
4093 // Volume type that this event pertains to
4094 optional android.stats.mediaprovider.VolumeType volume_type = 1;
4095 // Reason why this scan was triggered
4096 optional Reason reason = 2;
4097 // Total number of files scanned
4098 optional int64 item_count = 3;
4099 // Duration of scan, normalized per file
4100 optional float normalized_duration_millis = 4;
4101 // Number of database inserts, normalized per file
4102 optional float normalized_insert_count = 5;
4103 // Number of database updates, normalized per file
4104 optional float normalized_update_count = 6;
4105 // Number of database deletes, normalized per file
4106 optional float normalized_delete_count = 7;
4107}
4108
4109/**
4110 * Logs when an app has asked MediaProvider to delete media belonging to the user.
4111 *
4112 * Logged from:
4113 * packages/providers/MediaProvider/src/com/android/providers/media/MediaProvider.java
4114 */
4115message MediaProviderDeletionEvent {
4116 // Volume type that this event pertains to
4117 optional android.stats.mediaprovider.VolumeType volume_type = 1;
4118 // Device timestamp when this deletion event occurred
4119 optional int64 timestamp_millis = 2;
4120 // App that requested deletion
4121 optional string package_name = 3;
4122 // Number of items that were deleted
4123 optional int32 item_count = 4;
4124}
4125
4126/**
4127 * Logs when an app has asked MediaProvider to grant them access to media belonging to the user.
4128 *
4129 * Logged from:
4130 * packages/providers/MediaProvider/src/com/android/providers/media/PermissionActivity.java
4131 */
4132message MediaProviderPermissionEvent {
4133 enum Result {
4134 UNKNOWN = 0;
4135 USER_GRANTED = 1;
4136 AUTO_GRANTED = 2;
4137 USER_DENIED = 3;
4138 USER_DENIED_WITH_PREJUDICE = 4;
4139 AUTO_DENIED = 5;
4140 }
4141
4142 // Volume type that this event pertains to
4143 optional android.stats.mediaprovider.VolumeType volume_type = 1;
4144 // Device timestamp when this permission event occurred
4145 optional int64 timestamp_millis = 2;
4146 // App that requested permission
4147 optional string package_name = 3;
4148 // Number of items that were requested
4149 optional int32 item_count = 4;
4150 // Result of this request
4151 optional Result result = 5;
4152}
4153
4154/**
4155 * Logs when MediaProvider has finished upgrading or downgrading its database schema.
4156 *
4157 * Logged from:
4158 * packages/providers/MediaProvider/src/com/android/providers/media/DatabaseHelper.java
4159 */
4160message MediaProviderSchemaChange {
4161 // Volume type that this event pertains to
4162 optional android.stats.mediaprovider.VolumeType volume_type = 1;
4163 // Old database version code
4164 optional int32 version_from = 2;
4165 // New database version code
4166 optional int32 version_to = 3;
4167 // Total number of files in database
4168 optional int64 item_count = 4;
4169 // Duration of schema change, normalized per file
4170 optional float normalized_duration_millis = 5;
4171}
4172
4173/**
4174 * Logs when MediaProvider has finished an idle maintenance job.
4175 *
4176 * Logged from:
4177 * packages/providers/MediaProvider/src/com/android/providers/media/MediaProvider.java
4178 */
4179message MediaProviderIdleMaintenance {
4180 // Volume type that this event pertains to
4181 optional android.stats.mediaprovider.VolumeType volume_type = 1;
4182
4183 // Total number of files in database
4184 optional int64 item_count = 2;
4185 // Duration of idle maintenance, normalized per file
4186 optional float normalized_duration_millis = 3;
4187 // Number of thumbnails found to be stale, normalized per file
4188 optional float normalized_stale_thumbnails = 4;
4189 // Number of items found to be expired, normalized per file
4190 optional float normalized_expired_media = 5;
4191}
4192
Keun young Park3e033cb2019-12-18 11:27:35 -08004193/**
4194 * Represents boot time event with duration in ms.
4195 *
4196 * Logged from: bootstat and various system server components. Check each enums for details.
4197 */
4198message BootTimeEventDuration {
4199 enum DurationEvent {
4200 UNKNOWN = 0;
4201 // Bootloader time excluding BOOTLOADER_UI_WAIT + boot complete time. Logged from bootstat.
4202 ABSOLUTE_BOOT_TIME = 1;
4203 // Bootloader's 1st stage execution time.
4204 // Logged from bootstat.
4205 BOOTLOADER_FIRST_STAGE_EXEC = 2;
4206 // Bootloader's 1st stage loading time.
4207 // Logged from bootstat.
4208 BOOTLOADER_FIRST_STAGE_LOAD = 3;
4209 // Bootloader's kernel loading time.
4210 // Logged from bootstat.
4211 BOOTLOADER_KERNEL_LOAD = 4;
4212 // Bootloader's 2nd stage execution time.
4213 // Logged from bootstat.
4214 BOOTLOADER_SECOND_STAGE_EXEC = 5;
4215 // Bootloader's 2nd stage loading time.
4216 // Logged from bootstat.
4217 BOOTLOADER_SECOND_STAGE_LOAD = 6;
4218 // Duration for Bootloader to show unlocked device's warning UI. This should not happen
4219 // for locked device.
4220 // Logged from bootstat.
4221 BOOTLOADER_UI_WAIT = 7;
4222 // Total time spend in bootloader. This is the sum of all BOOTLOADER_* listed above.
4223 // Logged from bootstat.
4224 BOOTLOADER_TOTAL = 8;
4225 // Shutdown duration inside init for the reboot before the current boot up.
4226 // Logged from f/b/services/.../BootReceiver.java.
4227 SHUTDOWN_DURATION = 9;
4228 // Total time for mounting of disk devices during bootup.
4229 // Logged from f/b/services/.../BootReceiver.java.
4230 MOUNT_DEFAULT_DURATION = 10;
4231 // Total time for early stage mounting of disk devices during bootup.
4232 // Logged from f/b/services/.../BootReceiver.java.
4233 MOUNT_EARLY_DURATION = 11;
4234 // Total time for late stage mounting of disk devices during bootup.
4235 // Logged from f/b/services/.../BootReceiver.java.
4236 MOUNT_LATE_DURATION = 12;
4237 // Average time to scan non-system app after OTA
4238 // Logged from f/b/services/.../PackageManagerService.java
4239 OTA_PACKAGE_MANAGER_INIT_TIME = 13;
4240 // Time to initialize Package manager after OTA
4241 // Logged from f/b/services/.../PackageManagerService.java
4242 OTA_PACKAGE_MANAGER_DATA_APP_AVG_SCAN_TIME = 14;
4243 // Time to scan all system app from Package manager after OTA
4244 // Logged from f/b/services/.../PackageManagerService.java
4245 OTA_PACKAGE_MANAGER_SYSTEM_APP_AVG_SCAN_TIME = 15;
4246 // Init's total time for cold boot stage.
4247 // Logged from bootstat.
4248 COLDBOOT_WAIT = 16;
4249 // Init's total time for initializing selinux.
4250 // Logged from bootstat.
4251 SELINUX_INIT = 17;
4252 // Time since last factory reset.
4253 // Logged from bootstat.
4254 FACTORY_RESET_TIME_SINCE_RESET = 18;
Keun young Parka5a696a2020-02-03 09:42:36 -08004255 // Init's total time spent for completing the 1st stage.
4256 // Logged from bootstat.
4257 ANDROID_INIT_STAGE_1 = 19;
Keun young Park3e033cb2019-12-18 11:27:35 -08004258 }
4259
4260 // Type of the event.
4261 optional DurationEvent event = 1;
4262 // Duration of the event in ms.
4263 optional int64 duration_millis = 2;
4264}
4265
4266/**
4267 * Represents the start of specific boot time event during bootup in ms. This is usually a time
4268 * since boot-up.
4269 *
4270 * Logged from: bootstat and various system server components. Check each enums for details.
4271 */
4272message BootTimeEventElapsedTime {
4273 enum ElapsedTimeEvent {
4274 UNKNOWN = 0;
4275 // Time when init starts 1st stage. Logged from bootstat.
4276 ANDROID_INIT_STAGE_1 = 1;
4277 // Time when sys.boot_completed prop is set.
4278 // Logged from bootstat.
4279 BOOT_COMPLETE = 2;
4280 // BOOT_COMPLETE for encrypted device.
4281 BOOT_COMPLETE_ENCRYPTION = 3;
4282 // BOOT_COMPLETE for device with no encryption.
4283 BOOT_COMPLETE_NO_ENCRYPTION = 4;
4284 // Adjusted BOOT_COMPLETE for encrypted device extracting decryption time.
Keun young Parka5a696a2020-02-03 09:42:36 -08004285 BOOT_COMPLETE_POST_DECRYPT = 5;
Keun young Park3e033cb2019-12-18 11:27:35 -08004286 // BOOT_COMPLETE after factory reset.
4287 FACTORY_RESET_BOOT_COMPLETE = 6;
4288 // BOOT_COMPLETE_NO_ENCRYPTION after factory reset.
4289 FACTORY_RESET_BOOT_COMPLETE_NO_ENCRYPTION = 7;
Keun young Parka5a696a2020-02-03 09:42:36 -08004290 // BOOT_COMPLETE_POST_DECRYPT after factory reset.
4291 FACTORY_RESET_BOOT_COMPLETE_POST_DECRYPT = 8;
Keun young Park3e033cb2019-12-18 11:27:35 -08004292 // BOOT_COMPLETE after OTA.
4293 OTA_BOOT_COMPLETE = 9;
4294 // BOOT_COMPLETE_NO_ENCRYPTION after OTA.
4295 OTA_BOOT_COMPLETE_NO_ENCRYPTION = 10;
Keun young Parka5a696a2020-02-03 09:42:36 -08004296 // BOOT_COMPLETE_POST_DECRYPT after OTA.
4297 OTA_BOOT_COMPLETE_POST_DECRYPT = 11;
Keun young Park3e033cb2019-12-18 11:27:35 -08004298 // Time when the system starts sending LOCKED_BOOT_COMPLETED broadcast.
4299 // Logged from f/b/services/.../UserController.java
4300 FRAMEWORK_LOCKED_BOOT_COMPLETED = 12;
4301 // Time when the system starts sending BOOT_COMPLETED broadcast.
4302 // Logged from f/b/services/.../UserController.java
4303 FRAMEWORK_BOOT_COMPLETED = 13;
4304 // Time when the package manager starts init.
4305 // Logged from f/b/services/.../SystemServer.java
4306 PACKAGE_MANAGER_INIT_START = 14;
4307 // Time when package manager is ready
4308 // Logged from f/b/services/.../SystemServer.java
4309 PACKAGE_MANAGER_INIT_READY = 15;
4310 // Represents the time when user has entered unlock credential for system with user pin.
4311 // Logged from bootstat.
4312 POST_DECRYPT = 16;
4313 // Represents the start of zygote's init.
4314 // Logged from zygote itself.
4315 ZYGOTE_INIT_START = 17;
4316 // Represents the start of secondary zygote's init.
4317 // TODO: add logging to zygote
4318 SECONDARY_ZYGOTE_INIT_START = 18;
4319 // Represents the start of system server's init.
4320 // Logged from f/b/services/.../SystemServer.java
4321 SYSTEM_SERVER_INIT_START = 19;
4322 // Represents the completion of system server's init.
4323 // Logged from f/b/services/.../SystemServer.java
4324 SYSTEM_SERVER_READY = 20;
4325 // Represents the start of launcher during boot-up.
4326 // TODO: add logging
4327 LAUNCHER_START = 21;
4328 // Represents the completion of launcher's initial rendering. User can use other apps from
4329 // launcher from this point.
4330 // TODO: add logging
4331 LAUNCHER_SHOWN = 22;
4332 }
4333
4334 // Type of the event.
4335 optional ElapsedTimeEvent event = 1;
4336 // Time since bootup for the event.
4337 // It should be acquired from SystemClock elapsedRealtime() call or equivalent.
4338 optional int64 time_millis = 2;
4339}
4340
4341/**
4342 * Boot time events with UTC time.
4343 *
4344 * Logged from: bootstat and various system server components. Check each enums for details.
4345 */
4346message BootTimeEventUtcTime {
4347 enum UtcTimeEvent {
4348 UNKNOWN = 0;
4349 // Time of the bootstat's marking of 1st boot after the last factory reset.
4350 // Logged from bootstat.
4351 FACTORY_RESET_RESET_TIME = 1;
4352 // The time when bootstat records FACTORY_RESET_* events. This is close to
4353 // BOOT_COMPLETE time for the current bootup.
4354 // Logged from bootstat.
4355 FACTORY_RESET_CURRENT_TIME = 2;
4356 // DUplicate of FACTORY_RESET_RESET_TIME added for debugging purpose.
4357 // Logged from bootstat.
4358 FACTORY_RESET_RECORD_VALUE = 3;
4359 }
4360
4361 // Type of the event.
4362 optional UtcTimeEvent event = 1;
4363 // UTC time for the event.
4364 optional int64 utc_time_secs = 2;
4365}
4366
4367/**
4368 * Boot time events representing specific error code during bootup.
4369 * Meaning of error code can be different per each event type.
4370 *
4371 * Logged from: bootstat and various system server components. Check each enums for details.
4372 */
4373message BootTimeEventErrorCode {
4374 enum ErrorCodeEvent {
4375 UNKNOWN = 0;
4376 // Linux error code for time() call to get the current UTC time.
4377 // Logged from bootstat.
4378 FACTORY_RESET_CURRENT_TIME_FAILURE = 1;
4379 // Represents UmountStat before the reboot for the current boot up. Error codes defined
4380 // as UMOUNT_STAT_* from init/reboot.cpp.
4381 // Logged from f/b/services/.../BootReceiver.java.
4382 SHUTDOWN_UMOUNT_STAT = 2;
Keun young Parkdf1534d2020-01-13 18:55:31 -08004383 // Reprepsents fie system mounting error code of /data partition for the current boot.
4384 // Error codes defined as combination of FsStatFlags from system/core/fs_mgr/fs_mgr.cpp.
Keun young Park3e033cb2019-12-18 11:27:35 -08004385 // Logged from f/b/services/.../BootReceiver.java.
Keun young Parkdf1534d2020-01-13 18:55:31 -08004386 FS_MGR_FS_STAT_DATA_PARTITION = 3;
Keun young Park3e033cb2019-12-18 11:27:35 -08004387 }
4388
4389 // Type of the event.
4390 optional ErrorCodeEvent event = 1;
4391 // error code defined per each event type.
4392 // For example, this can have a value of FsStatFlags.FS_STAT_FULL_MOUNT_FAILED for the event of
4393 // FS_MGR_FS_STAT.
4394 optional int32 error_code = 2;
4395}
4396
Chenjie Yubbcbc602018-02-05 16:51:52 -08004397//////////////////////////////////////////////////////////////////////
4398// Pulled atoms below this line //
4399//////////////////////////////////////////////////////////////////////
4400
4401/**
David Chenc8a43242017-10-17 16:23:28 -07004402 * Pulls bytes transferred via wifi (Sum of foreground and background usage).
4403 *
4404 * Pulled from:
4405 * StatsCompanionService (using BatteryStats to get which interfaces are wifi)
4406 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004407message WifiBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07004408 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004409
4410 optional int64 rx_bytes = 2;
4411
4412 optional int64 rx_packets = 3;
4413
4414 optional int64 tx_bytes = 4;
4415
4416 optional int64 tx_packets = 5;
4417}
4418
4419/**
4420 * Pulls bytes transferred via wifi (separated by foreground and background usage).
4421 *
4422 * Pulled from:
4423 * StatsCompanionService (using BatteryStats to get which interfaces are wifi)
4424 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004425message WifiBytesTransferByFgBg {
Yao Chenc40a19d2018-03-15 16:48:25 -07004426 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004427
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08004428 // 1 denotes foreground and 0 denotes background. This is called Set in NetworkStats.
4429 optional bool is_foreground = 2;
David Chenc8a43242017-10-17 16:23:28 -07004430
4431 optional int64 rx_bytes = 3;
4432
4433 optional int64 rx_packets = 4;
4434
4435 optional int64 tx_bytes = 5;
4436
4437 optional int64 tx_packets = 6;
4438}
4439
4440/**
4441 * Pulls bytes transferred via mobile networks (Sum of foreground and background usage).
4442 *
4443 * Pulled from:
4444 * StatsCompanionService (using BatteryStats to get which interfaces are mobile data)
4445 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004446message MobileBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07004447 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004448
4449 optional int64 rx_bytes = 2;
4450
4451 optional int64 rx_packets = 3;
4452
4453 optional int64 tx_bytes = 4;
4454
4455 optional int64 tx_packets = 5;
4456}
4457
4458/**
4459 * Pulls bytes transferred via mobile networks (separated by foreground and background usage).
4460 *
4461 * Pulled from:
4462 * StatsCompanionService (using BatteryStats to get which interfaces are mobile data)
4463 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004464message MobileBytesTransferByFgBg {
Yao Chenc40a19d2018-03-15 16:48:25 -07004465 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07004466
Yao Chenc40a19d2018-03-15 16:48:25 -07004467 // 1 denotes foreground and 0 denotes background. This is called Set in
4468 // NetworkStats.
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08004469 optional bool is_foreground = 2;
David Chenc8a43242017-10-17 16:23:28 -07004470
4471 optional int64 rx_bytes = 3;
4472
4473 optional int64 rx_packets = 4;
4474
4475 optional int64 tx_bytes = 5;
4476
4477 optional int64 tx_packets = 6;
4478}
4479
4480/**
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004481 * Pulls bytes transferred via bluetooth. It is pulled from Bluetooth controller.
4482 *
4483 * Pulled from:
4484 * StatsCompanionService
4485 */
4486message BluetoothBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07004487 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004488
4489 optional int64 rx_bytes = 2;
4490
4491 optional int64 tx_bytes = 3;
4492}
4493
4494/**
David Chenc8a43242017-10-17 16:23:28 -07004495 * Pulls the kernel wakelock durations. This atom is adapted from
4496 * android/internal/os/KernelWakelockStats.java
4497 *
4498 * Pulled from:
4499 * StatsCompanionService using KernelWakelockReader.
4500 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004501message KernelWakelock {
David Chenc8a43242017-10-17 16:23:28 -07004502 optional string name = 1;
4503
4504 optional int32 count = 2;
4505
4506 optional int32 version = 3;
4507
Yangster-maca8a30442018-10-13 23:46:34 -07004508 optional int64 time_micros = 4;
David Chenc8a43242017-10-17 16:23:28 -07004509}
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004510
Chenjie Yu05013b32017-11-21 10:21:41 -08004511/**
Benjamin Schwartz51329b72018-12-06 10:48:03 -08004512 * Pulls low power state information. If power.stats HAL is not available, this
4513 * includes platform and subsystem sleep state information,
4514 * PowerStatePlatformSleepState, PowerStateVoter or PowerStateSubsystemSleepState
4515 * as defined in:
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004516 * hardware/interfaces/power/1.0/types.hal
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004517 * hardware/interfaces/power/1.1/types.hal
Benjamin Schwartz51329b72018-12-06 10:48:03 -08004518 * If power.stats HAL is available, this includes PowerEntityStateResidencyResult
4519 * as defined in:
4520 * hardware/interfaces/power/stats/1.0/types.hal
Chenjie Yu5305e1d2017-10-31 13:49:36 -07004521 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004522message SubsystemSleepState {
Chenjie Yubbcbc602018-02-05 16:51:52 -08004523 // Subsystem name
4524 optional string subsystem_name = 1;
4525 // For PlatformLowPowerStats (hal 1.0), this is the voter name, which could be empty.
4526 // For SubsystemLowPowerStats (hal 1.1), this is the sleep state name.
Benjamin Schwartz51329b72018-12-06 10:48:03 -08004527 // For PowerEntityStateResidencyResult (hal power/stats/1.0) this is the
4528 // powerEntityStateName from the corresponding PowerEntityStateInfo.
Chenjie Yubbcbc602018-02-05 16:51:52 -08004529 optional string subname = 2;
Chenjie Yuc8b7f222018-01-11 23:25:57 -08004530 // The number of times it entered, or voted for entering the sleep state
Chenjie Yubbcbc602018-02-05 16:51:52 -08004531 optional uint64 count = 3;
Chenjie Yuc8b7f222018-01-11 23:25:57 -08004532 // The length of time spent in, or spent voting for, the sleep state
David Chen0b5c90c2018-01-25 16:51:49 -08004533 optional uint64 time_millis = 4;
David Chen21582962017-11-01 17:32:46 -07004534}
Chenjie Yu7f8def92017-11-03 09:33:15 -07004535
Chenjie Yu05013b32017-11-21 10:21:41 -08004536/**
Bookatz92da2832018-11-01 18:10:03 -07004537 * Pulls on-device power measurement information.
4538 * Data defined by hardware/interfaces/power/stats/1.0/types.hal.
4539 * Pulled from:
4540 * frameworks/base/cmds/statsd/src/external/PowerStatsPuller.cpp
4541 */
4542message OnDevicePowerMeasurement {
4543 // Name of the subsystem (to which the rail belongs).
4544 optional string subsystem_name = 1;
4545
4546 // Rail name. The rail lies within the subsystem.
4547 optional string rail_name = 2;
4548
4549 // Time (in ms since boot) at which the rail energy value was measured.
4550 // This may differ slightly from the time that statsd logs this information.
4551 optional uint64 measurement_timestamp_millis = 3;
4552
4553 // Accumulated energy used via the rail since device boot in uWs.
4554 optional uint64 energy_microwatt_secs = 4;
4555}
4556
4557/**
Chenjie Yu7f8def92017-11-03 09:33:15 -07004558 * Pulls Cpu time per frequency.
Chenjie Yu1ee9b742018-01-10 16:02:57 -08004559 * Pulls the time the cpu spend on the frequency index. Frequency index
4560 * starts from highest to lowest. The value should be monotonically
4561 * increasing since boot. However, if there is a cpu
4562 * hotplug event, the value would be reset as well.
Chenjie Yu7f8def92017-11-03 09:33:15 -07004563 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004564message CpuTimePerFreq {
Chenjie Yu7f8def92017-11-03 09:33:15 -07004565 optional uint32 cluster = 1;
4566 optional uint32 freq_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08004567 optional uint64 time_millis = 3;
Chenjie Yu7f8def92017-11-03 09:33:15 -07004568}
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004569
Chenjie Yu05013b32017-11-21 10:21:41 -08004570/**
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004571 * Pulls Cpu Time Per Uid.
4572 * Note that isolated process uid time should be attributed to host uids.
4573 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004574message CpuTimePerUid {
Yao Chenc40a19d2018-03-15 16:48:25 -07004575 optional int32 uid = 1 [(is_uid) = true];
Misha Wagner6bc6c912018-11-16 13:19:54 +00004576 optional uint64 user_time_micros = 2;
4577 optional uint64 sys_time_micros = 3;
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004578}
4579
4580/**
4581 * Pulls Cpu Time Per Uid per frequency.
4582 * Note that isolated process uid time should be attributed to host uids.
4583 * For each uid, we order the time by descending frequencies.
4584 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004585message CpuTimePerUidFreq {
Yao Chenc40a19d2018-03-15 16:48:25 -07004586 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08004587 optional uint32 freq_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08004588 optional uint64 time_millis = 3;
Chenjie Yue33bc3b2017-11-06 17:56:44 -08004589}
Hugo Benichi884970e2017-11-14 22:42:46 +09004590
Chenjie Yu05013b32017-11-21 10:21:41 -08004591/**
4592 * Pulls Wifi Controller Activity Energy Info
4593 */
Chenjie Yu5caaa9d2018-03-06 15:48:54 -08004594message WifiActivityInfo {
Chenjie Yu05013b32017-11-21 10:21:41 -08004595 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08004596 optional uint64 timestamp_millis = 1;
Chenjie Yu05013b32017-11-21 10:21:41 -08004597 // stack reported state
4598 // TODO: replace this with proto enum
4599 optional int32 stack_state = 2;
Yangster-maca8a30442018-10-13 23:46:34 -07004600 // tx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004601 optional uint64 controller_tx_time_millis = 3;
Yangster-maca8a30442018-10-13 23:46:34 -07004602 // rx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004603 optional uint64 controller_rx_time_millis = 4;
Yangster-maca8a30442018-10-13 23:46:34 -07004604 // idle time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004605 optional uint64 controller_idle_time_millis = 5;
Chenjie Yu05013b32017-11-21 10:21:41 -08004606 // product of current(mA), voltage(V) and time(ms)
4607 optional uint64 controller_energy_used = 6;
4608}
4609
4610/**
4611 * Pulls Modem Activity Energy Info
4612 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08004613message ModemActivityInfo {
Chenjie Yu05013b32017-11-21 10:21:41 -08004614 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08004615 optional uint64 timestamp_millis = 1;
Yangster-maca8a30442018-10-13 23:46:34 -07004616 // sleep time in millis.
David Chen0b5c90c2018-01-25 16:51:49 -08004617 optional uint64 sleep_time_millis = 2;
Yangster-maca8a30442018-10-13 23:46:34 -07004618 // idle time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004619 optional uint64 controller_idle_time_millis = 3;
Chenjie Yu05013b32017-11-21 10:21:41 -08004620 /**
4621 * Tx power index
4622 * index 0 = tx_power < 0dBm
4623 * index 1 = 0dBm < tx_power < 5dBm
4624 * index 2 = 5dBm < tx_power < 15dBm
4625 * index 3 = 15dBm < tx_power < 20dBm
4626 * index 4 = tx_power > 20dBm
4627 */
4628 // tx time in ms at power level 0
David Chen0b5c90c2018-01-25 16:51:49 -08004629 optional uint64 controller_tx_time_pl0_millis = 4;
Chenjie Yu05013b32017-11-21 10:21:41 -08004630 // tx time in ms at power level 1
David Chen0b5c90c2018-01-25 16:51:49 -08004631 optional uint64 controller_tx_time_pl1_millis = 5;
Chenjie Yu05013b32017-11-21 10:21:41 -08004632 // tx time in ms at power level 2
David Chen0b5c90c2018-01-25 16:51:49 -08004633 optional uint64 controller_tx_time_pl2_millis = 6;
Chenjie Yu05013b32017-11-21 10:21:41 -08004634 // tx time in ms at power level 3
David Chen0b5c90c2018-01-25 16:51:49 -08004635 optional uint64 controller_tx_time_pl3_millis = 7;
Chenjie Yu05013b32017-11-21 10:21:41 -08004636 // tx time in ms at power level 4
David Chen0b5c90c2018-01-25 16:51:49 -08004637 optional uint64 controller_tx_time_pl4_millis = 8;
Chenjie Yu05013b32017-11-21 10:21:41 -08004638 // rx time in ms at power level 5
David Chen0b5c90c2018-01-25 16:51:49 -08004639 optional uint64 controller_rx_time_millis = 9;
Chenjie Yu05013b32017-11-21 10:21:41 -08004640 // product of current(mA), voltage(V) and time(ms)
Chen Xu7322e4a2019-09-07 15:51:22 -07004641 optional uint64 energy_used = 10 [deprecated=true];
Joe Onorato62c220b2017-11-18 20:32:56 -08004642}
Rajeev Kumar508a9bf2018-01-18 15:49:11 -08004643
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004644/**
4645 * Pulls Bluetooth Activity Energy Info
4646 * Note: BluetoothBytesTransfer is pulled at the same time from the controller.
4647 */
4648message BluetoothActivityInfo {
4649 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08004650 optional uint64 timestamp_millis = 1;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004651 // bluetooth stack state
4652 optional int32 bluetooth_stack_state = 2;
Yangster-maca8a30442018-10-13 23:46:34 -07004653 // tx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004654 optional uint64 controller_tx_time_millis = 3;
Yangster-maca8a30442018-10-13 23:46:34 -07004655 // rx time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004656 optional uint64 controller_rx_time_millis = 4;
Yangster-maca8a30442018-10-13 23:46:34 -07004657 // idle time in millis
David Chen0b5c90c2018-01-25 16:51:49 -08004658 optional uint64 controller_idle_time_millis = 5;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004659 // product of current(mA), voltage(V) and time(ms)
4660 optional uint64 energy_used = 6;
4661}
4662
Rajeev Kumar508a9bf2018-01-18 15:49:11 -08004663/*
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004664 * Logs the memory stats for a process.
Rafal Slawikda51b932018-12-13 16:31:33 +00004665 *
4666 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerService).
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004667 */
4668message ProcessMemoryState {
4669 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07004670 optional int32 uid = 1 [(is_uid) = true];
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004671
4672 // The process name.
Rafal Slawikda51b932018-12-13 16:31:33 +00004673 // Usually package name, "system" for system server.
4674 // Provided by ActivityManagerService.
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004675 optional string process_name = 2;
4676
Rafal Slawikda51b932018-12-13 16:31:33 +00004677 // Current OOM score adjustment. Value read from ProcessRecord.
Yangster-maca8a30442018-10-13 23:46:34 -07004678 optional int32 oom_adj_score = 3;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004679
4680 // # of page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07004681 optional int64 page_fault = 4;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004682
4683 // # of major page-faults
Yangster-maca8a30442018-10-13 23:46:34 -07004684 optional int64 page_major_fault = 5;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08004685
Rajeev Kumar90235992018-01-29 11:06:48 -08004686 // RSS
Rafal Slawik203c3db2019-09-25 19:53:01 +01004687 // Value is read from memory.stat, field total_rss if per-app memory
4688 // cgroups are enabled. Otherwise, value from /proc/pid/stat.
Rajeev Kumar90235992018-01-29 11:06:48 -08004689 optional int64 rss_in_bytes = 6;
4690
4691 // CACHE
Rafal Slawikda51b932018-12-13 16:31:33 +00004692 // Value is read from memory.stat, field total_cache if per-app memory
4693 // cgroups are enabled. Otherwise, 0.
Rajeev Kumar90235992018-01-29 11:06:48 -08004694 optional int64 cache_in_bytes = 7;
4695
4696 // SWAP
Rafal Slawikda51b932018-12-13 16:31:33 +00004697 // Value is read from memory.stat, field total_swap if per-app memory
Rafal Slawik203c3db2019-09-25 19:53:01 +01004698 // cgroups are enabled. Otherwise, 0.
Rajeev Kumar90235992018-01-29 11:06:48 -08004699 optional int64 swap_in_bytes = 8;
Rafal Slawikaaf60892018-09-12 13:04:30 +01004700
Rafal Slawik203c3db2019-09-25 19:53:01 +01004701 // Deprecated: use ProcessMemoryHighWaterMark atom instead. Always -1.
Rafal Slawik3bea8952018-11-15 12:39:33 +00004702 optional int64 rss_high_watermark_in_bytes = 9 [deprecated = true];
Rafal Slawik272a8162018-11-01 15:12:28 +00004703
Rafal Slawik203c3db2019-09-25 19:53:01 +01004704 // Deprecated: use ProcessMemorySnapshot atom instead. Always -1.
4705 optional int64 start_time_nanos = 10 [deprecated = true];
Ioannis Ilkos466ad6c2019-06-18 17:42:00 +01004706
Rafal Slawik203c3db2019-09-25 19:53:01 +01004707 // Deprecated: use ProcessMemorySnapshot atom instead. Always -1.
4708 optional int32 anon_rss_and_swap_in_kilobytes = 11 [deprecated = true];
Rafal Slawik08621582018-10-15 14:53:07 +01004709}
4710
4711/*
Rafal Slawik3bea8952018-11-15 12:39:33 +00004712 * Logs the memory high-water mark for a process.
Rafal Slawikda51b932018-12-13 16:31:33 +00004713 *
4714 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerServie)
4715 * and for selected native processes.
Rafal Slawik44b88142018-12-15 16:48:09 +00004716 *
4717 * Pulling this atom resets high-water mark counters for all processes.
Rafal Slawik3bea8952018-11-15 12:39:33 +00004718 */
4719message ProcessMemoryHighWaterMark {
4720 // The uid if available. -1 means not available.
4721 optional int32 uid = 1 [(is_uid) = true];
4722
Rafal Slawikda51b932018-12-13 16:31:33 +00004723 // The process name.
4724 // Usually package name or process cmdline.
4725 // Provided by ActivityManagerService or read from /proc/PID/cmdline.
Rafal Slawik3bea8952018-11-15 12:39:33 +00004726 optional string process_name = 2;
4727
Rafal Slawik239b6802019-09-09 18:46:01 +01004728 // Deprecated: use rss_high_water_mark_in_kilobytes instead. This field is
4729 // computed by converting kilobytes to bytes.
4730 optional int64 rss_high_water_mark_in_bytes = 3 [deprecated = true];
4731
Rafal Slawik3bea8952018-11-15 12:39:33 +00004732 // RSS high-water mark. Peak RSS usage of the process. Read from the VmHWM field in
4733 // /proc/PID/status.
Rafal Slawik239b6802019-09-09 18:46:01 +01004734 optional int32 rss_high_water_mark_in_kilobytes = 4;
Rafal Slawik3bea8952018-11-15 12:39:33 +00004735}
4736
4737/*
Rafal Slawik7efcefb2019-09-20 11:16:20 +01004738 * Logs the memory stats for a process.
4739 *
4740 * Pulled from StatsCompanionService for all managed processes (from ActivityManagerService)
4741 * and for selected native processes.
4742 */
4743message ProcessMemorySnapshot {
4744 // The uid if available. -1 means not available.
4745 optional int32 uid = 1 [(is_uid) = true];
4746
4747 // The process name.
4748 // Usually package name or process cmdline.
4749 // Provided by ActivityManagerService or read from /proc/PID/cmdline.
4750 optional string process_name = 2;
4751
4752 // The pid of the process.
4753 // Allows to disambiguate instances of the process.
4754 optional int32 pid = 3;
4755
4756 // The current OOM score adjustment value.
4757 // Read from ProcessRecord for managed processes.
4758 // Placeholder -1001 (OOM_SCORE_ADJ_MIN - 1, outside of allowed range) for native ones.
4759 optional int32 oom_score_adj = 4;
4760
4761 // The current RSS of the process.
4762 // VmRSS from /proc/pid/status.
4763 optional int32 rss_in_kilobytes = 5;
4764
4765 // The current anon RSS of the process.
4766 // RssAnon from /proc/pid/status.
4767 optional int32 anon_rss_in_kilobytes = 6;
4768
4769 // The current swap size of the process.
4770 // VmSwap from /proc/pid/status.
4771 optional int32 swap_in_kilobytes = 7;
4772
4773 // The sum of rss_in_kilobytes and swap_in_kilobytes.
4774 optional int32 anon_rss_and_swap_in_kilobytes = 8;
4775}
4776
4777/*
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004778 * Elapsed real time from SystemClock.
Chenjie Yu9da105b2018-01-13 12:41:08 -08004779 */
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004780message SystemElapsedRealtime {
David Chen0b5c90c2018-01-25 16:51:49 -08004781 optional uint64 time_millis = 1;
Chenjie Yu9da105b2018-01-13 12:41:08 -08004782}
4783
4784/*
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004785 * Up time from SystemClock.
Chenjie Yu9da105b2018-01-13 12:41:08 -08004786 */
Chenjie Yu9d7720b2018-01-24 10:34:48 -08004787message SystemUptime {
4788 // Milliseconds since the system was booted.
4789 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
4790 // for external input).
4791 // It is not affected by clock scaling, idle, or other power saving mechanisms.
David Chen0b5c90c2018-01-25 16:51:49 -08004792 optional uint64 uptime_millis = 1;
Chenjie Yu9da105b2018-01-13 12:41:08 -08004793}
4794
4795/*
4796 * Reads from /proc/uid_concurrent_active_time which has the format:
4797 * active: X (X is # cores)
4798 * [uid0]: [time-0] [time-1] [time-2] ... (# entries = # cores)
4799 * [uid1]: [time-0] [time-1] [time-2] ... ...
4800 * ...
4801 * Time-N means the CPU time a UID spent running concurrently with N other processes.
4802 * The file contains a monotonically increasing count of time for a single boot.
4803 */
4804message CpuActiveTime {
Yao Chenc40a19d2018-03-15 16:48:25 -07004805 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08004806 optional uint64 time_millis = 2;
Chenjie Yu9da105b2018-01-13 12:41:08 -08004807}
4808
4809/**
4810 * Reads from /proc/uid_concurrent_policy_time which has the format:
4811 * policy0: X policy4: Y (there are X cores on policy0, Y cores on policy4)
4812 * [uid0]: [time-0-0] [time-0-1] ... [time-1-0] [time-1-1] ...
4813 * [uid1]: [time-0-0] [time-0-1] ... [time-1-0] [time-1-1] ...
4814 * ...
4815 * Time-X-Y means the time a UID spent on clusterX running concurrently with Y other processes.
4816 * The file contains a monotonically increasing count of time for a single boot.
4817 */
4818message CpuClusterTime {
Yao Chenc40a19d2018-03-15 16:48:25 -07004819 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08004820 optional int32 cluster_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08004821 optional uint64 time_millis = 3;
Chenjie Yu937d7422018-01-10 16:37:53 -08004822}
4823
4824/*
4825 * Pulls free disk space, for data, system partition and temporary directory.
4826 */
4827message DiskSpace {
4828 // available bytes in data partition
4829 optional uint64 data_available_bytes = 1;
4830 // available bytes in system partition
4831 optional uint64 system_available_bytes = 2;
4832 // available bytes in download cache or temp directories
4833 optional uint64 temp_available_bytes = 3;
4834}
Tej Singhbf972d92018-01-10 20:51:13 -08004835
4836/**
4837 * Pulls battery coulomb counter, which is the remaining battery charge in uAh.
Tej Singh9876a3b2019-01-11 14:28:35 -08004838 *
4839 * Pulled from StatsCompanionService.java
Tej Singhbf972d92018-01-10 20:51:13 -08004840 */
4841message RemainingBatteryCapacity {
Yangster-maca8a30442018-10-13 23:46:34 -07004842 optional int32 charge_micro_ampere_hour = 1;
Tej Singhbf972d92018-01-10 20:51:13 -08004843}
4844
4845/**
4846 * Pulls battery capacity, which is the battery capacity when full in uAh.
Tej Singh40298312018-02-16 00:15:09 -08004847 * Pulled from:
4848 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
Tej Singhbf972d92018-01-10 20:51:13 -08004849 */
4850message FullBatteryCapacity {
Yangster-maca8a30442018-10-13 23:46:34 -07004851 optional int32 capacity_micro_ampere_hour = 1;
Tej Singh40298312018-02-16 00:15:09 -08004852}
4853
4854/**
Bookatz17f0d8a2018-09-13 12:56:32 -07004855 * Pulls battery voltage.
4856 * Pulled from:
4857 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
4858 */
4859message BatteryVoltage {
4860 // The voltage of the battery, in millivolts.
Yangster-maca8a30442018-10-13 23:46:34 -07004861 optional int32 voltage_millivolt = 1;
Bookatz17f0d8a2018-09-13 12:56:32 -07004862}
4863
4864/**
Tej Singhb1dbc8b2018-11-19 15:49:47 -08004865 * Pulls battery level (percent full, from 0 to 100).
4866 *
4867 * Pulled from:
4868 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
4869 */
4870message BatteryLevel {
4871 // Battery level. Should be in [0, 100].
4872 optional int32 battery_level = 1;
4873}
4874
4875/**
Tej Singhd89137e2018-03-26 14:51:40 -07004876 * Pulls the temperature of various parts of the device.
4877 * The units are tenths of a degree Celsius. Eg: 30.3C is reported as 303.
Tej Singh40298312018-02-16 00:15:09 -08004878 *
Maggie White442b6312019-04-05 16:26:44 -07004879 * Pulled from StatsCompanionService.java
Tej Singh40298312018-02-16 00:15:09 -08004880 */
4881message Temperature {
Tej Singhb6070b92018-12-19 19:00:12 -08004882 // The type of temperature being reported. Eg. CPU, GPU, SKIN, BATTERY, BCL_.
Tej Singh40298312018-02-16 00:15:09 -08004883 optional android.os.TemperatureTypeEnum sensor_location = 1;
4884
4885 // The name of the temperature source. Eg. CPU0
4886 optional string sensor_name = 2;
4887
Tej Singhd89137e2018-03-26 14:51:40 -07004888 // Temperature in tenths of a degree C.
Tej Singhb6070b92018-12-19 19:00:12 -08004889 // For BCL, it is decimillivolt, decimilliamps, and percentage * 10.
Yangster-maca8a30442018-10-13 23:46:34 -07004890 optional int32 temperature_deci_celsius = 3;
Maggie White442b6312019-04-05 16:26:44 -07004891
4892 // Relative severity of the throttling, see enum definition.
4893 optional android.os.ThrottlingSeverityEnum severity = 4;
yroa1fe77c2018-02-26 14:22:54 -08004894}
Olivier Gaillard00bfb1b2018-07-10 11:25:09 +01004895
4896/**
4897 * Pulls the statistics of calls to Binder.
4898 *
Olivier Gaillardd25f7a82018-09-12 14:28:48 +01004899 * Binder stats will be reset every time the data is pulled. It means it can only be pulled by one
4900 * config on the device.
Olivier Gaillard9ea238d2018-07-24 10:26:31 +01004901 *
Olivier Gaillard720ec5b2018-10-30 17:32:56 +00004902 * Next tag: 15
Olivier Gaillard00bfb1b2018-07-10 11:25:09 +01004903 */
4904message BinderCalls {
Olivier Gaillard720ec5b2018-10-30 17:32:56 +00004905 // UID of the process responsible for the binder transaction. It will be set if the process
4906 // executing the binder transaction attribute the transaction to another uid using
4907 // Binder.setThreadWorkSource().
4908 //
4909 // If not set, the value will be -1.
Olivier Gaillard9ea238d2018-07-24 10:26:31 +01004910 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillard720ec5b2018-10-30 17:32:56 +00004911 // UID of the process executing the binder transaction.
4912 optional int32 direct_caller_uid = 14;
Olivier Gaillard9ea238d2018-07-24 10:26:31 +01004913 // Fully qualified class name of the API call.
4914 //
4915 // This is a system server class name.
4916 //
4917 // TODO(gaillard): figure out if binder call stats includes data from isolated uids, if a uid
4918 // gets recycled and we have isolated uids, we might attribute the data incorrectly.
4919 // TODO(gaillard): there is a high dimensions cardinality, figure out if we should drop the less
4920 // commonly used APIs.
4921 optional string service_class_name = 2;
4922 // Method name of the API call. It can also be a transaction code if we cannot
4923 // resolve it to a name. See Binder#getTransactionName.
4924 //
4925 // This is a system server method name.
4926 optional string service_method_name = 3;
4927 // Total number of API calls.
4928 optional int64 call_count = 4;
4929 // True if the screen was interactive PowerManager#isInteractive at the end of the call.
4930 optional bool screen_interactive = 13;
4931 // Total number of API calls we have data recorded for. If we collected data for all the calls,
4932 // call_count will be equal to recorded_call_count.
4933 //
4934 // If recorded_call_count is different than call_count, it means data collection has been
4935 // sampled. All the fields below will be sampled in this case.
4936 optional int64 recorded_call_count = 12;
4937 // Number of exceptions thrown by the API.
4938 optional int64 recorded_exception_count = 5;
4939 // Total latency of all API calls.
4940 // Average can be computed using total_latency_micros / recorded_call_count.
4941 optional int64 recorded_total_latency_micros = 6;
4942 // Maximum latency of one API call.
4943 optional int64 recorded_max_latency_micros = 7;
4944 // Total CPU usage of all API calls.
4945 // Average can be computed using total_cpu_micros / recorded_call_count.
4946 // Total can be computed using total_cpu_micros / recorded_call_count * call_count.
4947 optional int64 recorded_total_cpu_micros = 8;
4948 // Maximum CPU usage of one API call.
4949 optional int64 recorded_max_cpu_micros = 9;
4950 // Maximum parcel reply size of one API call.
4951 optional int64 recorded_max_reply_size_bytes = 10;
4952 // Maximum parcel request size of one API call.
4953 optional int64 recorded_max_request_size_bytes = 11;
4954}
4955
4956/**
4957 * Pulls the statistics of exceptions during calls to Binder.
4958 *
4959 * Binder stats are cumulative from boot unless somebody reset the data using
4960 * > adb shell dumpsys binder_calls_stats --reset
4961 */
4962message BinderCallsExceptions {
4963 // Exception class name, e.g. java.lang.IllegalArgumentException.
4964 //
4965 // This is an exception class name thrown by the system server.
4966 optional string exception_class_name = 1;
4967 // Total number of exceptions.
4968 optional int64 exception_count = 2;
Olivier Gaillard00bfb1b2018-07-10 11:25:09 +01004969}
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004970
Marcin Oczeretko3e6494e2018-09-10 18:06:52 +01004971/**
4972 * Pulls the statistics of message dispatching on HandlerThreads.
4973 *
4974 * Looper stats will be reset every time the data is pulled. It means it can only be pulled by one
4975 * config on the device.
4976 *
4977 * Next tag: 11
4978 */
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004979message LooperStats {
Marcin Oczeretkoec758722018-09-12 12:53:47 +01004980 // The uid that made a call to the System Server and caused the message to be enqueued.
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01004981 optional int32 uid = 1 [(is_uid) = true];
4982
4983 // Fully qualified class name of the handler target class.
4984 //
4985 // This field does not contain PII. This is a system server class name.
4986 optional string handler_class_name = 2;
4987
4988 // The name of the thread that runs the Looper.
4989 //
4990 // This field does not contain PII. This is a system server thread name.
4991 optional string looper_thread_name = 3;
4992
4993 // The name of the dispatched message.
4994 //
4995 // This field does not contain PII. This is a system server constant or class
4996 // name.
4997 optional string message_name = 4;
4998
4999 // Total number of successfully dispatched messages.
5000 optional int64 message_count = 5;
5001
5002 // Total number of messages that failed dispatching.
5003 optional int64 exception_count = 6;
5004
5005 // Total number of processed messages we have data recorded for. If we
5006 // collected data for all the messages, message_count will be equal to
5007 // recorded_message_count.
5008 //
5009 // If recorded_message_count is different than message_count, it means data
Marcin Oczeretkoc06331a2018-10-02 13:00:38 +01005010 // collection has been sampled. The fields below will be sampled in this case.
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01005011 optional int64 recorded_message_count = 7;
5012
5013 // Total latency of all processed messages.
5014 // Average can be computed using recorded_total_latency_micros /
5015 // recorded_message_count.
5016 optional int64 recorded_total_latency_micros = 8;
5017
5018 // Total CPU usage of all processed message.
5019 // Average can be computed using recorded_total_cpu_micros /
5020 // recorded_message_count. Total can be computed using
Marcin Oczeretko3e6494e2018-09-10 18:06:52 +01005021 // recorded_total_cpu_micros / recorded_message_count * message_count.
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01005022 optional int64 recorded_total_cpu_micros = 9;
Marcin Oczeretko3e6494e2018-09-10 18:06:52 +01005023
5024 // True if the screen was interactive PowerManager#isInteractive at the end of the call.
5025 optional bool screen_interactive = 10;
Marcin Oczeretkoc06331a2018-10-02 13:00:38 +01005026
5027 // Max recorded CPU usage of all processed messages.
5028 optional int64 recorded_max_cpu_micros = 11;
5029
5030 // Max recorded latency of all processed messages.
5031 optional int64 recorded_max_latency_micros = 12;
5032
5033 // Total number of messages we tracked the dispatching delay for. If we
5034 // collected data for all the messages, message_count will be equal to
5035 // recorded_delay_message_count.
5036 //
5037 // If recorded_delay_message_count is different than message_count, it means data
5038 // collection has been sampled or/and not all messages specified the target dispatch time.
5039 // The fields below will be sampled in this case.
5040 optional int64 recorded_delay_message_count = 13;
5041
5042 // Total dispatching delay of all processed messages.
5043 // Calculated as a difference between the target dispatching time (Message.when)
5044 // and the actual dispatching time.
5045 // Average can be computed using recorded_total_delay_millis / recorded_delay_message_count.
5046 optional int64 recorded_total_delay_millis = 14;
5047
5048 // Max dispatching delay of all processed messages.
5049 // Calculated as a difference between the target dispatching time (Message.when)
5050 // and the actual dispatching time.
5051 optional int64 recorded_max_delay_millis = 15;
Marcin Oczeretkod8cc8592018-08-22 16:07:36 +01005052}
Tej Singh86dc9db2018-09-06 00:39:57 +00005053
5054/**
5055 * Pulls disk information, such as write speed and latency.
5056 */
5057message DiskStats {
5058 // Time taken to open, write 512B to, and close a file.
5059 // -1 if error performing the check.
5060 optional int64 data_write_latency_millis = 1;
5061
5062 optional bool file_based_encryption = 2;
5063
5064 // Recent disk write speed in kB/s.
5065 // -1 if error querying storageed.
5066 // 0 if data is unavailable.
5067 optional int32 recent_disk_write_speed = 3;
5068}
5069
5070
5071/**
5072 * Free and total bytes of the Data, Cache, and System partition.
5073 */
5074message DirectoryUsage {
5075 enum Directory {
5076 UNKNOWN = 0;
5077 DATA = 1;
5078 CACHE = 2;
5079 SYSTEM = 3;
5080 }
5081 optional Directory directory = 1;
5082 optional int64 free_bytes = 2;
5083 optional int64 total_bytes = 3;
5084}
5085
5086
5087/**
5088 * Size of an application: apk size, data size, and cache size.
5089 * Reads from a cached file produced daily by DiskStatsLoggingService.java.
5090 * Information is only reported for apps with the primary user (user 0).
5091 * Sizes are aggregated by package name.
5092 */
5093message AppSize {
5094 // Including uids will involve modifying diskstats logic.
5095 optional string package_name = 1;
5096 // App size in bytes. -1 if unavailable.
5097 optional int64 app_size_bytes = 2;
5098 // App data size in bytes. -1 if unavailable.
5099 optional int64 app_data_size_bytes = 3;
5100 // App cache size in bytes. -1 if unavailable.
5101 optional int64 app_cache_size_bytes = 4;
5102 // Time that the cache file was produced.
5103 // Uses System.currentTimeMillis(), which is wall clock time.
5104 optional int64 cache_time_millis = 5;
5105}
5106
5107
5108/**
5109 * Size of a particular category. Eg: photos, videos.
5110 * Reads from a cached file produced daily by DiskStatsLoggingService.java.
5111 */
5112message CategorySize {
5113 enum Category {
5114 UNKNOWN = 0;
5115 APP_SIZE = 1;
5116 APP_DATA_SIZE = 2;
5117 APP_CACHE_SIZE = 3;
5118 PHOTOS = 4;
5119 VIDEOS = 5;
5120 AUDIO = 6;
5121 DOWNLOADS = 7;
5122 SYSTEM = 8;
5123 OTHER = 9;
5124 }
5125 optional Category category = 1;
5126 // Category size in bytes.
5127 optional int64 size_bytes = 2;
5128 // Time that the cache file was produced.
5129 // Uses System.currentTimeMillis(), which is wall clock time.
5130 optional int64 cache_time_millis = 3;
5131}
Tej Singhd6d6d772018-09-05 17:41:25 -07005132
5133/**
Tej Singhe7726dc2018-09-21 11:42:12 -07005134 * Pulls per uid I/O stats. The stats are cumulative since boot.
5135 *
5136 * Read/write bytes are I/O events from a storage device
5137 * Read/write chars are data requested by read/write syscalls, and can be
5138 * satisfied by caching.
5139 *
5140 * Pulled from StatsCompanionService, which reads proc/uid_io/stats.
5141 */
5142message DiskIo {
5143 optional int32 uid = 1 [(is_uid) = true];
5144 optional int64 fg_chars_read = 2;
5145 optional int64 fg_chars_write = 3;
5146 optional int64 fg_bytes_read = 4;
5147 optional int64 fg_bytes_write = 5;
5148 optional int64 bg_chars_read = 6;
5149 optional int64 bg_chars_write = 7;
5150 optional int64 bg_bytes_read = 8;
5151 optional int64 bg_bytes_write = 9;
5152 optional int64 fg_fsync = 10;
5153 optional int64 bg_fsync= 11;
5154}
5155
5156
5157/**
Tej Singhd6d6d772018-09-05 17:41:25 -07005158 * Pulls the number of fingerprints for each user.
5159 *
Kevin Chyn1741a072019-01-17 11:54:40 -08005160 * Pulled from StatsCompanionService, which queries <Biometric>Manager.
Tej Singhd6d6d772018-09-05 17:41:25 -07005161 */
joshmccloskey5dcb4082019-02-26 15:28:37 -08005162message NumFingerprintsEnrolled {
Tej Singhd6d6d772018-09-05 17:41:25 -07005163 // The associated user. Eg: 0 for owners, 10+ for others.
5164 // Defined in android/os/UserHandle.java
5165 optional int32 user = 1;
5166 // Number of fingerprints registered to that user.
joshmccloskey5dcb4082019-02-26 15:28:37 -08005167 optional int32 num_fingerprints_enrolled = 2;
Tej Singhd6d6d772018-09-05 17:41:25 -07005168}
Chenjie Yu12e5e672018-09-14 15:54:59 -07005169
Philip P. Moltmann70b42ae2019-01-29 16:24:19 -08005170/**
joshmccloskey5dcb4082019-02-26 15:28:37 -08005171 * Pulls the number of faces for each user.
5172 *
5173 * Pulled from StatsCompanionService, which queries <Biometric>Manager.
5174 */
5175message NumFacesEnrolled {
5176 // The associated user. Eg: 0 for owners, 10+ for others.
5177 // Defined in android/os/UserHandle.java
5178 optional int32 user = 1;
5179 // Number of faces registered to that user.
5180 optional int32 num_faces_enrolled = 2;
5181}
5182/**
Philip P. Moltmann70b42ae2019-01-29 16:24:19 -08005183 * A mapping of role holder -> role
5184 */
5185message RoleHolder {
5186 // uid of the role holder
5187 optional int32 uid = 1 [(is_uid) = true];
5188
5189 // package name of the role holder
5190 optional string package_name = 2;
5191
5192 // the role held
5193 optional string role = 3;
5194}
5195
Yangsteraf9aee72018-10-12 09:26:16 -07005196message AggStats {
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005197 // These are all in byte resolution.
5198 optional int64 min = 1 [deprecated = true];
5199 optional int64 average = 2 [deprecated = true];
5200 optional int64 max = 3 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005201
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005202 // These are all in kilobyte resolution. Can fit in int32, so smaller on the wire than the above
5203 // int64 fields.
5204 optional int32 mean_kb = 4;
5205 optional int32 max_kb = 5;
Yangsteraf9aee72018-10-12 09:26:16 -07005206}
5207
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005208// A reduced subset of process states; reducing the number of possible states allows more
5209// aggressive device-side aggregation of statistics and hence reduces metric upload size.
5210enum ProcessStateAggregated {
5211 PROCESS_STATE_UNKNOWN = 0;
5212 // Persistent system process.
5213 PROCESS_STATE_PERSISTENT = 1;
5214 // Top activity; actually any visible activity.
5215 PROCESS_STATE_TOP = 2;
5216 // Process binding to top or a foreground service.
5217 PROCESS_STATE_BOUND_TOP_OR_FGS = 3;
5218 // Processing running a foreground service.
5219 PROCESS_STATE_FGS = 4;
5220 // Important foreground process (ime, wallpaper, etc).
5221 PROCESS_STATE_IMPORTANT_FOREGROUND = 5;
5222 // Important background process.
5223 PROCESS_STATE_BACKGROUND = 6;
5224 // Process running a receiver.
5225 PROCESS_STATE_RECEIVER = 7;
5226 // All kinds of cached processes.
5227 PROCESS_STATE_CACHED = 8;
5228}
5229
5230// Next tag: 13
Yangsteraf9aee72018-10-12 09:26:16 -07005231message ProcessStatsStateProto {
5232 optional android.service.procstats.ScreenState screen_state = 1;
5233
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005234 optional android.service.procstats.MemoryState memory_state = 2 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005235
5236 // this enum list is from frameworks/base/core/java/com/android/internal/app/procstats/ProcessStats.java
5237 // and not frameworks/base/core/java/android/app/ActivityManager.java
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005238 optional android.service.procstats.ProcessState process_state = 3 [deprecated = true];
5239
5240 optional ProcessStateAggregated process_state_aggregated = 10;
Yangsteraf9aee72018-10-12 09:26:16 -07005241
5242 // Millisecond uptime duration spent in this state
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005243 optional int64 duration_millis = 4 [deprecated = true];
5244 // Same as above, but with minute resolution so it fits into an int32.
5245 optional int32 duration_minutes = 11;
Yangsteraf9aee72018-10-12 09:26:16 -07005246
5247 // Millisecond elapsed realtime duration spent in this state
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005248 optional int64 realtime_duration_millis = 9 [deprecated = true];
5249 // Same as above, but with minute resolution so it fits into an int32.
5250 optional int32 realtime_duration_minutes = 12;
Yangsteraf9aee72018-10-12 09:26:16 -07005251
5252 // # of samples taken
5253 optional int32 sample_size = 5;
5254
5255 // PSS is memory reserved for this process
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005256 optional AggStats pss = 6 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005257
5258 // USS is memory shared between processes, divided evenly for accounting
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005259 optional AggStats uss = 7 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005260
5261 // RSS is memory resident for this process
5262 optional AggStats rss = 8;
5263}
5264
5265// Next Tag: 7
5266message ProcessStatsProto {
5267 // Name of process.
5268 optional string process = 1;
5269
5270 // Uid of the process.
5271 optional int32 uid = 2;
5272
5273 // Information about how often kills occurred
5274 message Kill {
5275 // Count of excessive CPU kills
5276 optional int32 cpu = 1;
5277
5278 // Count of kills when cached
5279 optional int32 cached = 2;
5280
5281 // PSS stats during cached kill
5282 optional AggStats cached_pss = 3;
5283 }
Richard Gaywooda8fe1b42019-12-05 11:31:02 +00005284 optional Kill kill = 3 [deprecated = true];
Yangsteraf9aee72018-10-12 09:26:16 -07005285
5286 // Time and memory spent in various states.
5287 repeated ProcessStatsStateProto states = 5;
5288
5289 // Total time process has been running... screen_state, memory_state, and process_state
5290 // will not be set.
5291 optional ProcessStatsStateProto total_running_state = 6;
5292}
5293
5294message PackageServiceOperationStatsProto {
5295 // Operate enum: Started, Foreground, Bound, Executing
5296 optional android.service.procstats.ServiceOperationState operation = 1;
5297
5298 // Number of times the service was in this operation.
5299 optional int32 count = 2;
5300
5301 // Information about a state the service can be in.
5302 message StateStats {
5303 // Screen state enum.
5304 optional android.service.procstats.ScreenState screen_state = 1;
5305 // Memory state enum.
5306 optional android.service.procstats.MemoryState memory_state = 2;
5307
5308 // duration in milliseconds.
Yangster-maca8a30442018-10-13 23:46:34 -07005309 optional int64 duration_millis = 3;
Yangsteraf9aee72018-10-12 09:26:16 -07005310 // Millisecond elapsed realtime duration spent in this state
Yangster-maca8a30442018-10-13 23:46:34 -07005311 optional int64 realtime_duration_millis = 4;
Yangsteraf9aee72018-10-12 09:26:16 -07005312 }
5313 repeated StateStats state_stats = 3;
5314}
5315
5316message PackageServiceStatsProto {
5317 // Name of service component.
5318 optional string service_name = 1;
5319
5320 // The operation stats.
5321 // The package_name, package_uid, package_version, service_name will not be set to save space.
5322 repeated PackageServiceOperationStatsProto operation_stats = 2;
5323}
5324
5325message PackageAssociationSourceProcessStatsProto {
5326 // Uid of the process.
5327 optional int32 process_uid = 1;
5328 // Process name.
5329 optional string process_name = 2;
Chenjie Yub2ecc792019-01-17 10:27:26 -08005330 // Package name.
5331 optional string package_name = 7;
Yangsteraf9aee72018-10-12 09:26:16 -07005332 // Total count of the times this association appeared.
5333 optional int32 total_count = 3;
5334
5335 // Millisecond uptime total duration this association was around.
Yangster-maca8a30442018-10-13 23:46:34 -07005336 optional int64 total_duration_millis = 4;
Yangsteraf9aee72018-10-12 09:26:16 -07005337
5338 // Total count of the times this association became actively impacting its target process.
5339 optional int32 active_count = 5;
5340
5341 // Information on one source in this association.
5342 message StateStats {
5343 // Process state enum.
5344 optional android.service.procstats.ProcessState process_state = 1;
5345 // Millisecond uptime duration spent in this state
Yangster-maca8a30442018-10-13 23:46:34 -07005346 optional int64 duration_millis = 2;
Yangsteraf9aee72018-10-12 09:26:16 -07005347 // Millisecond elapsed realtime duration spent in this state
Yangster-maca8a30442018-10-13 23:46:34 -07005348 optional int64 realtime_duration_mmillis = 3;
Yangsteraf9aee72018-10-12 09:26:16 -07005349 }
5350 repeated StateStats active_state_stats = 6;
5351}
5352
5353message PackageAssociationProcessStatsProto {
5354 // Name of the target component.
5355 optional string component_name = 1;
5356 // Information on one source in this association.
5357 repeated PackageAssociationSourceProcessStatsProto sources = 2;
5358}
5359
5360
5361message ProcessStatsPackageProto {
5362 // Name of package.
5363 optional string package = 1;
5364
5365 // Uid of the package.
5366 optional int32 uid = 2;
5367
5368 // Version of the package.
5369 optional int64 version = 3;
5370
5371 // Stats for each process running with the package loaded in to it.
5372 repeated ProcessStatsProto process_stats = 4;
5373
5374 // Stats for each of the package's services.
5375 repeated PackageServiceStatsProto service_stats = 5;
5376
5377 // Stats for each association with the package.
5378 repeated PackageAssociationProcessStatsProto association_stats = 6;
5379}
5380
5381message ProcessStatsSectionProto {
5382 // Elapsed realtime at start of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005383 optional int64 start_realtime_millis = 1;
Yangsteraf9aee72018-10-12 09:26:16 -07005384
5385 // Elapsed realtime at end of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005386 optional int64 end_realtime_millis = 2;
Yangsteraf9aee72018-10-12 09:26:16 -07005387
5388 // CPU uptime at start of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005389 optional int64 start_uptime_millis = 3;
Yangsteraf9aee72018-10-12 09:26:16 -07005390
5391 // CPU uptime at end of report.
Yangster-maca8a30442018-10-13 23:46:34 -07005392 optional int64 end_uptime_millis = 4;
Yangsteraf9aee72018-10-12 09:26:16 -07005393
5394 // System runtime library. e.g. "libdvm.so", "libart.so".
5395 optional string runtime = 5;
5396
5397 // whether kernel reports swapped pss.
5398 optional bool has_swapped_pss = 6;
5399
5400 // Data completeness. e.g. "complete", "partial", shutdown", or "sysprops".
5401 enum Status {
5402 STATUS_UNKNOWN = 0;
5403 STATUS_COMPLETE = 1;
5404 STATUS_PARTIAL = 2;
5405 STATUS_SHUTDOWN = 3;
5406 STATUS_SYSPROPS = 4;
5407 }
5408 repeated Status status = 7;
5409
Chenjie Yub2ecc792019-01-17 10:27:26 -08005410 // Number of pages available of various types and sizes, representation fragmentation.
5411 repeated ProcessStatsAvailablePagesProto available_pages = 10;
5412
Yangsteraf9aee72018-10-12 09:26:16 -07005413 // Stats for each process.
5414 repeated ProcessStatsProto process_stats = 8;
5415
5416 // Stats for each package.
5417 repeated ProcessStatsPackageProto package_stats = 9;
5418}
5419
Chenjie Yub2ecc792019-01-17 10:27:26 -08005420message ProcessStatsAvailablePagesProto {
5421 // Node these pages are in (as per /proc/pagetypeinfo)
5422 optional int32 node = 1;
5423
5424 // Zone these pages are in (as per /proc/pagetypeinfo)
5425 optional string zone = 2;
5426
5427 // Label for the type of these pages (as per /proc/pagetypeinfo)
5428 optional string label = 3;
5429
5430 // Distribution of number of pages available by order size. First entry in array is
5431 // order 0, second is order 1, etc. Each order increase is a doubling of page size.
5432 repeated int32 pages_per_order = 4;
5433}
5434
Chenjie Yu12e5e672018-09-14 15:54:59 -07005435/**
5436 * Pulled from ProcessStatsService.java
5437 */
5438message ProcStats {
Yangsteraf9aee72018-10-12 09:26:16 -07005439 optional ProcessStatsSectionProto proc_stats_section = 1;
5440}
5441
Chenjie Yuf910b7802019-01-11 16:08:20 -08005442/**
5443 * Pulled from ProcessStatsService.java
5444 */
5445message ProcStatsPkgProc {
5446 optional ProcessStatsSectionProto proc_stats_section = 1;
5447}
5448
Chris Wrencdea3b72019-11-22 16:58:17 -05005449// Next Tag: 2
5450message PackageRemoteViewInfoProto {
5451 optional string package_name = 1;
5452 // add per-package additional info here (like channels)
5453}
5454
5455// Next Tag: 2
5456message NotificationRemoteViewsProto {
5457 repeated PackageRemoteViewInfoProto package_remote_view_info = 1;
5458}
5459
5460/**
5461 * Pulled from NotificationManagerService.java
5462 */
5463message NotificationRemoteViews {
5464 optional NotificationRemoteViewsProto notification_remote_views = 1;
5465}
5466
Yangsteraf9aee72018-10-12 09:26:16 -07005467message PowerProfileProto {
5468 optional double cpu_suspend = 1;
5469
5470 optional double cpu_idle = 2;
5471
5472 optional double cpu_active = 3;
5473
5474 message CpuCluster {
5475 optional int32 id = 1;
5476 optional double cluster_power = 2;
5477 optional int32 cores = 3;
5478 repeated int64 speed = 4;
5479 repeated double core_power = 5;
5480 }
5481
5482 repeated CpuCluster cpu_cluster = 40;
5483
5484 optional double wifi_scan = 4;
5485
5486 optional double wifi_on = 5;
5487
5488 optional double wifi_active = 6;
5489
5490 optional double wifi_controller_idle = 7;
5491
5492 optional double wifi_controller_rx = 8;
5493
5494 optional double wifi_controller_tx = 9;
5495
5496 repeated double wifi_controller_tx_levels = 10;
5497
5498 optional double wifi_controller_operating_voltage = 11;
5499
5500 optional double bluetooth_controller_idle = 12;
5501
5502 optional double bluetooth_controller_rx = 13;
5503
5504 optional double bluetooth_controller_tx = 14;
5505
5506 optional double bluetooth_controller_operating_voltage = 15;
5507
5508 optional double modem_controller_sleep = 16;
5509
5510 optional double modem_controller_idle = 17;
5511
5512 optional double modem_controller_rx = 18;
5513
5514 repeated double modem_controller_tx = 19;
5515
5516 optional double modem_controller_operating_voltage = 20;
5517
5518 optional double gps_on = 21;
5519
5520 repeated double gps_signal_quality_based = 22;
5521
5522 optional double gps_operating_voltage = 23;
5523
5524 optional double bluetooth_on = 24;
5525
5526 optional double bluetooth_active = 25;
5527
5528 optional double bluetooth_at_cmd = 26;
5529
5530 optional double ambient_display = 27;
5531
5532 optional double screen_on = 28;
5533
5534 optional double radio_on = 29;
5535
5536 optional double radio_scanning = 30;
5537
5538 optional double radio_active = 31;
5539
5540 optional double screen_full = 32;
5541
5542 optional double audio = 33;
5543
5544 optional double video = 34;
5545
5546 optional double flashlight = 35;
5547
5548 optional double memory = 36;
5549
5550 optional double camera = 37;
5551
5552 optional double wifi_batched_scan = 38;
5553
5554 optional double battery_capacity = 39;
Chenjie Yu12e5e672018-09-14 15:54:59 -07005555}
Chenjie Yuab530202018-09-26 12:39:20 -07005556
5557/**
5558 * power_profile.xml and other constants for power model calculations.
5559 * Pulled from PowerProfile.java
5560 */
5561message PowerProfile {
Yangsteraf9aee72018-10-12 09:26:16 -07005562 optional PowerProfileProto power_profile = 1;
Howard Ro9a862de2018-10-11 16:03:33 -07005563}
Chenjie Yub35b5f72018-10-13 23:25:11 -07005564
5565/**
arangelovd5db50e2018-10-12 20:24:39 +01005566 * Logs when a user restriction was added or removed.
5567 *
5568 * Logged from:
5569 * frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java
5570 */
5571message UserRestrictionChanged {
5572 // The raw string of the user restriction as defined in UserManager.
5573 // Allowed values are defined in UserRestrictionsUtils#USER_RESTRICTIONS.
5574 optional string restriction = 1;
5575 // Whether the restriction is enabled or disabled.
5576 optional bool enabled = 2;
Howard Ro183c2bd2018-10-18 13:52:10 -07005577}
Yangster-mac308ea0c2018-10-22 13:10:25 -07005578
5579/**
5580 * Pulls process user time and system time. Puller takes a snapshot of all pids
5581 * in the system and returns cpu stats for those that are working at the time.
5582 * Dead pids will be dropped. Kernel processes are excluded.
5583 * Min cool-down is 5 sec.
5584 */
5585message ProcessCpuTime {
5586 optional int32 uid = 1 [(is_uid) = true];
5587
5588 optional string process_name = 2;
5589 // Process cpu time in user space, cumulative from boot/process start
5590 optional int64 user_time_millis = 3;
5591 // Process cpu time in system space, cumulative from boot/process start
5592 optional int64 system_time_millis = 4;
Rafal Slawikbf67d072018-10-23 11:07:54 +01005593}
Misha Wagner5a51e002018-10-03 15:04:09 +01005594
5595/**
5596 * Pulls the CPU usage for each thread.
5597 *
5598 * Read from /proc/$PID/task/$TID/time_in_state files.
5599 *
5600 * TODO(mishaw): This is an experimental atom. Issues with big/little CPU frequencies, and
5601 * time_in_state files not being present on some phones, have not been addressed. These should be
5602 * considered before a public release.
5603 */
5604message CpuTimePerThreadFreq {
5605 // UID that owns the process.
5606 optional int32 uid = 1 [(is_uid) = true];
5607 // ID of the process.
Misha Wagnerdfa548c2018-11-16 11:18:00 +00005608 optional int32 process_id = 2;
Misha Wagner5a51e002018-10-03 15:04:09 +01005609 // ID of the thread.
Misha Wagnerdfa548c2018-11-16 11:18:00 +00005610 optional int32 thread_id = 3;
Misha Wagner5a51e002018-10-03 15:04:09 +01005611 // Name of the process taken from `/proc/$PID/cmdline`.
5612 optional string process_name = 4;
5613 // Name of the thread taken from `/proc/$PID/task/$TID/comm`
5614 optional string thread_name = 5;
Misha Wagnerfde69582018-11-28 13:26:32 +00005615
5616 // Report eight different frequencies, and how much time is spent in each frequency. Frequencies
5617 // are given in KHz, and time is given in milliseconds since the thread started. All eight
5618 // frequencies are given here as the alternative is sending eight separate atoms. This method
5619 // significantly reduces the amount of data created
5620 optional int32 frequency1_khz = 6;
5621 optional int32 time1_millis = 7;
5622 optional int32 frequency2_khz = 8;
5623 optional int32 time2_millis = 9;
5624 optional int32 frequency3_khz = 10;
5625 optional int32 time3_millis = 11;
5626 optional int32 frequency4_khz = 12;
5627 optional int32 time4_millis = 13;
5628 optional int32 frequency5_khz = 14;
5629 optional int32 time5_millis = 15;
5630 optional int32 frequency6_khz = 16;
5631 optional int32 time6_millis = 17;
5632 optional int32 frequency7_khz = 18;
5633 optional int32 time7_millis = 19;
5634 optional int32 frequency8_khz = 20;
5635 optional int32 time8_millis = 21;
Misha Wagner5a51e002018-10-03 15:04:09 +01005636}
Bookatz75ee6042018-11-09 12:27:37 -08005637
5638/**
Bookatz366a4432018-11-20 09:42:33 -08005639 * Pulls information about the device's build.
5640 */
5641message BuildInformation {
5642 // Build.FINGERPRINT. A string that uniquely identifies this build. Do not parse.
5643 // E.g. may be composed of the brand, product, device, release, id, incremental, type, and tags.
5644 optional string fingerprint = 1;
5645
5646 // Build.BRAND. The consumer-visible brand with which the product/hardware will be associated.
5647 optional string brand = 2;
5648
5649 // Build.PRODUCT. The name of the overall product.
5650 optional string product = 3;
5651
5652 // Build.DEVICE. The name of the industrial design.
5653 optional string device = 4;
5654
5655 // Build.VERSION.RELEASE. The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas".
5656 optional string version_release = 5;
5657
5658 // Build.ID. E.g. a label like "M4-rc20".
5659 optional string id = 6;
5660
5661 // Build.VERSION.INCREMENTAL. The internal value used by the underlying source control to
5662 // represent this build.
5663 optional string version_incremental = 7;
5664
5665 // Build.TYPE. The type of build, like "user" or "eng".
5666 optional string type = 8;
5667
5668 // Build.TAGS. Comma-separated tags describing the build, like "unsigned,debug".
5669 optional string tags = 9;
5670}
5671
5672/**
Adam He420947c2019-01-23 15:59:09 -08005673 * Logs information about mismatched caller for content capture.
5674 *
5675 * Logged from:
5676 * frameworks/base/core/java/android/service/contentcapture/ContentCaptureService.java
5677 */
5678message ContentCaptureCallerMismatchReported {
5679 optional string intended_package = 1;
5680 optional string calling_package = 2;
5681}
5682
5683/**
5684 * Logs information about content capture service events.
5685 *
5686 * Logged from:
5687 * frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ContentCaptureMetricsLogger.java
5688 */
5689message ContentCaptureServiceEvents {
5690 // The type of event.
5691 enum Event {
5692 UNKNOWN = 0;
5693 ON_CONNECTED = 1;
5694 ON_DISCONNECTED = 2;
5695 SET_WHITELIST = 3;
5696 SET_DISABLED = 4;
5697 ON_USER_DATA_REMOVED = 5;
5698 }
5699 optional Event event = 1;
5700 // component/package of content capture service.
5701 optional string service_info = 2;
5702 // component/package of target.
5703 // it's a concatenated list of component/package for SET_WHITELIST event
5704 // separated by " ".
5705 optional string target_info = 3;
5706}
5707
5708/**
5709 * Logs information about content capture session events.
5710 *
5711 * Logged from:
5712 * frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ContentCaptureMetricsLogger.java
5713 */
5714message ContentCaptureSessionEvents {
5715 // The type of event.
5716 enum Event {
5717 UNKNOWN = 0;
5718 ON_SESSION_STARTED = 1;
5719 ON_SESSION_FINISHED = 2;
5720 SESSION_NOT_CREATED = 3;
5721 }
5722 optional int32 session_id = 1;
5723 optional Event event = 2;
5724 // (n/a on session finished)
5725 optional int32 state_flags = 3;
5726 // component/package of content capture service.
5727 optional string service_info = 4;
5728 // component/package of app.
5729 // (n/a on session finished)
5730 optional string app_info = 5;
5731 optional bool is_child_session = 6;
5732}
5733
5734/**
5735 * Logs information about session being flushed.
5736 *
5737 * Logged from:
5738 * frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ContentCaptureMetricsLogger.java
5739 */
5740message ContentCaptureFlushed {
5741 optional int32 session_id = 1;
5742 // component/package of content capture service.
5743 optional string service_info = 2;
5744 // component/package of app.
5745 optional string app_info = 3;
5746 // session start/finish events
5747 optional int32 child_session_started = 4;
5748 optional int32 child_session_finished = 5;
5749 // count of view events.
5750 optional int32 view_appeared_count = 6;
5751 optional int32 view_disappeared_count = 7;
5752 optional int32 view_text_changed_count = 8;
5753
5754 // Flush stats.
5755 optional int32 max_events = 9;
5756 optional int32 idle_flush_freq = 10;
5757 optional int32 text_flush_freq = 11;
5758 optional int32 flush_reason = 12;
5759}
5760
5761/**
Bookatz75ee6042018-11-09 12:27:37 -08005762 * Pulls on-device BatteryStats power use calculations for the overall device.
5763 */
5764message DeviceCalculatedPowerUse {
Bookatz3dbc13a2018-12-21 12:16:51 -08005765 // Power used by the device in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
5766 // BatteryStats last reset (i.e. roughly since device was last significantly charged).
5767 // Currently, this is from BatteryStatsHelper.getComputedPower() (not getTotalPower()).
5768 optional int64 computed_power_nano_amp_secs = 1;
Bookatz75ee6042018-11-09 12:27:37 -08005769}
5770
5771/**
5772 * Pulls on-device BatteryStats power use calculations broken down by uid.
5773 * This atom should be complemented by DeviceCalculatedPowerBlameOther, which contains the power use
5774 * that is attributed to non-uid items. They must all be included to get the total power use.
5775 */
5776message DeviceCalculatedPowerBlameUid {
5777 // Uid being blamed. Note: isolated uids have already been mapped to host uid.
5778 optional int32 uid = 1 [(is_uid) = true];
5779
Bookatz3dbc13a2018-12-21 12:16:51 -08005780 // Power used by this uid in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
5781 // BatteryStats last reset (i.e. roughly since device was last significantly charged).
5782 optional int64 power_nano_amp_secs = 2;
Bookatz75ee6042018-11-09 12:27:37 -08005783}
5784
5785/**
5786 * Pulls on-device BatteryStats power use calculations that are not due to a uid, broken down by
5787 * drain type.
5788 * This atom should be complemented by DeviceCalculatedPowerBlameUid, which contains the blame that
5789 * is attributed uids. They must all be included to get the total power use.
5790 */
5791message DeviceCalculatedPowerBlameOther {
5792 // The type of item whose power use is being reported.
5793 enum DrainType {
5794 AMBIENT_DISPLAY = 0;
5795 // reserved 1; reserved "APP"; // Logged instead in DeviceCalculatedPowerBlameUid.
5796 BLUETOOTH = 2;
5797 CAMERA = 3;
5798 // Cell-standby
5799 CELL = 4;
5800 FLASHLIGHT = 5;
5801 IDLE = 6;
5802 MEMORY = 7;
5803 // Amount that total computed drain exceeded the drain estimated using the
5804 // battery level changes and capacity.
5805 OVERCOUNTED = 8;
5806 PHONE = 9;
5807 SCREEN = 10;
5808 // Amount that total computed drain was below the drain estimated using the
5809 // battery level changes and capacity.
5810 UNACCOUNTED = 11;
5811 // reserved 12; reserved "USER"; // Entire drain for a user. This is NOT supported.
5812 WIFI = 13;
5813 }
5814 optional DrainType drain_type = 1;
5815
Bookatz3dbc13a2018-12-21 12:16:51 -08005816 // Power used by this item in nAs (i.e. nanocoulombs (nC)), as computed by BatteryStats, since
5817 // BatteryStats last reset (i.e. roughly since device was last significantly charged).
5818 optional int64 power_nano_amp_secs = 2;
Rafal Slawik3bea8952018-11-15 12:39:33 +00005819}
arangelov4e994062018-11-13 16:12:38 +00005820
5821/**
5822 * Logs device policy features.
5823 *
5824 * Logged from:
5825 * frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java
5826 * packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
5827 */
5828message DevicePolicyEvent {
5829 // The event id - unique for each event.
5830 optional android.stats.devicepolicy.EventId event_id = 1;
5831 // The admin package name.
5832 optional string admin_package_name = 2;
5833 // A generic integer parameter.
5834 optional int32 integer_value = 3;
5835 // A generic boolean parameter.
5836 optional bool boolean_value = 4;
5837 // A parameter specifying a time period in milliseconds.
5838 optional uint64 time_period_millis = 5;
5839 // A parameter specifying a list of package names, bundle extras or string parameters.
5840 optional android.stats.devicepolicy.StringList string_list_value = 6 [(log_mode) = MODE_BYTES];
5841}
shawnlinea5b66b2018-11-13 15:05:29 +08005842
5843/**
5844 * Logs when DocumentsUI is started, and how. Call this when DocumentsUI first starts up.
5845 *
5846 * Logged from:
5847 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5848 */
5849message DocsUILaunchReported {
5850 optional android.stats.docsui.LaunchAction launch_action = 1;
5851 optional bool has_initial_uri = 2;
5852 optional android.stats.docsui.MimeType mime_type = 3;
5853 optional android.stats.docsui.Root initial_root = 4;
5854}
5855
5856/**
5857 * Logs root/app visited event in file managers/picker. Call this when the user
5858 * taps on root/app in hamburger menu.
5859 *
5860 * Logged from:
5861 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5862 */
5863message DocsUIRootVisitedReported {
5864 optional android.stats.docsui.ContextScope scope = 1;
5865 optional android.stats.docsui.Root root = 2;
5866}
5867
5868/**
5869 * Logs file operation stats. Call this when a file operation has completed.
5870 *
5871 * Logged from:
5872 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5873 */
5874message DocsUIFileOperationReported {
5875 optional android.stats.docsui.Provider provider = 1;
5876 optional android.stats.docsui.FileOperation file_op = 2;
5877}
5878
5879/**
5880 * Logs file operation stats. Call this when a copy/move operation has completed with a specific
5881 * mode.
5882 *
5883 * Logged from:
5884 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5885 */
5886message DocsUIFileOperationCopyMoveModeReported {
5887 optional android.stats.docsui.FileOperation file_op = 1;
5888 optional android.stats.docsui.CopyMoveOpMode mode = 2;
5889}
5890
5891
5892/**
5893 * Logs file sub operation stats. Call this when a file operation has failed.
5894 *
5895 * Logged from:
5896 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5897 */
5898message DocsUIFileOperationFailureReported {
5899 optional android.stats.docsui.Authority authority = 1;
5900 optional android.stats.docsui.SubFileOperation sub_op = 2;
5901}
5902
5903/**
5904* Logs the cancellation of a file operation. Call this when a job is canceled
5905*
5906* Logged from:
5907* package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5908*/
5909message DocsUIFileOperationCanceledReported {
5910 optional android.stats.docsui.FileOperation file_op = 1;
5911}
5912
5913/**
5914 * Logs startup time in milliseconds.
5915 *
5916 * Logged from:
5917 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5918 */
5919message DocsUIStartupMsReported {
5920 optional int32 startup_millis = 1;
5921}
5922
5923/**
5924 * Logs the action that was started by user.
5925 *
5926 * Logged from:
5927 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5928 */
5929message DocsUIUserActionReported {
5930 optional android.stats.docsui.UserAction action = 1;
5931}
5932
5933/**
5934 * Logs the invalid type when invalid scoped access is requested.
5935 *
5936 * Logged from:
5937 * package/app/DocumentsUI/src/com/android/documentsui/ScopedAccessMetrics.java
5938 */
5939message DocsUIInvalidScopedAccessRequestReported {
5940 optional android.stats.docsui.InvalidScopedAccess type = 1;
Rafal Slawikda51b932018-12-13 16:31:33 +00005941}
Ben Murdochbab399f2018-12-06 11:01:38 +00005942
5943/**
shawnlina75e82d2019-01-07 10:31:12 +08005944 * Logs the package name that launches docsui picker mode.
5945 *
5946 * Logged from:
5947 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5948 */
5949message DocsUIPickerLaunchedFromReported {
5950 optional string package_name = 1;
5951}
5952
5953/**
5954 * Logs the search type.
5955 *
5956 * Logged from:
5957 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5958 */
5959message DocsUISearchTypeReported {
5960 optional android.stats.docsui.SearchType search_type = 1;
5961}
5962
5963/**
5964 * Logs the search mode.
5965 *
5966 * Logged from:
5967 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5968 */
5969message DocsUISearchModeReported {
5970 optional android.stats.docsui.SearchMode search_mode = 1;
5971}
5972
5973/**
5974 * Logs the pick result information.
5975 *
5976 * Logged from:
5977 * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
5978 */
5979message DocsUIPickResultReported {
5980 optional int32 total_action_count = 1;
5981 optional int64 duration_millis = 2;
5982 optional int32 file_count= 3;
5983 optional bool is_searching = 4;
5984 optional android.stats.docsui.Root picked_from = 5;
5985 optional android.stats.docsui.MimeType mime_type = 6;
5986 optional int32 repeatedly_pick_times = 7;
5987}
5988
5989/**
Ben Murdochbab399f2018-12-06 11:01:38 +00005990 * Logs when an app's memory is compacted.
5991 *
5992 * Logged from:
5993 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
5994 */
5995message AppCompacted {
5996 // The pid of the process being compacted.
5997 optional int32 pid = 1;
5998
5999 // The name of the process being compacted.
6000 optional string process_name = 2;
6001
6002 // The type of compaction.
6003 enum Action {
6004 UNKNOWN = 0;
6005 SOME = 1;
6006 FULL = 2;
Ben Murdoch35c14202019-04-09 11:00:53 +01006007 PERSISTENT = 3;
6008 BFGS = 4;
Ben Murdochbab399f2018-12-06 11:01:38 +00006009 }
Ben Murdoch01720b82018-12-19 18:03:44 +00006010 optional Action action = 3;
Ben Murdochbab399f2018-12-06 11:01:38 +00006011
6012 // Total RSS in kilobytes consumed by the process prior to compaction.
6013 optional int64 before_rss_total_kilobytes = 4;
6014
6015 // File RSS in kilobytes consumed by the process prior to compaction.
6016 optional int64 before_rss_file_kilobytes = 5;
6017
6018 // Anonymous RSS in kilobytes consumed by the process prior to compaction.
6019 optional int64 before_rss_anon_kilobytes = 6;
6020
6021 // Swap in kilobytes consumed by the process prior to compaction.
6022 optional int64 before_swap_kilobytes = 7;
6023
6024 // Total RSS in kilobytes consumed by the process after compaction.
6025 optional int64 after_rss_total_kilobytes = 8;
6026
6027 // File RSS in kilobytes consumed by the process after compaction.
6028 optional int64 after_rss_file_kilobytes = 9;
6029
6030 // Anonymous RSS in kilobytes consumed by the process after compaction.
6031 optional int64 after_rss_anon_kilobytes = 10;
6032
6033 // Swap in kilobytes consumed by the process after compaction.
6034 optional int64 after_swap_kilobytes = 11;
6035
6036 // The time taken to perform compaction in milliseconds.
6037 optional int64 time_to_compact_millis = 12;
6038
6039 // The last compaction action performed for this app.
6040 optional Action last_action = 13;
6041
Ben Murdoch01720b82018-12-19 18:03:44 +00006042 // The last time that compaction was attempted on this process in milliseconds
6043 // since boot, not including sleep (see SystemClock.uptimeMillis()).
6044 optional int64 last_compact_timestamp_ms_since_boot = 14;
Ben Murdochbab399f2018-12-06 11:01:38 +00006045
Ben Murdoch885c21b2019-03-15 18:02:04 +00006046 // The "setAdj" (i.e. previous) oom_score_adj at the time of compaction.
Ben Murdoch01720b82018-12-19 18:03:44 +00006047 optional int32 oom_score_adj = 15;
Ben Murdochbab399f2018-12-06 11:01:38 +00006048
6049 // The process state at the time of compaction.
6050 optional android.app.ProcessStateEnum process_state = 16 [default = PROCESS_STATE_UNKNOWN];
Ben Murdochfdc55932019-01-30 10:43:15 +00006051
6052 // Free ZRAM in kilobytes before compaction.
6053 optional int64 before_zram_free_kilobytes = 17;
6054
6055 // Free ZRAM in kilobytes after compaction.
6056 optional int64 after_zram_free_kilobytes = 18;
Ben Murdochbab399f2018-12-06 11:01:38 +00006057}
lifr157fc552018-12-12 16:38:04 +08006058
6059/**
lifrb6b90b62019-03-29 00:40:17 +08006060 * Logs a DNS lookup operation initiated by the system resolver on behalf of an application
6061 * invoking native APIs such as getaddrinfo() or Java APIs such as Network#getAllByName().
6062 *
lifr1f74b052019-04-16 22:16:30 +08006063 * The NetworkDnsEventReported message represents the entire lookup operation, which may
6064 * result one or more queries to the recursive DNS resolvers. Those are individually logged
6065 * in DnsQueryEvents to enable computing error rates and network latency and timeouts
6066 * broken up by query type, transport, network interface, etc.
lifr157fc552018-12-12 16:38:04 +08006067 */
6068message NetworkDnsEventReported {
lifr1f74b052019-04-16 22:16:30 +08006069 optional android.stats.dnsresolver.EventType event_type = 1;
lifr157fc552018-12-12 16:38:04 +08006070
lifr1f74b052019-04-16 22:16:30 +08006071 optional android.stats.dnsresolver.ReturnCode return_code = 2;
lifrb6b90b62019-03-29 00:40:17 +08006072
6073 // The latency in microseconds of the entire DNS lookup operation.
lifr157fc552018-12-12 16:38:04 +08006074 optional int32 latency_micros = 3;
lifrb6b90b62019-03-29 00:40:17 +08006075
lifr1f74b052019-04-16 22:16:30 +08006076 // Only valid for event_type = EVENT_GETADDRINFO.
6077 optional int32 hints_ai_flags = 4;
lifrb6b90b62019-03-29 00:40:17 +08006078
lifr1f74b052019-04-16 22:16:30 +08006079 // Flags passed to android_res_nsend() defined in multinetwork.h
6080 // Only valid for event_type = EVENT_RESNSEND.
6081 optional int32 res_nsend_flags = 5;
lifrb6b90b62019-03-29 00:40:17 +08006082
lifrad9becc2019-05-20 11:04:41 +08006083 optional android.stats.dnsresolver.NetworkType network_type = 6;
lifrb6b90b62019-03-29 00:40:17 +08006084
6085 // The DNS over TLS mode on a specific netId.
lifr1f74b052019-04-16 22:16:30 +08006086 optional android.stats.dnsresolver.PrivateDnsModes private_dns_modes = 7;
lifrb6b90b62019-03-29 00:40:17 +08006087
6088 // Additional pass-through fields opaque to statsd.
6089 // The DNS resolver Mainline module can add new fields here without requiring an OS update.
lifr1f74b052019-04-16 22:16:30 +08006090 optional android.stats.dnsresolver.DnsQueryEvents dns_query_events = 8 [(log_mode) = MODE_BYTES];
lifr2b9fab72019-07-20 15:28:28 +08006091
6092 // The sample rate of DNS stats (to statsd) is 1/sampling_rate_denom.
6093 optional int32 sampling_rate_denom = 9;
lifr157fc552018-12-12 16:38:04 +08006094}
Chiachang Wangf6bedc22019-01-14 11:54:32 +08006095
6096/**
6097 * Logs when a data stall event occurs.
6098 *
6099 * Log from:
6100 * frameworks/base/services/core/java/com/android/server/connectivity/NetworkMonitor.java
6101 */
6102message DataStallEvent {
6103 // Data stall evaluation type.
6104 // See frameworks/base/services/core/java/com/android/server/connectivity/NetworkMonitor.java
6105 // Refer to the definition of DATA_STALL_EVALUATION_TYPE_*.
6106 optional int32 evaluation_type = 1;
6107 // See definition in data_stall_event.proto.
6108 optional com.android.server.connectivity.ProbeResult validation_result = 2;
6109 // See definition in data_stall_event.proto.
6110 optional android.net.NetworkCapabilitiesProto.Transport network_type = 3;
6111 // See definition in data_stall_event.proto.
6112 optional com.android.server.connectivity.WifiData wifi_info = 4 [(log_mode) = MODE_BYTES];
6113 // See definition in data_stall_event.proto.
6114 optional com.android.server.connectivity.CellularData cell_info = 5 [(log_mode) = MODE_BYTES];
6115 // See definition in data_stall_event.proto.
6116 optional com.android.server.connectivity.DnsEvent dns_event = 6 [(log_mode) = MODE_BYTES];
6117}
Christian Brunschenf86039e2018-12-21 12:26:14 +00006118
6119/*
6120 * Logs when RescueParty resets some set of experiment flags.
6121 *
6122 * Logged from:
6123 * frameworks/base/services/core/java/com/android/server/RescueParty.java
6124 */
6125message RescuePartyResetReported {
6126 // The rescue level of this reset. A value of 0 indicates missing or unknown level information.
6127 optional int32 rescue_level = 1;
6128}
Mathew Inwoodb375be52019-01-04 11:36:25 +00006129
6130/**
6131 * Logs when signed config is received from an APK, and if that config was applied successfully.
6132 * Logged from:
6133 * frameworks/base/services/core/java/com/android/server/signedconfig/SignedConfigService.java
6134 */
6135message SignedConfigReported {
6136 enum Type {
6137 UNKNOWN_TYPE = 0;
6138 GLOBAL_SETTINGS = 1;
6139 }
6140 optional Type type = 1;
6141
6142 // The final status of the signed config received.
6143 enum Status {
6144 UNKNOWN_STATUS = 0;
6145 APPLIED = 1;
6146 BASE64_FAILURE_CONFIG = 2;
6147 BASE64_FAILURE_SIGNATURE = 3;
6148 SECURITY_EXCEPTION = 4;
6149 INVALID_CONFIG = 5;
6150 OLD_CONFIG = 6;
6151 SIGNATURE_CHECK_FAILED = 7;
6152 NOT_APPLICABLE = 8;
Mathew Inwood610d0962019-01-15 11:50:28 +00006153 SIGNATURE_CHECK_FAILED_PROD_KEY_ABSENT = 9;
Mathew Inwoodb375be52019-01-04 11:36:25 +00006154 }
6155 optional Status status = 2;
6156
6157 // The version of the signed config processed.
6158 optional int32 version = 3;
6159
6160 // The package name that the config was extracted from.
6161 optional string from_package = 4;
6162
6163 enum Key {
6164 NO_KEY = 0;
6165 DEBUG = 1;
6166 PRODUCTION = 2;
6167 }
6168 // Which key was used to verify the config.
6169 optional Key verified_with = 5;
6170}
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006171
6172/*
6173 * Logs GNSS Network-Initiated (NI) location events.
6174 *
6175 * Logged from:
6176 * frameworks/base/services/core/java/com/android/server/location/GnssLocationProvider.java
6177 */
6178message GnssNiEventReported {
6179 // The type of GnssNiEvent.
6180 enum EventType {
6181 UNKNOWN = 0;
6182 NI_REQUEST = 1;
6183 NI_RESPONSE = 2;
6184 }
6185 optional EventType event_type = 1;
6186
6187 // An ID generated by HAL to associate NI notifications and UI responses.
6188 optional int32 notification_id = 2;
6189
6190 // A type which distinguishes different categories of NI request, such as VOICE, UMTS_SUPL etc.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006191 optional android.server.location.GnssNiType ni_type = 3;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006192
6193 // NI requires notification.
6194 optional bool need_notify = 4;
6195
6196 // NI requires verification.
6197 optional bool need_verify = 5;
6198
6199 // NI requires privacy override, no notification/minimal trace.
6200 optional bool privacy_override = 6;
6201
6202 // Timeout period to wait for user response. Set to 0 for no timeout limit. Specified in
6203 // seconds.
6204 optional int32 timeout = 7;
6205
6206 // Default response when timeout.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006207 optional android.server.location.GnssUserResponseType default_response = 8;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006208
6209 // String representing the requester of the network inititated location request.
6210 optional string requestor_id = 9;
6211
6212 // Notification message text string representing the service(for eg. SUPL-service) who sent the
6213 // network initiated location request.
6214 optional string text = 10;
6215
6216 // requestorId decoding scheme.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006217 optional android.server.location.GnssNiEncodingType requestor_id_encoding = 11;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006218
6219 // Notification message text decoding scheme.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006220 optional android.server.location.GnssNiEncodingType text_encoding = 12;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006221
6222 // True if SUPL ES is enabled.
6223 optional bool is_supl_es_enabled = 13;
6224
6225 // True if GNSS location is enabled.
6226 optional bool is_location_enabled = 14;
6227
6228 // GNSS NI responses which define the response in NI structures.
Yu-Han Yang14d5fb42019-01-16 12:42:59 -08006229 optional android.server.location.GnssUserResponseType user_response = 15;
6230}
6231
6232/**
6233 * Logs GNSS non-framework (NFW) location notification.
6234 *
6235 * Logged from:
6236 * frameworks/base/services/core/java/com/android/server/location/GnssLocationProvider.java
6237 */
6238message GnssNfwNotificationReported {
6239 // Package name of the Android proxy application representing the non-framework entity that
6240 // requested location. Set to empty string if unknown.
6241 optional string proxy_app_package_name = 1;
6242
6243 // Protocol stack that initiated the non-framework location request.
6244 optional android.server.location.NfwProtocolStack protocol_stack = 2;
6245
6246 // Name of the protocol stack if protocol_stack field is set to OTHER_PROTOCOL_STACK. Otherwise,
6247 // set to empty string. This field is opaque to the framework and used for logging purposes.
6248 optional string other_protocol_stack_name = 3;
6249
6250 // Source initiating/receiving the location information.
6251 optional android.server.location.NfwRequestor requestor = 4;
6252
6253 // Identity of the endpoint receiving the location information. For example, carrier name, OEM
6254 // name, SUPL SLP/E-SLP FQDN, chipset vendor name, etc. This field is opaque to the framework
6255 // and used for logging purposes.
6256 optional string requestor_id = 5;
6257
6258 // Indicates whether location information was provided for this request.
6259 optional android.server.location.NfwResponseType response_type = 6;
6260
6261 // True if the device is in user initiated emergency session.
6262 optional bool in_emergency_mode = 7;
6263
6264 // True if cached location is provided.
6265 optional bool is_cached_location = 8;
6266
6267 // True if proxy app permission mismatch between framework and GNSS HAL.
6268 optional bool is_permission_mismatched = 9;
6269}
6270
6271/**
6272 * Logs GNSS configuration as defined in IGnssConfiguration.hal.
6273 *
6274 * Logged from:
6275 * frameworks/base/services/core/java/com/android/server/location/GnssConfiguration.java
6276 */
6277message GnssConfigurationReported {
6278 // SUPL host name.
6279 optional string supl_host = 1;
6280
6281 // SUPL port number.
6282 optional int32 supl_port = 2;
6283
6284 // C2K host name.
6285 optional string c2k_host = 3;
6286
6287 // C2K port number.
6288 optional int32 c2k_port = 4;
6289
6290 // The SUPL version requested by Carrier.
6291 optional int32 supl_ver = 5;
6292
6293 // The SUPL mode.
6294 optional android.server.location.SuplMode supl_mode = 6;
6295
6296 // True if NI emergency SUPL restrictions is enabled.
6297 optional bool supl_es = 7;
6298
6299 // LTE Positioning Profile settings
6300 optional android.server.location.LppProfile lpp_profile = 8;
6301
6302 // Positioning protocol on A-Glonass system.
6303 optional android.server.location.GlonassPosProtocol a_glonass_pos_protocol_select = 9;
6304
6305 // True if emergency PDN is used. Otherwise, regular PDN is used.
6306 optional bool use_emergency_pdn_for_emergency_supl= 10;
6307
6308 // Configurations of how GPS functionalities should be locked when user turns off GPS On setting.
6309 optional android.server.location.GpsLock gps_lock = 11;
6310
6311 // Number of seconds to extend the emergency session duration post emergency call.
6312 optional int32 es_extension_sec = 12;
6313
6314 // The full list of package names of proxy Android applications representing the non-framework
6315 // location access entities (on/off the device) for which the framework user has granted
6316 // non-framework location access permission. The package names are concatenated in one string
6317 // with spaces as separators.
6318 optional string enabled_proxy_app_package_name_list = 13;
Yu-Han Yang8a1b51d2018-12-26 22:18:31 -08006319}
Jack Yu95b64f32018-12-13 18:26:11 +08006320
6321/**
6322 * Logs when a NFC device's error occurred.
6323 * Logged from:
6324 * system/nfc/src/nfc/nfc/nfc_ncif.cc
6325 * packages/apps/Nfc/src/com/android/nfc/cardemulation/AidRoutingManager.java
6326 */
6327message NfcErrorOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006328 enum Type {
6329 UNKNOWN = 0;
6330 CMD_TIMEOUT = 1;
6331 ERROR_NOTIFICATION = 2;
6332 AID_OVERFLOW = 3;
6333 }
6334 optional Type type = 1;
6335 // If it's nci cmd timeout, log the timeout command.
6336 optional uint32 nci_cmd = 2;
Jack Yu95b64f32018-12-13 18:26:11 +08006337
Alex Salod7c3eef2019-01-25 14:43:27 -08006338 optional uint32 error_ntf_status_code = 3;
Jack Yu95b64f32018-12-13 18:26:11 +08006339}
6340
6341/**
6342 * Logs when a NFC device's state changed event
6343 * Logged from:
6344 * packages/apps/Nfc/src/com/android/nfc/NfcService.java
6345 */
6346message NfcStateChanged {
Alex Salod7c3eef2019-01-25 14:43:27 -08006347 enum State {
6348 UNKNOWN = 0;
6349 OFF = 1;
6350 ON = 2;
6351 ON_LOCKED = 3; // Secure Nfc enabled.
6352 CRASH_RESTART = 4; // NfcService watchdog timeout restart.
6353 }
6354 optional State state = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006355}
6356
6357/**
6358 * Logs when a NFC Beam Transaction occurred.
6359 * Logged from:
6360 * packages/apps/Nfc/src/com/android/nfc/P2pLinkManager.java
6361 */
6362message NfcBeamOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006363 enum Operation {
6364 UNKNOWN = 0;
6365 SEND = 1;
6366 RECEIVE = 2;
6367 }
6368 optional Operation operation = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006369}
6370
6371/**
6372 * Logs when a NFC Card Emulation Transaction occurred.
6373 * Logged from:
6374 * packages/apps/Nfc/src/com/android/nfc/cardemulation/HostEmulationManager.java
6375 * packages/apps/Nfc/src/com/android/nfc/cardemulation/HostNfcFEmulationManager.java
6376 */
6377message NfcCardemulationOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006378 enum Category {
6379 UNKNOWN = 0;
6380 HCE_PAYMENT = 1;
6381 HCE_OTHER = 2;
6382 OFFHOST = 3;
6383 }
6384 // Transaction belongs to HCE payment or HCE other category, or offhost.
6385 optional Category category = 1;
6386 // SeName from transaction: SIMx, eSEx, HCE, HCEF.
6387 optional string se_name = 2;
Jack Yu95b64f32018-12-13 18:26:11 +08006388}
6389
6390/**
6391 * Logs when a NFC Tag event occurred.
6392 * Logged from:
6393 * packages/apps/Nfc/src/com/android/nfc/NfcDispatcher.java
6394 */
6395message NfcTagOccurred {
Alex Salod7c3eef2019-01-25 14:43:27 -08006396 enum Type {
6397 UNKNOWN = 0;
6398 URL = 1;
6399 BT_PAIRING = 2;
6400 PROVISION = 3;
6401 WIFI_CONNECT = 4;
6402 APP_LAUNCH = 5;
6403 OTHERS = 6;
6404 }
6405 optional Type type = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006406}
6407
6408/**
6409 * Logs when Hce transaction triggered
6410 * Logged from:
6411 * system/nfc/src/nfc/nfc/nfc_ncif.cc
6412 */
6413message NfcHceTransactionOccurred {
6414 // The latency period(in microseconds) it took for the first HCE data
6415 // exchange.
6416 optional uint32 latency_micros = 1;
6417}
6418
6419/**
6420 * Logs when SecureElement state event changed
6421 * Logged from:
6422 * packages/apps/SecureElement/src/com/android/se/Terminal.java
6423 */
6424message SeStateChanged {
Alex Salod7c3eef2019-01-25 14:43:27 -08006425 enum State {
6426 UNKNOWN = 0;
6427 INITIALIZED = 1;
6428 DISCONNECTED = 2;
6429 CONNECTED = 3;
6430 HALCRASH = 4;
6431 }
6432 optional State state = 1;
Jack Yu95b64f32018-12-13 18:26:11 +08006433
Alex Salod7c3eef2019-01-25 14:43:27 -08006434 optional string state_change_reason = 2;
6435 // SIMx or eSEx.
6436 optional string terminal = 3;
Jack Yu95b64f32018-12-13 18:26:11 +08006437}
6438
6439/**
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006440 * Information about a permission grant request
6441 */
6442message PermissionGrantRequestResultReported {
6443 // unique value identifying an API call. A API call might result in multiple of these atoms
6444 optional int64 request_id = 1;
6445
6446 // UID of package requesting the permission grant
Stanislav Zholnine8d073b2019-11-25 17:49:21 +00006447 optional int32 uid = 2 [(is_uid) = true];
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006448
6449 // Name of package requesting the permission grant
Stanislav Zholnine8d073b2019-11-25 17:49:21 +00006450 optional string package_name = 3;
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006451
6452 // The permission to be granted
6453 optional string permission_name = 4;
6454
6455 // If the permission was explicitly requested via the API or added by the system
6456 optional bool is_implicit = 5;
6457
6458 enum Result {
6459 UNDEFINED = 0;
6460 // permission request was ignored
6461 IGNORED = 1;
6462 // permission request was ignored because it was user fixed
6463 IGNORED_USER_FIXED = 2;
6464 // permission request was ignored because it was policy fixed
6465 IGNORED_POLICY_FIXED = 3;
6466 // permission was granted by user action
6467 USER_GRANTED = 4;
6468 // permission was automatically granted
6469 AUTO_GRANTED = 5;
6470 // permission was denied by user action
6471 USER_DENIED = 6;
6472 // permission was denied with prejudice by the user
6473 USER_DENIED_WITH_PREJUDICE = 7;
6474 // permission was automatically denied
6475 AUTO_DENIED = 8;
Svet Ganovd8eb8b22019-04-05 18:52:08 -07006476 // permission request was ignored because permission is restricted
6477 IGNORED_RESTRICTED_PERMISSION = 9;
Stanislav Zholnin066aefb2019-10-17 18:40:33 +01006478 // one time permission was granted by user action
6479 USER_GRANTED_ONE_TIME = 10;
Stanislav Zholnin8fde4fb2019-12-06 19:06:08 +00006480 // user ignored request by leaving the request screen without choosing any option
6481 USER_IGNORED = 11;
Evan Severson7c1cc8a2019-12-17 14:36:17 -08006482 // user granted the permission after being linked to settings
6483 USER_GRANTED_IN_SETTINGS = 12;
6484 // user denied the permission after being linked to settings
6485 USER_DENIED_IN_SETTINGS = 13;
6486 // user denied the permission with prejudice after being linked to settings
6487 USER_DENIED_WITH_PREJUDICE_IN_SETTINGS = 14;
6488 // permission was automatically revoked after one-time permission expired
6489 AUTO_ONE_TIME_PERMISSION_REVOKED = 15;
Eugene Susla6db4be52020-01-09 11:02:09 -08006490 // permission was automatically revoked for unused app
6491 AUTO_UNUSED_APP_PERMISSION_REVOKED = 16;
Philip P. Moltmanne0cf4e62019-01-29 14:22:48 -08006492 }
6493 // The result of the permission grant
6494 optional Result result = 6;
6495}
6496
6497/**
Jack Yu95b64f32018-12-13 18:26:11 +08006498 * Logs when Omapi API used
6499 * Logged from:
6500 * packages/apps/SecureElement/src/com/android/se/Terminal.java
6501 */
6502message SeOmapiReported {
Alex Salod7c3eef2019-01-25 14:43:27 -08006503 enum Operation {
6504 UNKNOWN = 0;
6505 OPEN_CHANNEL = 1;
6506 }
6507 optional Operation operation = 1;
6508 // SIMx or eSEx.
6509 optional string terminal = 2;
Jack Yu95b64f32018-12-13 18:26:11 +08006510
Alex Salod7c3eef2019-01-25 14:43:27 -08006511 optional string package_name = 3;
Jack Yu95b64f32018-12-13 18:26:11 +08006512}
Ng Zhi An7ff7fdb2019-01-16 15:35:51 -08006513
6514/**
Alex Saloa060aee2019-01-21 14:36:41 -08006515 * Logs the dispatch latency of a broadcast during processing of BOOT_COMPLETED.
6516 * The dispatch latency is the dispatchClockTime - enqueueClockTime.
Ng Zhi An7ff7fdb2019-01-16 15:35:51 -08006517 * Logged from:
6518 * frameworks/base/services/core/java/com/android/server/am/BroadcastQueue.java
6519 */
6520message BroadcastDispatchLatencyReported {
Alex Saloa060aee2019-01-21 14:36:41 -08006521 optional int64 dispatch_latency_millis = 1;
6522}
6523
6524/**
6525 * Logs AttentionManagerService attention check result.
6526 *
6527 * Logged from:
6528 * frameworks/base/services/core/java/com/android/server/attention/AttentionManagerService.java
6529 */
6530message AttentionManagerServiceResultReported {
6531 // See core/java/android/service/attention/AttentionService.java
6532 enum AttentionCheckResult {
6533 UNKNOWN = 20;
6534 ATTENTION_SUCCESS_ABSENT = 0;
6535 ATTENTION_SUCCESS_PRESENT = 1;
Alex Salodd028ba2019-04-17 13:33:49 -07006536 ATTENTION_FAILURE_UNKNOWN = 2;
6537 ATTENTION_FAILURE_CANCELLED = 3;
6538 ATTENTION_FAILURE_PREEMPTED = 4;
6539 ATTENTION_FAILURE_TIMED_OUT = 5;
6540 ATTENTION_FAILURE_CAMERA_PERMISSION_ABSENT = 6;
Alex Saloa060aee2019-01-21 14:36:41 -08006541 }
6542 optional AttentionCheckResult attention_check_result = 1 [default = UNKNOWN];
Ng Zhi An7ff7fdb2019-01-16 15:35:51 -08006543}
Michael Groover9e7b06e2018-12-28 19:55:51 -08006544
6545/**
6546 * Logs when an adb connection changes state.
6547 *
6548 * Logged from:
6549 * frameworks/base/services/core/java/com/android/server/adb/AdbDebuggingManager.java
6550 */
6551message AdbConnectionChanged {
6552 // The last time this system connected via adb, or 0 if the 'always allow' option was not
6553 // previously selected for this system.
6554 optional int64 last_connection_time_millis = 1;
6555
6556 // The time in ms within which a subsequent connection from an 'always allow' system is allowed
6557 // to reconnect via adb without user interaction.
6558 optional int64 auth_window_millis = 2;
6559
6560 // The state of the adb connection from frameworks/base/core/proto/android/debug/enums.proto.
6561 optional android.debug.AdbConnectionStateEnum state = 3;
6562
6563 // True if the 'always allow' option was selected for this system.
6564 optional bool always_allow = 4;
6565}
Carter Hsub8fd1e92019-01-11 15:24:45 +08006566
6567/*
6568 * Logs the reported speech DSP status.
6569 *
6570 * Logged from:
6571 * Vendor audio implementation.
6572 */
6573message SpeechDspStatReported {
6574 // The total Speech DSP uptime in milliseconds.
6575 optional int32 total_uptime_millis = 1;
6576 // The total Speech DSP downtime in milliseconds.
6577 optional int32 total_downtime_millis = 2;
6578 optional int32 total_crash_count = 3;
6579 optional int32 total_recover_count = 4;
6580}
Badhri Jagan Sridharan129c7292019-01-14 21:18:25 -08006581
6582/**
6583 * Logs USB connector contaminant status.
6584 *
6585 * Logged from: USB Service.
6586 */
6587message UsbContaminantReported {
6588 optional string id = 1;
6589 optional android.service.usb.ContaminantPresenceStatus status = 2;
6590}
Olivier Gaillard18d452202019-01-22 15:03:41 +00006591
6592/**
6593 * This atom is for debugging purpose.
6594 */
6595message DebugElapsedClock {
6596 // Monotically increasing value for each pull.
6597 optional int64 pull_count = 1;
6598 // Time from System.elapsedRealtime.
6599 optional int64 elapsed_clock_millis = 2;
6600 // Time from System.elapsedRealtime.
6601 optional int64 same_elapsed_clock_millis = 3;
6602 // Diff between current elapsed time and elapsed time from previous pull.
6603 optional int64 elapsed_clock_diff_millis = 4;
6604
6605 enum Type {
6606 TYPE_UNKNOWN = 0;
6607 ALWAYS_PRESENT = 1;
6608 PRESENT_ON_ODD_PULLS = 2;
6609 }
6610 // Type of behavior for the pulled data.
6611 optional Type type = 5;
6612}
6613
6614/**
6615 * This atom is for debugging purpose.
6616 */
6617message DebugFailingElapsedClock {
6618 // Monotically increasing value for each pull.
6619 optional int64 pull_count = 1;
6620 // Time from System.elapsedRealtime.
6621 optional int64 elapsed_clock_millis = 2;
6622 // Time from System.elapsedRealtime.
6623 optional int64 same_elapsed_clock_millis = 3;
6624 // Diff between current elapsed time and elapsed time from previous pull.
6625 optional int64 elapsed_clock_diff_millis = 4;
6626}
Steven Wuacef6bb2019-01-23 14:21:17 -05006627
6628/** Logs System UI bubbles event changed.
6629 *
6630 * Logged from:
6631 * frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles
6632 */
6633message BubbleUIChanged {
6634
6635 // The app package that is posting the bubble.
6636 optional string package_name = 1;
6637
6638 // The notification channel that is posting the bubble.
6639 optional string notification_channel = 2;
6640
6641 // The notification id associated with the posted bubble.
6642 optional int32 notification_id = 3;
6643
6644 // The position of the bubble within the bubble stack.
6645 optional int32 position = 4;
6646
6647 // The total number of bubbles within the bubble stack.
6648 optional int32 total_number = 5;
6649
6650 // User interactions with the bubble.
6651 enum Action {
6652 UNKNOWN = 0;
6653 POSTED = 1;
6654 UPDATED = 2;
6655 EXPANDED = 3;
6656 COLLAPSED = 4;
6657 DISMISSED = 5;
6658 STACK_DISMISSED = 6;
6659 STACK_MOVED = 7;
6660 HEADER_GO_TO_APP = 8;
6661 HEADER_GO_TO_SETTINGS = 9;
6662 PERMISSION_OPT_IN = 10;
6663 PERMISSION_OPT_OUT = 11;
Steven Wua62cb6a2019-02-15 17:12:51 -05006664 PERMISSION_DIALOG_SHOWN = 12;
Steven Wuacef6bb2019-01-23 14:21:17 -05006665 SWIPE_LEFT = 13;
6666 SWIPE_RIGHT = 14;
Steven Wua254dab2019-01-29 11:30:39 -05006667 STACK_EXPANDED = 15;
Steven Wu1684f2d2019-04-11 14:10:42 -04006668 FLYOUT = 16;
Steven Wuacef6bb2019-01-23 14:21:17 -05006669 }
6670 optional Action action = 6;
6671
6672 // Normalized screen position of the bubble stack. The range is between 0 and 1.
6673 optional float normalized_x_position = 7;
6674 optional float normalized_y_position = 8;
Steven Wu45e38ae2019-03-25 16:16:59 -04006675
6676 // Whether the bubble is unread. If it is unread, a dot is shown in the bubble stack icon.
6677 optional bool is_unread = 9;
Steven Wu8ba8ca92019-04-11 10:47:42 -04006678
6679 // Whether the bubble is an on-going one.
6680 optional bool is_ongoing = 10;
6681
6682 // Whether the bubble is produced by an app running in foreground.
Mady Mellordaa0a662019-06-24 16:42:35 -07006683 // This is deprecated and the value should be ignored.
6684 optional bool is_foreground = 11 [deprecated = true];
Steven Wuacef6bb2019-01-23 14:21:17 -05006685}
Kweku Adams8845d012018-12-11 20:06:45 -08006686
6687/**
Steven Wu552f63f2019-02-05 13:41:36 -05006688 * Logs System UI bubbles developer errors.
6689 *
6690 * Logged from:
6691 * frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java
6692 */
6693message BubbleDeveloperErrorReported {
6694
6695 // The app package that is posting the bubble.
6696 optional string package_name = 1;
6697
6698 // Bubble developer error type enums.
6699 enum Error {
6700 UNKNOWN = 0;
6701 ACTIVITY_INFO_MISSING = 1;
6702 ACTIVITY_INFO_NOT_RESIZABLE = 2;
6703 DOCUMENT_LAUNCH_NOT_ALWAYS = 3;
6704 }
6705 optional Error error = 2 [default = UNKNOWN];
6706}
6707
6708/**
Kweku Adams8845d012018-12-11 20:06:45 -08006709 * Logs that a constraint for a scheduled job has changed.
6710 *
6711 * Logged from:
6712 * frameworks/base/services/core/java/com/android/server/job/controllers/JobStatus.java
6713 */
6714message ScheduledJobConstraintChanged {
6715 repeated AttributionNode attribution_node = 1;
6716
6717 // Name of the job.
6718 optional string job_name = 2;
6719
6720 optional com.android.server.job.ConstraintEnum constraint = 3;
6721
6722 enum State {
Kweku Adamse8db3ab2019-02-27 14:30:34 -08006723 UNKNOWN = 0;
6724 UNSATISFIED = 1;
6725 SATISFIED = 2;
Kweku Adams8845d012018-12-11 20:06:45 -08006726 }
6727 optional State state = 4;
6728}
Alex Salod7c3eef2019-01-25 14:43:27 -08006729
6730/**
6731 * Logs PowerManagerService screen timeout resets (extensions) that happen when an attention check
6732 * returns true.
6733 *
6734 * Logged from:
6735 * frameworks/base/services/core/java/com/android/server/power/PowerManagerService.java
6736 */
6737message ScreenTimeoutExtensionReported {
6738 // Describes how many times in a row did the power manager reset the screen off timeout.
6739 optional uint32 consecutive_timeout_extended_count = 1;
6740}
Hui Yu885aca12019-01-10 17:11:34 -08006741
6742/*
6743* Logs number of milliseconds it takes to start a process.
6744* The definition of app process start time is from the app launch time to
6745* the time that Zygote finished forking the app process and loaded the
6746* application package's java classes.
6747
6748* This metric is different from AppStartOccurred which is for foreground
6749* activity only.
6750
6751* ProcessStartTime can report all processes (both foreground and background)
6752* start time.
6753*
6754* Logged from:
6755* frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
6756*/
6757message ProcessStartTime {
6758 // The uid of the ProcessRecord.
6759 optional int32 uid = 1 [(is_uid) = true];
6760
6761 // The process pid.
6762 optional int32 pid = 2;
6763
6764 // The process name.
6765 // Usually package name, "system" for system server.
6766 // Provided by ActivityManagerService.
6767 optional string process_name = 3;
6768
6769 enum StartType {
6770 UNKNOWN = 0;
6771 WARM = 1;
6772 HOT = 2;
6773 COLD = 3;
6774 }
6775
6776 // The start type.
6777 optional StartType type = 4;
6778
6779 // The elapsed realtime at the start of the process.
6780 optional int64 process_start_time_millis = 5;
6781
6782 // Number of milliseconds it takes to reach bind application.
6783 optional int32 bind_application_delay_millis = 6;
6784
6785 // Number of milliseconds it takes to finish start of the process.
6786 optional int32 process_start_delay_millis = 7;
6787
6788 // hostingType field in ProcessRecord, the component type such as "activity",
6789 // "service", "content provider", "broadcast" or other strings.
6790 optional string hosting_type = 8;
6791
6792 // hostingNameStr field in ProcessRecord. The component class name that runs
6793 // in this process.
6794 optional string hosting_name = 9;
6795}
6796
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08006797/**
Ray Essick8ab04df2019-02-15 11:01:02 -08006798 * Track Media Codec usage
6799 * Logged from:
6800 * frameworks/av/media/libstagefright/MediaCodec.cpp
6801 * frameworks/av/services/mediaanalytics/statsd_codec.cpp
6802 */
6803message MediametricsCodecReported {
6804 optional int64 timestamp_nanos = 1;
6805 optional string package_name = 2;
6806 optional int64 package_version_code = 3;
6807 optional int64 media_apex_version = 4;
6808
6809 optional android.stats.mediametrics.CodecData codec_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6810}
6811
6812/**
6813 * Track Media Extractor (pulling video/audio streams out of containers) usage
6814 * Logged from:
6815 * frameworks/av/media/libstagefright/RemoteMediaExtractor.cpp
6816 * frameworks/av/services/mediaanalytics/statsd_extractor.cpp
6817 */
6818message MediametricsExtractorReported {
6819 optional int64 timestamp_nanos = 1;
6820 optional string package_name = 2;
6821 optional int64 package_version_code = 3;
6822 optional int64 media_apex_version = 4;
6823
6824 optional android.stats.mediametrics.ExtractorData extractor_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6825}
6826
6827/**
6828 * Track how we arbitrate between microphone/input requests.
6829 * Logged from
6830 * frameworks/av/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp
6831 * frameworks/av/services/mediaanalytics/statsd_audiopolicy.cpp
6832 */
6833message MediametricsAudiopolicyReported {
6834 optional int64 timestamp_nanos = 1;
6835 optional string package_name = 2;
6836 optional int64 package_version_code = 3;
6837 optional int64 media_apex_version = 4;
6838
6839 optional android.stats.mediametrics.AudioPolicyData audiopolicy_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6840}
6841
6842/**
6843 * Track how we arbitrate between microphone requests.
6844 * Logged from
6845 * frameworks/av/media/libaudioclient/AudioRecord.cpp
6846 * frameworks/av/services/mediaanalytics/statsd_audiorecord.cpp
6847 */
6848message MediametricsAudiorecordReported {
6849 optional int64 timestamp_nanos = 1;
6850 optional string package_name = 2;
6851 optional int64 package_version_code = 3;
6852 optional int64 media_apex_version = 4;
6853
6854 optional android.stats.mediametrics.AudioRecordData audiorecord_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6855}
6856
6857/**
6858 * Track how we arbitrate between microphone/input requests.
6859 * Logged from
6860 * frameworks/av/media/libnblog/ReportPerformance.cpp
6861 * frameworks/av/services/mediaanalytics/statsd_audiothread.cpp
6862 */
6863message MediametricsAudiothreadReported {
6864 optional int64 timestamp_nanos = 1;
6865 optional string package_name = 2;
6866 optional int64 package_version_code = 3;
6867 optional int64 media_apex_version = 4;
6868
6869 optional android.stats.mediametrics.AudioThreadData audiothread_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6870}
6871
6872/**
6873 * Track how we arbitrate between microphone/input requests.
6874 * Logged from
6875 * frameworks/av/media/libaudioclient/AudioTrack.cpp
6876 * frameworks/av/services/mediaanalytics/statsd_audiotrack.cpp
6877 */
6878message MediametricsAudiotrackReported {
6879 optional int64 timestamp_nanos = 1;
6880 optional string package_name = 2;
6881 optional int64 package_version_code = 3;
6882 optional int64 media_apex_version = 4;
6883
6884 optional android.stats.mediametrics.AudioTrackData audiotrack_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6885}
6886
6887/**
6888 * Track information about DRM framework performance
6889 * Logged from
6890 * frameworks/av/drm/libmediadrm/DrmHal.cpp
6891 * frameworks/av/services/mediaanalytics/statsd_drm.cpp
6892 */
6893message MediametricsMediadrmReported {
6894 optional int64 timestamp_nanos = 1;
6895 optional string package_name = 2;
6896 optional int64 package_version_code = 3;
6897 optional int64 media_apex_version = 4;
6898
6899 // vendor+description tell about which DRM plugin is in use on this device
6900 optional string vendor = 5;
6901 optional string description = 6;
6902 // from frameworks/av/drm/libmediadrm/protos/metrics.proto
6903 optional bytes framework_stats = 7 [(android.os.statsd.log_mode) = MODE_BYTES];
6904}
6905
6906/**
6907 * Track information about the widevine DRM plugin performance
6908 * Logged from
6909 * vendor/widevine/libwvdrmengine/cdm/metrics
6910 * frameworks/av/services/mediaanalytics/statsd_drm.cpp
6911 */
6912message MediametricsDrmWidevineReported {
6913 optional int64 timestamp_nanos = 1;
6914 optional string package_name = 2;
6915 optional int64 package_version_code = 3;
6916 optional int64 media_apex_version = 4;
6917
6918 optional bytes vendor_specific_stats = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6919}
6920
6921/**
6922 * Track information about recordings (e.g. camcorder)
6923 * Logged from
6924 * frameworks/av/media/libmediaplayerservice/StagefrightRecorder.cpp
6925 * frameworks/av/services/mediaanalytics/statsd_recorder.cpp
6926 */
6927message MediametricsRecorderReported {
6928 optional int64 timestamp_nanos = 1;
6929 optional string package_name = 2;
6930 optional int64 package_version_code = 3;
6931 optional int64 media_apex_version = 4;
6932
6933 optional android.stats.mediametrics.RecorderData recorder_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6934}
6935
6936/**
6937 * Track Media Player usage
6938 * Logged from:
6939 * frameworks/av/media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp
6940 * frameworks/av/services/mediaanalytics/statsd_nuplayer.cpp
6941 */
6942message MediametricsNuPlayerReported {
6943 optional int64 timestamp_nanos = 1;
6944 optional string package_name = 2;
6945 optional int64 package_version_code = 3;
6946 optional int64 media_apex_version = 4;
6947
6948 optional android.stats.mediametrics.NuPlayerData nuplayer_data = 5 [(android.os.statsd.log_mode) = MODE_BYTES];
6949}
6950
6951/**
Robert Shiha4beed32019-08-19 14:15:23 -07006952 * Track Legacy DRM usage
6953 * Logged from
6954 * frameworks/av/drm/drmserver/DrmManager.cpp
6955 */
6956message MediametricsDrmManagerReported {
6957 optional int64 timestamp_nanos = 1;
6958 optional string package_name = 2;
6959 optional int64 package_version_code = 3;
6960 optional int64 media_apex_version = 4;
6961
6962 enum Method {
6963 METHOD_NOT_FOUND = -1;
6964 GET_CONSTRAINTS = 0;
6965 GET_METADATA = 1;
6966 CAN_HANDLE = 2;
6967 PROCESS_DRM_INFO = 3;
6968 ACQUIRE_DRM_INFO = 4;
6969 SAVE_RIGHTS = 5;
6970 GET_ORIGINAL_MIME_TYPE = 6;
6971 GET_DRM_OBJECT_TYPE = 7;
6972 CHECK_RIGHTS_STATUS = 8;
6973 REMOVE_RIGHTS = 9;
6974 REMOVE_ALL_RIGHTS = 10;
6975 OPEN_CONVERT_SESSION = 11;
6976 OPEN_DECRYPT_SESSION = 12;
6977 }
6978
6979 // plugin_id+description inform which Legacy DRM plugins are still in use on device
6980 optional string plugin_id = 5;
6981 optional string description = 6;
6982 optional Method method = 7;
6983 optional string mime_types = 8;
6984}
6985
6986/**
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08006987 * State of a dangerous permission requested by a package
Stanislav Zholninccb82e42019-11-29 18:59:49 +00006988 * Pulled from: StatsCompanionService
6989*/
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08006990message DangerousPermissionState {
6991 // Name of the permission
6992 optional string permission_name = 1;
6993
6994 // Uid of the package
6995 optional int32 uid = 2 [(is_uid) = true];
6996
6997 // Package requesting the permission
6998 optional string package_name = 3;
6999
7000 // If the permission is granted to the uid
7001 optional bool is_granted = 4;
Stanislav Zholnin75c3fd12019-05-21 13:10:51 +01007002
7003 // Permission flags as per android.content.pm.PermissionFlags
7004 optional int32 permission_flags = 5;
Philip P. Moltmannf21a3502019-01-30 09:53:04 -08007005}
7006
Michael Groover4a0ca942019-01-24 17:41:25 -08007007/**
7008 * Logs when a package is denied access to a device identifier based on the new access requirements.
7009 *
7010 * Logged from:
7011 * frameworks/base/telephony/java/com/android/internal/telephony/TelephonyPermissions.java
7012 */
7013message DeviceIdentifierAccessDenied {
7014 // The name of the package denied access to the requested device identifier.
7015 optional string package_name = 1;
7016
7017 // The name of the device identifier method the package attempted to invoke.
7018 optional string method_name = 2;
7019
7020 // True if the package is preinstalled.
Meng Wange8953ae2020-01-29 10:38:58 -08007021 // Starting from Android 11, this boolean is not set and will always be false.
7022 optional bool is_preinstalled = 3 [deprecated = true];
Michael Groover4a0ca942019-01-24 17:41:25 -08007023
7024 // True if the package is privileged.
Sooraj Sasindran22b53f42019-11-27 15:57:33 -08007025 // Starting from Android 11, this boolean is not set and will always be false.
7026 optional bool is_priv_app = 4 [deprecated = true];
Michael Groover4a0ca942019-01-24 17:41:25 -08007027}
Chenjie Yue13f44a2019-02-07 17:51:38 -08007028
7029/**
Chenjie Yue13f44a2019-02-07 17:51:38 -08007030 * Pulls the ongoing mainline install train version code.
7031 * Pulled from StatsCompanionService
7032 */
7033message TrainInfo {
7034 optional int64 train_version_code = 1;
7035
7036 optional TrainExperimentIds train_experiment_id = 2;
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08007037
7038 optional string train_name = 3;
7039
7040 enum Status {
7041 UNKNOWN = 0;
7042 INSTALL_REQUESTED = 1;
7043 INSTALL_STARTED = 2;
7044 INSTALL_STAGED_NOT_READY = 3;
7045 INSTALL_STAGED_READY = 4;
7046 INSTALL_SUCCESS = 5;
Tej Singh403fe472019-04-30 12:54:21 -07007047 // Replaced by INSTALL_FAILURE_DOWNLOAD, INSTALL_FAILURE_STATE_MISMATCH,
7048 // and INSTALL_FAILURE_COMMIT.
7049 INSTALL_FAILURE = 6 [deprecated = true];
7050 // This enum is for installs that are manually cancelled via the Manual Update UI.
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08007051 INSTALL_CANCELLED = 7;
7052 INSTALLER_ROLLBACK_REQUESTED = 8;
7053 INSTALLER_ROLLBACK_INITIATED = 9;
7054 INSTALLER_ROLLBACK_INITIATED_FAILURE = 10;
7055 INSTALLER_ROLLBACK_STAGED = 11;
7056 INSTALLER_ROLLBACK_STAGED_FAILURE = 12;
7057 INSTALLER_ROLLBACK_BOOT_TRIGGERED = 13;
7058 INSTALLER_ROLLBACK_BOOT_TRIGGERED_FAILURE = 14;
7059 INSTALLER_ROLLBACK_SUCCESS = 15;
7060 INSTALLER_ROLLBACK_FAILURE = 16;
Howard Ro174ed562019-04-07 22:17:58 -07007061 INSTALLER_ROLLBACK_STAGED_CANCEL_REQUESTED = 17;
7062 INSTALLER_ROLLBACK_STAGED_CANCEL_SUCCESS = 18;
7063 INSTALLER_ROLLBACK_STAGED_CANCEL_FAILURE = 19;
7064 INSTALL_STAGED_CANCEL_REQUESTED = 20;
7065 INSTALL_STAGED_CANCEL_SUCCESS = 21;
7066 INSTALL_STAGED_CANCEL_FAILURE = 22;
Tej Singh403fe472019-04-30 12:54:21 -07007067 INSTALL_FAILURE_DOWNLOAD = 23;
7068 INSTALL_FAILURE_STATE_MISMATCH = 24;
7069 INSTALL_FAILURE_COMMIT = 25;
Jonathan Nguyen5886a712020-01-16 10:34:21 -08007070 REBOOT_TRIGGERED = 26;
Muhammad Qureshif4ca8242019-03-01 09:20:15 -08007071 }
7072 optional Status status = 4;
Chenjie Yue13f44a2019-02-07 17:51:38 -08007073}
joshmccloskey8c3322e2019-01-09 18:25:57 -08007074
7075/**
7076 * Logs the gesture stage changed event.
7077 *
7078 * Logged from:
7079 * frameworks/base/packages/SystemUI/
7080 */
7081message AssistGestureStageReported {
joshmccloskey99f39012019-02-20 14:45:08 -08007082 optional android.hardware.sensor.assist.AssistGestureStageEnum gesture_stage = 1;
joshmccloskey8c3322e2019-01-09 18:25:57 -08007083}
7084
7085/**
7086 * Logs the feedback type.
7087 *
7088 * Logged from:
7089 * frameworks/base/packages/SystemUI/
7090 */
7091message AssistGestureFeedbackReported {
joshmccloskey99f39012019-02-20 14:45:08 -08007092 // Whether or not the gesture was used.
7093 optional android.hardware.sensor.assist.AssistGestureFeedbackEnum feedback_type = 1;
joshmccloskey8c3322e2019-01-09 18:25:57 -08007094}
7095
7096/**
7097 * Logs the progress.
7098 *
7099 * Logged from:
7100 * frameworks/base/packages/SystemUI/
7101 */
7102message AssistGestureProgressReported {
joshmccloskey99f39012019-02-20 14:45:08 -08007103 // [0,100] progress for the assist gesture.
7104 optional int32 progress = 1;
joshmccloskey8c3322e2019-01-09 18:25:57 -08007105}
Neil Fullerdb14b482019-02-05 19:44:44 +00007106
7107/*
7108 * Information about the time zone data on a device.
7109 */
7110message TimeZoneDataInfo {
7111 // A version identifier for the data set on device. e.g. "2018i"
7112 optional string tzdb_version = 1;
7113}
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007114
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007115/**
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007116 * Logs the GPU stats global health information.
7117 *
7118 * Logged from:
7119 * frameworks/native/services/gpuservice/gpustats/
7120 */
7121message GpuStatsGlobalInfo {
7122 // Package name of the gpu driver.
7123 optional string driver_package_name = 1;
7124
7125 // Version name of the gpu driver.
7126 optional string driver_version_name = 2;
7127
7128 // Version code of the gpu driver.
7129 optional int64 driver_version_code = 3;
7130
7131 // Build time of the gpu driver in UTC as seconds since January 1, 1970.
7132 optional int64 driver_build_time = 4;
7133
7134 // Total count of the gl driver gets loaded.
7135 optional int64 gl_loading_count = 5;
7136
7137 // Total count of the gl driver fails to be loaded.
7138 optional int64 gl_loading_failure_count = 6;
7139
7140 // Total count of the Vulkan driver gets loaded.
7141 optional int64 vk_loading_count = 7;
7142
7143 // Total count of the Vulkan driver fails to be loaded.
7144 optional int64 vk_loading_failure_count = 8;
Yiwei Zhang63852d2a2019-05-06 19:31:20 -07007145
7146 // Api version of the system Vulkan driver.
7147 optional int32 vulkan_version = 9;
7148
7149 // Api version of the system CPU Vulkan driver.
7150 optional int32 cpu_vulkan_version = 10;
7151
7152 // Api version of the system GLES driver.
7153 optional int32 gles_version = 11;
Yiwei Zhanga0f5fef2019-05-08 16:30:47 -07007154
7155 // Total count of the angle driver gets loaded.
7156 optional int64 angle_loading_count = 12;
7157
7158 // Total count of the angle driver fails to be loaded.
7159 optional int64 angle_loading_failure_count = 13;
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007160}
7161
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007162/**
7163 * GPU driver loading time info.
7164 */
7165message GpuDriverLoadingTime {
7166 // List of all the driver loading times for this app. The list size is
7167 // capped at 50.
7168 repeated int64 driver_loading_time = 1;
7169}
7170
7171/**
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007172 * Logs the GPU stats per app health information.
7173 *
7174 * Logged from:
7175 * frameworks/native/services/gpuservice/gpustats/
7176 */
7177message GpuStatsAppInfo {
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007178 // Package name of the application that loads the gpu driver. Total number
7179 // of different packages is capped at 100.
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007180 optional string app_package_name = 1;
7181
7182 // Version code of the gpu driver this app loads.
7183 optional int64 driver_version_code = 2;
7184
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007185 // gl driver loading time info.
7186 optional GpuDriverLoadingTime gl_driver_loading_time = 3
7187 [(android.os.statsd.log_mode) = MODE_BYTES];
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007188
Yiwei Zhang4fb92892019-03-04 14:29:25 -08007189 // Vulkan driver loading time info.
7190 optional GpuDriverLoadingTime vk_driver_loading_time = 4
7191 [(android.os.statsd.log_mode) = MODE_BYTES];
Yiwei Zhanga0f5fef2019-05-08 16:30:47 -07007192
7193 // Angle driver loading time info.
7194 optional GpuDriverLoadingTime angle_driver_loading_time = 5
7195 [(android.os.statsd.log_mode) = MODE_BYTES];
Yiwei Zhang7c709302019-05-09 15:00:46 -07007196
7197 // CPU Vulkan implementation is in use.
7198 optional bool cpu_vulkan_in_use = 6;
Yiwei Zhanga7638612019-07-03 17:34:12 -07007199
7200 // App is not doing pre-rotation correctly.
7201 optional bool false_prerotation = 7;
Yiwei Zhangf02cf6b2019-12-20 14:51:07 -08007202
7203 // App creates GLESv1 context.
7204 optional bool gles_1_in_use = 8;
Yiwei Zhang5c81b632019-03-01 15:39:46 -08007205}
Rafal Slawikd4e87572019-03-12 13:08:38 +00007206
7207/*
7208 * Logs the size of the system ion heap.
7209 *
7210 * Pulled from StatsCompanionService.
7211 */
7212message SystemIonHeapSize {
Rafal Slawikbdd5a502020-01-14 14:14:29 +00007213 // Deprecated due to limited support of ion stats in debugfs.
7214 // Use `IonHeapSize` instead.
7215 option deprecated = true;
7216
Rafal Slawikd4e87572019-03-12 13:08:38 +00007217 // Size of the system ion heap in bytes.
Rafal Slawikbdd5a502020-01-14 14:14:29 +00007218 // Read from debugfs.
Rafal Slawikd4e87572019-03-12 13:08:38 +00007219 optional int64 size_in_bytes = 1;
7220}
Chiachang Wang0e88ebf2019-03-21 10:18:07 +08007221
Rafal Slawik77987ed2019-06-17 12:28:23 +01007222/*
Rafal Slawikbdd5a502020-01-14 14:14:29 +00007223 * Logs the total size of the ion heap.
7224 *
7225 * Pulled from StatsCompanionService.
7226 */
7227message IonHeapSize {
7228 // Total size of all ion heaps in kilobytes.
7229 // Read from: /sys/kernel/ion/total_heaps_kb.
7230 optional int32 total_size_kb = 1;
7231}
7232
7233/*
Rafal Slawik77987ed2019-06-17 12:28:23 +01007234 * Logs the per-process size of the system ion heap.
7235 *
7236 * Pulled from StatsCompanionService.
7237 */
7238message ProcessSystemIonHeapSize {
7239 // The uid if available. -1 means not available.
7240 optional int32 uid = 1 [(is_uid) = true];
7241
7242 // The process name (from /proc/PID/cmdline).
7243 optional string process_name = 2;
7244
7245 // Sum of sizes of all allocations.
7246 optional int32 total_size_in_kilobytes = 3;
7247
7248 // Number of allocations.
7249 optional int32 allocation_count = 4;
7250
7251 // Size of the largest allocation.
7252 optional int32 max_size_in_kilobytes = 5;
7253}
7254
Chiachang Wang0e88ebf2019-03-21 10:18:07 +08007255/**
7256 * Push network stack events.
7257 *
7258 * Log from:
7259 * frameworks/base/packages/NetworkStack/
7260 */
7261message NetworkStackReported {
Chiachang Wang729d2672019-03-27 17:33:52 +08007262 // The id that indicates the event reported from NetworkStack.
7263 optional int32 event_id = 1;
7264 // The data for the reported events.
Chiachang Wang0e88ebf2019-03-21 10:18:07 +08007265 optional android.stats.connectivity.NetworkStackEventData network_stack_event = 2 [(log_mode) = MODE_BYTES];
7266}
Carmen Agimofa769c152019-03-04 14:39:14 +00007267
7268/**
7269 * Logs the apps that are installed on the external storage.
7270 * Pulled from:
7271 * StatsCompanionService
7272 */
7273message AppsOnExternalStorageInfo {
7274 // The type of the external storage.
7275 optional android.stats.storage.ExternalStorageType external_storage_type = 1;
7276 // The name of the package that is installed on the external storage.
7277 optional string package_name = 2;
7278}
joshmccloskey34c1f8e2019-04-11 14:06:43 -07007279
7280/**
7281 * Logs the settings related to Face.
7282 * Logged from:
7283 * frameworks/base/services/core/java/com/android/server/stats
7284 */
7285message FaceSettings {
7286 // Whether or not face unlock is allowed on Keyguard.
7287 optional bool unlock_keyguard_enabled = 1;
7288 // Whether or not face unlock dismisses the Keyguard.
7289 optional bool unlock_dismisses_keyguard = 2;
7290 // Whether or not face unlock requires attention.
7291 optional bool unlock_attention_required = 3;
7292 // Whether or not face unlock is allowed for apps (through BiometricPrompt).
7293 optional bool unlock_app_enabled = 4;
7294 // Whether or not face unlock always requires user confirmation.
7295 optional bool unlock_always_require_confirmation = 5;
7296 // Whether or not a diverse set of poses are required during enrollment.
7297 optional bool unlock_diversity_required = 6;
7298}
Maggie White442b6312019-04-05 16:26:44 -07007299
7300/**
7301 * Logs cooling devices maintained by the kernel.
7302 *
7303 * Pulled from StatsCompanionService.java
7304 */
7305message CoolingDevice {
7306 // The type of cooling device being reported. Eg. CPU, GPU...
7307 optional android.os.CoolingTypeEnum device_location = 1;
7308 // The name of the cooling device source. Eg. CPU0
7309 optional string device_name = 2;
7310 // Current throttle state of the cooling device. The value can any unsigned
7311 // integer between 0 and max_state defined in its driver. 0 means device is
7312 // not in throttling, higher value means deeper throttling.
7313 optional int32 state = 3;
7314}
Ben Blount763a5d52019-04-10 11:48:58 -07007315
7316/**
7317 * Intelligence has several counter-type events that don't warrant a
7318 * full separate atom. These are primarily API call counters but also include
7319 * counters for feature usage and specific failure modes.
7320 *
7321 * Logged from the Intelligence mainline module.
7322 */
7323message IntelligenceEventReported {
Ben Blount3658fa72019-04-22 17:31:40 -07007324 // The event type.
Ben Blount763a5d52019-04-10 11:48:58 -07007325 optional android.stats.intelligence.EventType event_id = 1;
Ben Blount3658fa72019-04-22 17:31:40 -07007326 // Success, failure.
Ben Blount763a5d52019-04-10 11:48:58 -07007327 optional android.stats.intelligence.Status status = 2;
Ben Blount3658fa72019-04-22 17:31:40 -07007328 // How many times the event occured (to report a batch of high frequency events).
7329 optional int32 count = 3;
Ben Blounte3223f3d2019-05-02 22:49:03 -07007330 // How long the event took (sum of durations if count > 1)
Ben Blount3658fa72019-04-22 17:31:40 -07007331 optional int64 duration_millis = 4;
Ben Blount763a5d52019-04-10 11:48:58 -07007332}
Andrew T Nguyenee615d62019-05-01 14:40:19 -07007333
7334/**
Yuncheol Heod1a85d22019-05-08 17:13:42 -07007335 * Logs when Car Power state changed.
7336 *
7337 * Logged from:
7338 * packages/services/Car/service/src/com/android/car/CarStatsLog.java
7339 */
7340message CarPowerStateChanged {
7341 // States come from CpmsState in CarPowerManagementService.java.
7342 enum State {
7343 WAIT_FOR_VHAL = 0;
7344 ON = 1;
7345 SHUTDOWN_PREPARE = 2;
7346 WAIT_FOR_FINISH = 3;
7347 SUSPEND = 4;
7348 SIMULATE_SLEEP = 5;
7349 }
7350 optional State state = 1;
7351}
7352
7353/**
7354 * Logs whether GarageMode is entered.
7355 *
7356 * Logged from:
7357 * packages/services/Car/service/src/com/android/car/CarStatsLog.java
7358 */
7359message GarageModeInfo {
7360 // Whether GarageMode is entered.
7361 optional bool is_garage_mode = 1;
7362}
Martijn Coenencd95d462019-04-25 17:09:45 +02007363
7364/**
7365 * Historical app ops data per package.
7366 */
7367message AppOps {
7368 // Uid of the package requesting the op
7369 optional int32 uid = 1 [(is_uid) = true];
7370
Stanislav Zholnin606454c2019-11-27 15:31:49 +00007371 // Name of the package performing the op
Martijn Coenencd95d462019-04-25 17:09:45 +02007372 optional string package_name = 2;
7373
7374 // operation id; maps to the OP_* constants in AppOpsManager.java
7375 optional int32 op_id = 3;
7376
7377 // The number of times the op was granted while the app was in the
7378 // foreground (only for trusted requests)
7379 optional int64 trusted_foreground_granted_count = 4;
7380
7381 // The number of times the op was granted while the app was in the
7382 // background (only for trusted requests)
7383 optional int64 trusted_background_granted_count = 5;
7384
7385 // The number of times the op was rejected while the app was in the
7386 // foreground (only for trusted requests)
7387 optional int64 trusted_foreground_rejected_count = 6;
7388
7389 // The number of times the op was rejected while the app was in the
7390 // background (only for trusted requests)
7391 optional int64 trusted_background_rejected_count = 7;
7392
7393 // For long-running operations, total duration of the operation
7394 // while the app was in the foreground (only for trusted requests)
7395 optional int64 trusted_foreground_duration_millis = 8;
7396
7397 // For long-running operations, total duration of the operation
7398 // while the app was in the background (only for trusted requests)
7399 optional int64 trusted_background_duration_millis = 9;
Stanislav Zholnin42d710e2019-11-28 13:11:54 +00007400
7401 // Whether AppOps is guarded by Runtime permission
7402 optional bool is_runtime_permission = 10;
Martijn Coenencd95d462019-04-25 17:09:45 +02007403}
Hongyi Zhang700137e2019-05-23 21:19:36 -07007404
7405/**
7406 * Location Manager API Usage information(e.g. API under usage,
7407 * API call's parameters).
7408 * Logged from:
7409 * frameworks/base/services/core/java/com/android/server/LocationManagerService.java
7410 */
7411message LocationManagerApiUsageReported {
7412
7413 // Indicating if usage starts or usage ends.
7414 optional android.stats.location.UsageState state = 1;
7415
7416 // LocationManagerService's API in use.
7417 // We can identify which API from LocationManager is
7418 // invoking current LMS API by the combination of
7419 // API parameter(e.g. is_listener_null, is_intent_null,
7420 // is_location_request_null)
7421 optional android.stats.location.LocationManagerServiceApi api_in_use = 2;
7422
7423 // Name of the package calling the API.
7424 optional string calling_package_name = 3;
7425
7426 // Type of the location provider.
7427 optional android.stats.location.ProviderType provider = 4;
7428
7429 // Quality of the location request
7430 optional android.stats.location.LocationRequestQuality quality = 5;
7431
7432 // The desired interval for active location updates, in milliseconds.
7433 // Bucketized to reduce cardinality.
7434 optional android.stats.location.LocationRequestIntervalBucket bucketized_interval = 6;
7435
7436 // Minimum distance between location updates, in meters.
7437 // Bucketized to reduce cardinality.
7438 optional android.stats.location.SmallestDisplacementBucket
7439 bucketized_smallest_displacement = 7;
7440
7441 // The number of location updates.
7442 optional int64 num_updates = 8;
7443
7444 // The request expiration time, in millisecond since boot.
7445 // Bucketized to reduce cardinality.
7446 optional android.stats.location.ExpirationBucket
7447 bucketized_expire_in = 9;
7448
7449 // Type of Callback passed in for this API.
7450 optional android.stats.location.CallbackType callback_type = 10;
7451
7452 // The radius of the central point of the alert
7453 // region, in meters. Only for API REQUEST_GEOFENCE.
7454 // Bucketized to reduce cardinality.
7455 optional android.stats.location.GeofenceRadiusBucket bucketized_radius = 11;
7456
7457 // Activity Importance of API caller.
7458 // Categorized to 3 types that are interesting from location's perspective.
7459 optional android.stats.location.ActivityImportance activiy_importance = 12;
7460}
Stanislav Zholnin3d215df12019-06-05 16:48:20 +01007461
7462/**
7463 * Information about a permission grant or denial made by user inside ReviewPermissionsFragment
7464 */
7465message ReviewPermissionsFragmentResultReported {
7466 // unique value identifying a permission group change. A permission group change might result
7467 // in multiple of these atoms
7468 optional int64 change_id = 1;
7469
7470 // UID of package the permission belongs to
7471 optional int32 uid = 2 [(is_uid) = true];
7472
7473 // Name of package the permission belongs to
7474 optional string package_name = 3;
7475
7476 // The permission to be granted
7477 optional string permission_name = 4;
7478
7479 // The result of the permission grant
7480 optional bool permission_granted = 5;
7481}
Stanislav Zholnin247d1b72019-06-06 21:28:44 +01007482
7483/**
7484* Information about results of permission upgrade by RuntimePermissionsUpgradeController
7485* Logged from: RuntimePermissionUpdgradeController
7486*/
7487message RuntimePermissionsUpgradeResult {
7488 // Permission granted as result of upgrade
7489 optional string permission_name = 1;
7490
7491 // UID of package granted permission
7492 optional int32 uid = 2 [(is_uid) = true];
7493
7494 // Name of package granted permission
7495 optional string package_name = 3;
Stanislav Zholninbdf620b2019-06-06 22:38:33 +01007496}
7497
7498/**
7499* Information about a buttons presented in GrantPermissionsActivty and choice made by user
7500*/
7501message GrantPermissionsActivityButtonActions {
7502 // Permission granted as result of upgrade
7503 optional string permission_group_name = 1;
7504
7505 // UID of package granted permission
7506 optional int32 uid = 2 [(is_uid) = true];
7507
7508 // Name of package requesting permission
7509 optional string package_name = 3;
7510
7511 // Buttons presented in the dialog - bit flags, bit numbers are in accordance with
7512 // LABEL_ constants in GrantPermissionActivity.java
7513 optional int32 buttons_presented = 4;
7514
7515 // Button clicked by user - same as bit flags in buttons_presented with only single bit set
7516 optional int32 button_clicked = 5;
7517}
Stanislav Zholnin375e2ab2019-05-29 13:07:35 +01007518
7519/**
7520 * Information about LocationAccessCheck notification presented to user
7521 */
7522message LocationAccessCheckNotificationAction {
7523
7524 // id which identifies single session of user interacting with permission controller
7525 optional int64 session_id = 1;
7526
7527 // Uid of package for which location access check is presented
7528 optional int32 package_uid = 2;
7529
7530 // Name of package for which location access check is presented
7531 optional string package_name = 3;
7532
7533 enum Result {
7534 UNDEFINED = 0;
7535 // notification was presented to the user
7536 NOTIFICATION_PRESENTED = 1;
7537 // notification was declined by the user
7538 NOTIFICATION_DECLINED = 2;
7539 // notification was clicked by the user
7540 NOTIFICATION_CLICKED = 3;
7541 }
7542
7543 // View / interaction recorded
7544 optional Result result = 4;
7545}
Stanislav Zholnin3e0f9bc2019-05-23 19:03:55 +01007546
7547/**
7548 * Information about a permission grant or revoke made by user inside AppPermissionFragment
7549 */
7550message AppPermissionFragmentActionReported {
7551 // id which identifies single session of user interacting with permission controller
7552 optional int64 session_id = 1;
7553
7554 // unique value identifying a permission group change. A permission group change might result
7555 // in multiple of these atoms
7556 optional int64 change_id = 2;
7557
7558 // UID of package the permission belongs to
7559 optional int32 uid = 3 [(is_uid) = true];
7560
7561 // Name of package the permission belongs to
7562 optional string package_name = 4;
7563
7564 // The permission to be granted
7565 optional string permission_name = 5;
7566
7567 // The result of the permission grant
7568 optional bool permission_granted = 6;
Stanislav Zholnin126da0c2020-01-28 16:50:43 +00007569
7570 // State of Permission Flags after grant as per android.content.pm.PermissionFlags
7571 optional int32 permission_flags = 7;
7572
7573 enum Button {
7574 UNDEFINED = 0;
7575 // Allow button
7576 ALLOW = 1;
7577 // Deny button
7578 DENY = 2;
7579 // Ask every time button
7580 ASK_EVERY_TIME = 3;
7581 // Allow all the time button
7582 ALLOW_ALWAYS = 4;
7583 // Allow only while using the app button
7584 ALLOW_FOREGROUND = 5;
7585 // Same is Deny button but shown in while in use dialog
7586 DENY_FOREGROUND = 6;
7587 }
7588
7589 // Button pressed in the dialog
7590 optional Button button_pressed = 8;
Stanislav Zholnin3e0f9bc2019-05-23 19:03:55 +01007591}
Stanislav Zholninc9dda9e2019-06-02 20:50:13 +01007592
7593/**
7594* Information about a AppPermissionFragment viewed by user
7595*/
7596message AppPermissionFragmentViewed {
7597 // id which identifies single session of user interacting with permission controller
7598 optional int64 session_id = 1;
7599
7600 // UID of package for which permissions are viewed
7601 optional int32 uid = 2 [(is_uid) = true];
7602
7603 // Name of package for which permissions are viewed
7604 optional string package_name = 3;
7605
7606 // Permission group viewed
7607 optional string permission_group_name = 4;
7608}
Stanislav Zholnindc3e2b32019-06-06 18:10:14 +01007609
7610/**
7611* Information about a AppPermissionsFragment viewed by user
7612*/
7613message AppPermissionsFragmentViewed {
7614 // id which identifies single session of user interacting with permission controller
7615 optional int64 session_id = 1;
7616
7617 // id which identifies single view as every view might have several logging records
7618 // with different package information attached
7619 optional int64 view_id = 2;
7620
7621 // Permission group viewed
7622 optional string permission_group_name = 3;
7623
7624 // UID of package for which permissions are viewed
7625 optional int32 uid = 4 [(is_uid) = true];
7626
7627 // Name of package for which permissions are viewed
7628 optional string package_name = 5;
7629
7630 // Category in which permission is included
7631 enum Category {
7632 UNDEFINED = 0;
7633 ALLOWED = 1;
7634 ALLOWED_FOREGROUND = 2;
7635 DENIED = 3;
7636 }
7637 optional Category category = 6;
7638}
Stanislav Zholnin32a89c12019-06-04 14:59:21 +01007639
7640/**
7641* Information about a PermissionAppsFragment viewed by user.
7642* Logged from ui/handheld/PermissionAppsFragment.java
7643*/
7644message PermissionAppsFragmentViewed {
7645 // id which identifies single session of user interacting with permission controller
7646 optional int64 session_id = 1;
7647
7648 // id which identifies single view as every view might have several logging records
7649 // with different package information attached
7650 optional int64 view_id = 2;
7651
7652 // Permission group viewed
7653 optional string permission_group_name = 3;
7654
7655 // UID of package for which permissions are viewed
7656 optional int32 uid = 4 [(is_uid) = true];
7657
7658 // Name of package for which permissions are viewed
7659 optional string package_name = 5;
7660
7661 // Category in which app is included
7662 enum Category {
7663 UNDEFINED = 0;
7664 ALLOWED = 1;
7665 ALLOWED_FOREGROUND = 2;
7666 DENIED = 3;
7667 }
7668 optional Category category = 6;
7669}
Tony Make2b1b672019-07-29 16:59:47 +01007670
7671/**
7672 * Logs when there is a smart selection related event.
7673 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7674 * Logged from: TextClassifierEventLogger.java
7675 */
7676message TextSelectionEvent {
7677 // A session ID.
7678 optional string session_id = 1;
7679
7680 // Event type of this event.
7681 optional android.stats.textclassifier.EventType event_type = 2;
7682
Tony Mak9c84bd22019-12-09 07:27:25 +00007683 // Name of the annotator model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007684 optional string model_name = 3;
7685
7686 // Type of widget that was involved in triggering this event.
7687 optional android.stats.textclassifier.WidgetType widget_type = 4;
7688
7689 // Index of this event in a session.
7690 optional int32 event_index = 5;
7691
7692 // Entity type that is involved.
7693 optional string entity_type = 6;
7694
7695 // Relative word index of the start of the selection.
7696 optional int32 relative_word_start_index = 7;
7697
7698 // Relative word (exclusive) index of the end of the selection.
7699 optional int32 relative_word_end_index = 8;
7700
7701 // Relative word index of the start of the smart selection.
7702 optional int32 relative_suggested_word_start_index = 9;
7703
7704 // Relative word (exclusive) index of the end of the smart selection.
7705 optional int32 relative_suggested_word_end_index = 10;
Tony Mak98b59f02019-08-07 11:50:58 +01007706
7707 // Name of source package.
7708 optional string package_name = 11;
Tony Make2b1b672019-07-29 16:59:47 +01007709}
7710
7711/**
7712 * Logs when there is a smart linkify related event.
7713 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7714 * Logged from: TextClassifierEventLogger.java
7715 */
7716message TextLinkifyEvent {
7717 // A session ID.
7718 optional string session_id = 1;
7719
7720 // Event type of this event.
7721 optional android.stats.textclassifier.EventType event_type = 2;
7722
Tony Mak9c84bd22019-12-09 07:27:25 +00007723 // Name of the annotator model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007724 optional string model_name = 3;
7725
7726 // Type of widget that was involved in triggering this event.
7727 optional android.stats.textclassifier.WidgetType widget_type = 4;
7728
7729 // Index of this event in a session.
7730 optional int32 event_index = 5;
7731
7732 // Entity type that is involved.
7733 optional string entity_type = 6;
7734
7735 // Number of links detected.
7736 optional int32 num_links = 7;
7737
7738 // The total length of all links.
7739 optional int32 linked_text_length = 8;
7740
7741 // Length of input text.
7742 optional int32 text_length = 9;
7743
7744 // Time spent on generating links in ms.
7745 optional int64 latency_millis = 10;
Tony Mak98b59f02019-08-07 11:50:58 +01007746
7747 // Name of source package.
7748 optional string package_name = 11;
Tony Make2b1b672019-07-29 16:59:47 +01007749}
7750
7751/**
7752 * Logs when there is a conversation actions related event.
7753 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7754 * Logged from: TextClassifierEventLogger.java
7755 */
7756message ConversationActionsEvent {
7757 // A session ID.
7758 optional string session_id = 1;
7759
7760 // Event type of this event.
7761 optional android.stats.textclassifier.EventType event_type = 2;
7762
Tony Mak9c84bd22019-12-09 07:27:25 +00007763 // Name of the actions model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007764 optional string model_name = 3;
7765
7766 // Type of widget that was involved in triggering this event.
7767 optional android.stats.textclassifier.WidgetType widget_type = 4;
7768
7769 // The first entity type that is involved.
7770 optional string first_entity_type = 5;
7771
7772 // The second entity type that is involved.
7773 optional string second_entity_type = 6;
7774
7775 // The third entity type that is involved.
7776 optional string third_entity_type = 7;
7777
7778 // The score of the first entity type.
7779 optional float score = 8;
Tony Mak98b59f02019-08-07 11:50:58 +01007780
7781 // Name of source package.
7782 optional string package_name = 9;
Tony Mak9c84bd22019-12-09 07:27:25 +00007783
7784 // Name of the annotator model that is involved in this event.
7785 optional string annotator_model_name = 10;
Tony Make2b1b672019-07-29 16:59:47 +01007786}
7787
7788/**
7789 * Logs when there is a language detection related event.
7790 * See frameworks/base/core/java/android/view/textclassifier/TextClassifierEvent.java
7791 * Logged from: TextClassifierEventLogger.java
7792 */
7793message LanguageDetectionEvent {
7794 // A session ID.
7795 optional string session_id = 1;
7796
7797 // Event type of this event.
7798 optional android.stats.textclassifier.EventType event_type = 2;
7799
Tony Mak9c84bd22019-12-09 07:27:25 +00007800 // Name of the language detection model that is involved in this event.
Tony Make2b1b672019-07-29 16:59:47 +01007801 optional string model_name = 3;
7802
7803 // Type of widget that was involved in triggering this event.
7804 optional android.stats.textclassifier.WidgetType widget_type = 4;
7805
7806 // Detected language.
7807 optional string language_tag = 5;
7808
7809 // Score of the detected language.
7810 optional float score = 6;
7811
7812 // Position of this action.
7813 optional int32 action_index = 7;
Tony Mak98b59f02019-08-07 11:50:58 +01007814
7815 // Name of source package.
7816 optional string package_name = 8;
Tony Make2b1b672019-07-29 16:59:47 +01007817}
Tianjie Xu167c3db2019-07-22 14:25:14 -07007818
7819/**
7820 * Information about an OTA update attempt by update_engine.
7821 * Logged from platform/system/update_engine/metrics_reporter_android.cc
7822 */
7823message UpdateEngineUpdateAttemptReported {
7824 // The number of attempts for the update engine to apply a given payload.
7825 optional int32 attempt_number = 1;
7826
7827 optional android.stats.otaupdate.PayloadType payload_type = 2;
7828
7829 // The total time in minutes for the update engine to apply a given payload.
7830 // The time is calculated by calling clock_gettime() / CLOCK_BOOTTIME; and
7831 // it's increased when the system is sleeping.
7832 optional int32 duration_boottime_in_minutes = 3;
7833
7834 // The total time in minutes for the update engine to apply a given payload.
7835 // The time is calculated by calling clock_gettime() / CLOCK_MONOTONIC_RAW;
7836 // and it's not increased when the system is sleeping.
7837 optional int32 duration_monotonic_in_minutes = 4;
7838
7839 // The size of the payload in MiBs.
7840 optional int32 payload_size_mib = 5;
7841
7842 // The attempt result reported by the update engine for an OTA update.
7843 optional android.stats.otaupdate.AttemptResult attempt_result = 6;
7844
7845 // The error code reported by the update engine after an OTA update attempt
7846 // on A/B devices.
7847 optional android.stats.otaupdate.ErrorCode error_code = 7;
7848
7849 // The build fingerprint of the source system. The value is read from a
7850 // system property when the device takes the update. e.g.
7851 // Android/aosp_sailfish/sailfish:10/QP1A.190425.004/5507117:userdebug/test-keys
7852 optional string source_fingerprint = 8;
7853}
7854
7855/**
7856 * Information about all the attempts the device make before finishing the
7857 * successful update.
7858 * Logged from platform/system/update_engine/metrics_reporter_android.cc
7859 */
7860message UpdateEngineSuccessfulUpdateReported {
7861 // The number of attempts for the update engine to apply the payload for a
7862 // successful update.
7863 optional int32 attempt_count = 1;
7864
7865 optional android.stats.otaupdate.PayloadType payload_type = 2;
7866
7867 optional int32 payload_size_mib = 3;
7868
7869 // The total number of bytes downloaded by update_engine since the last
7870 // successful update.
7871 optional int32 total_bytes_downloaded_mib = 4;
7872
7873 // The ratio in percentage of the over-downloaded bytes compared to the
7874 // total bytes needed to successfully install the update. e.g. 200 if we
7875 // download 200MiB in total for a 100MiB package.
7876 optional int32 download_overhead_percentage = 5;
7877
7878 // The total time in minutes for the update engine to apply the payload for a
7879 // successful update.
7880 optional int32 total_duration_minutes = 6;
7881
7882 // The number of reboot of the device during a successful update.
7883 optional int32 reboot_count = 7;
7884}
Alec Mourie088e762019-07-02 13:10:55 -07007885
7886/**
Kenny Root4eacaaa2020-01-08 20:48:13 -08007887 * Reported when the RebootEscrow HAL has attempted to recover the escrowed
7888 * key to indicate whether it was successful or not.
7889 *
7890 * Logged from:
7891 * frameworks/base/services/core/java/com/android/server/locksettings/RebootEscrowManager.java
7892 */
7893message RebootEscrowRecoveryReported {
7894 optional bool successful = 1;
7895}
7896
7897/**
Alec Mourie088e762019-07-02 13:10:55 -07007898 * Global display pipeline metrics reported by SurfaceFlinger.
7899 * Pulled from:
7900 * frameworks/native/services/surfaceflinger/TimeStats/TimeStats.cpp
7901 */
7902message SurfaceflingerStatsGlobalInfo {
7903 // Total number of frames presented during the tracing period
7904 optional int64 total_frames = 1;
7905 // Total number of frames missed
7906 optional int64 missed_frames = 2;
7907 // Total number of frames that fell back to client composition
7908 optional int64 client_composition_frames = 3;
7909 // Total time the display was turned on
7910 optional int64 display_on_millis = 4;
7911 // Total time that was spent performing animations.
7912 // This is derived from the present-to-present layer histogram
7913 optional int64 animation_millis = 5;
7914}
7915
7916/**
7917 * Per-layer display pipeline metrics reported by SurfaceFlinger.
7918 * The number of layers uploaded will be restricted due to size limitations.
7919 * Pulled from:
7920 * frameworks/native/services/surfaceflinger/TimeStats/TimeStats.cpp
7921 */
7922message SurfaceflingerStatsLayerInfo {
7923 // The layer for this set of metrics
7924 // For now we can infer that the package name is included in the layer
7925 // name.
7926 optional string layer_name = 1;
7927 // Total number of frames presented
7928 optional int64 total_frames = 2;
7929 // Total number of dropped frames while latching a buffer for this layer.
7930 optional int64 dropped_frames = 3;
7931 // Set of timings measured between successive presentation timestamps.
7932 optional FrameTimingHistogram present_to_present = 4
7933 [(android.os.statsd.log_mode) = MODE_BYTES];
7934 // Set of timings measured from when an app queued a buffer for
7935 // presentation, until the buffer was actually presented to the
7936 // display.
7937 optional FrameTimingHistogram post_to_present = 5
7938 [(android.os.statsd.log_mode) = MODE_BYTES];
7939 // Set of timings measured from when a buffer is ready to be presented,
7940 // until the buffer was actually presented to the display.
7941 optional FrameTimingHistogram acquire_to_present = 6
7942 [(android.os.statsd.log_mode) = MODE_BYTES];
7943 // Set of timings measured from when a buffer was latched by
7944 // SurfaceFlinger, until the buffer was presented to the display
7945 optional FrameTimingHistogram latch_to_present = 7
7946 [(android.os.statsd.log_mode) = MODE_BYTES];
7947 // Set of timings measured from the desired presentation to the actual
7948 // presentation time
7949 optional FrameTimingHistogram desired_to_present = 8
7950 [(android.os.statsd.log_mode) = MODE_BYTES];
7951 // Set of timings measured from when an app queued a buffer for
7952 // presentation, until the buffer was ready to be presented.
7953 optional FrameTimingHistogram post_to_acquire = 9
7954 [(android.os.statsd.log_mode) = MODE_BYTES];
7955}
7956
7957/**
7958 * Histogram of frame counts bucketed by time in milliseconds.
7959 * Because of size limitations, we hard-cap the number of buckets, with
7960 * buckets for corresponding to larger milliseconds being less precise.
7961 */
7962message FrameTimingHistogram {
7963 // Timings in milliseconds that describes a set of histogram buckets
7964 repeated int32 time_millis_buckets = 1;
7965 // Number of frames that match to each time_millis, i.e. the bucket
7966 // contents
7967 // It's required that len(time_millis) == len(frame_count)
7968 repeated int64 frame_counts = 2;
7969}
Emilian Peev6729f372019-08-29 09:14:09 -07007970
Emilian Peev6729f372019-08-29 09:14:09 -07007971/**
7972 * Information about camera facing and API level usage.
7973 * Logged from:
7974 * frameworks/base/services/core/java/com/android/server/camera/CameraServiceProxy.java
7975 */
7976message CameraActionEvent {
7977 // Camera session duration
7978 optional int64 duration = 1;
7979
7980 // Camera API level used
7981 optional int32 api_level = 2;
7982
7983 // Name of client package
7984 optional string package_name = 3;
7985
7986 // Camera facing
7987 enum Facing {
7988 UNKNOWN = 0;
7989 BACK = 1;
7990 FRONT = 2;
7991 EXTERNAL = 3;
7992 }
7993 optional Facing facing = 4;
7994}
atrost01a20932019-08-28 15:40:37 +01007995
7996/**
7997 * Logs when a compatibility change is affecting an app.
7998 *
7999 * Logged from:
8000 * frameworks/base/core/java/android/app/AppCompatCallbacks.java and
8001 * frameworks/base/services/core/java/com/android/server/compat/PlatformCompat.java
8002 */
8003message AppCompatibilityChangeReported {
8004 // The UID of the app being affected by the compatibilty change.
8005 optional int32 uid = 1 [(is_uid) = true];
8006
8007 // The ID of the change affecting the app.
8008 optional int64 change_id = 2;
8009
8010 enum State {
8011 UNKNOWN_STATE = 0;
8012 ENABLED = 1;
8013 DISABLED = 2;
8014 LOGGED = 3;
8015 }
8016
8017 // The state of the change - if logged from gating whether it was enabled or disabled, or just
8018 // logged otherwise.
8019 optional State state = 3;
8020
8021 enum Source {
8022 UNKNOWN_SOURCE = 0;
8023 APP_PROCESS = 1;
8024 SYSTEM_SERVER = 2;
8025 }
8026
8027 // Where it was logged from.
8028 optional Source source = 4;
8029
8030}
Hector Dearman40579f62019-11-01 13:19:30 +00008031
8032/**
8033 * Logged from
8034 * external/perfetto/src/perfetto_cmd/perfetto_cmd.cc
8035 */
8036message PerfettoUploaded {
8037 enum Event {
8038 PERFETTO_UNDEFINED = 0;
8039 PERFETTO_TRACE_BEGIN = 1;
8040 PERFETTO_BACKGROUND_TRACE_BEGIN = 2;
8041 PERFETTO_ON_CONNECT = 3;
8042 PERFETTO_ON_TRACING_DISABLED = 4;
8043 PERFETTO_UPLOAD_DROPBOX_BEGIN = 5;
8044 PERFETTO_UPLOAD_DROPBOX_SUCCESS = 6;
8045 PERFETTO_UPLOAD_DROPBOX_FAILURE = 7;
8046 PERFETTO_UPLOAD_INCIDENT_BEGIN = 8;
8047 PERFETTO_UPLOAD_INCIDENT_SUCCESS = 9;
8048 PERFETTO_UPLOAD_INCIDENT_FAILURE = 10;
8049 PERFETTO_FINALIZE_TRACE_AND_EXIT = 11;
8050 PERFETTO_TRIGGER_BEGIN = 12;
8051 PERFETTO_TRIGGER_SUCCESS = 13;
8052 PERFETTO_TRIGGER_FAILURE = 14;
8053 PERFETTO_HIT_GUARDRAILS = 15;
8054 PERFETTO_ON_TIMEOUT = 16;
8055 PERFETTO_NOT_UPLOADING_EMPTY_TRACE = 17;
8056 }
8057
8058 // Which stage of the pipeline we are reporting from.
8059 optional Event event = 1;
8060
8061 // UUID matching the one set inside the SystemInfo trace packet.
8062 optional int64 trace_uuid_lsb = 2;
8063 optional int64 trace_uuid_msb = 3;
8064}
Mark Tabrya824a642019-11-05 12:26:12 -08008065
8066/**
8067 * Pulls client metrics on data transferred via Vehicle Maps Service.
8068 * Metrics are keyed by uid + layer.
8069 *
8070 * Pulled from:
8071 * packages/services/Car/service/src/com/android/car/stats/CarStatsService.java
8072 */
8073message VmsClientStats {
8074 // UID of the VMS client app
8075 optional int32 uid = 1 [(is_uid) = true];
8076
8077 // VMS layer definition
8078 optional int32 layer_type = 2;
8079 optional int32 layer_channel = 3;
8080 optional int32 layer_version = 4;
8081
8082 // Bytes and packets sent by the client for the layer
8083 optional int64 tx_bytes = 5;
8084 optional int64 tx_packets = 6;
8085
8086 // Bytes and packets received by the client for the layer
8087 optional int64 rx_bytes = 7;
8088 optional int64 rx_packets = 8;
8089
8090 // Bytes and packets dropped due to client error
8091 optional int64 dropped_bytes = 9;
8092 optional int64 dropped_packets = 10;
8093}
Stanislav Zholninccb82e42019-11-29 18:59:49 +00008094
8095/**
8096 * State of a dangerous permission requested by a package - sampled
8097 * Pulled from: StatsCompanionService.java with data obtained from PackageManager API
8098*/
8099message DangerousPermissionStateSampled {
8100 // Name of the permission
8101 optional string permission_name = 1;
8102
8103 // Uid of the package
8104 optional int32 uid = 2 [(is_uid) = true];
8105
8106 // If the permission is granted to the uid
8107 optional bool is_granted = 3;
8108
8109 // Permission flags as per android.content.pm.PermissionFlags
8110 optional int32 permission_flags = 4;
8111}
8112
Stan Iliev637ba5e2019-08-16 13:43:08 -04008113/**
8114 * HWUI renders pipeline type: GL (0) or Vulkan (1).
8115 */
8116enum PipelineType {
8117 GL = 0;
8118 VULKAN = 1;
8119}
8120
8121/**
8122 * HWUI stats for a given app.
8123 */
8124message GraphicsStats {
8125 // The package name of the app
8126 optional string package_name = 1;
8127
8128 // The version code of the app
8129 optional int64 version_code = 2;
8130
8131 // The start & end timestamps in UTC as
8132 // milliseconds since January 1, 1970
8133 // Compatible with java.util.Date#setTime()
8134 optional int64 stats_start = 3;
8135
8136 optional int64 stats_end = 4;
8137
8138 // HWUI renders pipeline type: GL or Vulkan.
8139 optional PipelineType pipeline = 5;
8140
8141 // Distinct frame count.
8142 optional int32 total_frames = 6;
8143
8144 // Number of "missed vsync" events.
8145 optional int32 missed_vsync_count = 7;
8146
8147 // Number of frames in triple-buffering scenario (high input latency)
8148 optional int32 high_input_latency_count = 8;
8149
8150 // Number of "slow UI thread" events.
8151 optional int32 slow_ui_thread_count = 9;
8152
8153 // Number of "slow bitmap upload" events.
8154 optional int32 slow_bitmap_upload_count = 10;
8155
8156 // Number of "slow draw" events.
8157 optional int32 slow_draw_count = 11;
8158
8159 // Number of frames that missed their deadline (aka, visibly janked)
8160 optional int32 missed_deadline_count = 12;
8161
8162 // The frame time histogram for the package
8163 optional FrameTimingHistogram cpu_histogram = 13
8164 [(android.os.statsd.log_mode) = MODE_BYTES];
8165
8166 // The gpu frame time histogram for the package
8167 optional FrameTimingHistogram gpu_histogram = 14
8168 [(android.os.statsd.log_mode) = MODE_BYTES];
8169
8170 // UI mainline module version.
8171 optional int64 version_ui_module = 15;
8172
8173 // If true, these are HWUI stats for up to a 24h period for a given app from today.
8174 // If false, these are HWUI stats for a 24h period for a given app from the last complete
8175 // day (yesterday). Stats from yesterday stay constant, while stats from today may change as
8176 // more apps are running / rendering.
8177 optional bool is_today = 16;
8178}
Stanislav Zholnin606454c2019-11-27 15:31:49 +00008179
8180/**
8181 * Message related to dangerous (runtime) app ops access
8182 */
Stanislav Zholnin88c6f322020-01-29 14:48:11 +00008183message RuntimeAppOpAccess {
Stanislav Zholnin606454c2019-11-27 15:31:49 +00008184 // Uid of the package accessing app op
8185 optional int32 uid = 1 [(is_uid) = true];
8186
8187 // Name of the package accessing app op
8188 optional string package_name = 2;
8189
Stanislav Zholnin88c6f322020-01-29 14:48:11 +00008190 // operation string id per OPSTR_ constants in AppOpsManager.java
8191 optional string op = 3;
Stanislav Zholnin606454c2019-11-27 15:31:49 +00008192
8193 // feature id; provided by developer when accessing related API, limited at 50 chars by API.
8194 // Features must be provided through manifest using <feature> tag available in R and above.
8195 optional string feature_id = 4;
8196
8197 // message related to app op access, limited to 600 chars by API
8198 optional string message = 5;
8199
8200 enum SamplingStrategy {
8201 DEFAULT = 0;
8202 UNIFORM = 1;
8203 RARELY_USED = 2;
8204 }
8205
8206 // sampling strategy used to collect this message
8207 optional SamplingStrategy sampling_strategy = 6;
8208}
8209
Nikita Ioffe41dd57e2020-01-10 16:05:08 +00008210/*
8211 * Logs userspace reboot outcome and duration.
8212 *
8213 * Logged from:
8214 * frameworks/base/core/java/com/android/server/BootReceiver.java
8215 */
8216message UserspaceRebootReported {
8217 // Possible outcomes of userspace reboot.
8218 enum Outcome {
8219 // Default value in case platform failed to determine the outcome.
8220 OUTCOME_UNKNOWN = 0;
8221 // Userspace reboot succeeded (i.e. boot completed without a fall back to hard reboot).
8222 SUCCESS = 1;
8223 // Userspace reboot shutdown sequence was aborted.
8224 FAILED_SHUTDOWN_SEQUENCE_ABORTED = 2;
8225 // Remounting userdata into checkpointing mode failed.
8226 FAILED_USERDATA_REMOUNT = 3;
8227 // Device didn't finish booting before timeout and userspace reboot watchdog issued a hard
8228 // reboot.
8229 FAILED_USERSPACE_REBOOT_WATCHDOG_TRIGGERED = 4;
8230 }
8231 // Outcome of userspace reboot. Always set.
8232 optional Outcome outcome = 1;
8233 // Duration of userspace reboot in case it has a successful outcome.
8234 // Duration is measured as time between userspace reboot was initiated and until boot completed
8235 // (e.g. sys.boot_completed=1).
8236 optional int64 duration_millis = 2;
8237 // State of primary user's (user0) credential encryption storage.
8238 enum UserEncryptionState {
8239 // Default value.
8240 USER_ENCRYPTION_STATE_UNKNOWN = 0;
8241 // Credential encrypted storage is unlocked.
8242 UNLOCKED = 1;
8243 // Credential encrypted storage is locked.
8244 LOCKED = 2;
8245 }
8246 // State of primary user's encryption storage at the moment boot completed. Always set.
8247 optional UserEncryptionState user_encryption_state = 3;
8248}
Omer Nebil Yaveroglu06b969a2020-01-23 11:10:38 +00008249
8250/*
8251 * Logs integrity check information during each install.
8252 *
8253 * Logged from:
8254 * frameworks/base/services/core/java/com/android/server/integrity/AppIntegrityManagerServiceImpl.java
8255 */
8256message IntegrityCheckResultReported {
8257 optional string package_name = 1;
8258 optional string app_certificate_hash = 2;
Omer Nebil Yaveroglu0ade8542020-01-24 12:47:46 +00008259 optional int64 version_code = 3;
Omer Nebil Yaveroglu06b969a2020-01-23 11:10:38 +00008260 optional string installer_package_name = 4;
8261 enum Response {
8262 UNKNOWN = 0;
8263 ALLOWED = 1;
8264 REJECTED = 2;
8265 FORCE_ALLOWED = 3;
8266 }
8267 optional Response response = 5;
8268 // An estimate on the cause of the response. This will only be populated for
8269 // REJECTED and FORCE_ALLOWED
8270 optional bool caused_by_app_cert_rule = 6;
8271 optional bool caused_by_installer_rule = 7;
8272}
8273
8274/**
8275 * Logs the information about the rules and the provider whenever rules are
8276 * pushed into AppIntegrityManager.
8277 *
8278 * Logged from:
8279 * frameworks/base/services/core/java/com/android/server/integrity/AppIntegrityManagerServiceImpl.java
8280 */
8281message IntegrityRulesPushed {
8282 optional bool success = 1;
8283 // Package name of the app that pushed the rules.
8284 optional string rule_provider = 2;
8285 // Version string of arbitrary format provided by the rule provider to
8286 // identify the rules.
8287 optional string rule_version = 3;
8288}
Jordan Liubedfa702019-12-20 15:08:45 -08008289
8290/**
8291 * Logs when a cell broadcast message is received on the device.
8292 *
8293 * Logged from CellBroadcastService module:
8294 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
8295 */
8296message CellBroadcastMessageReported {
8297 // The type of Cell Broadcast message
8298 enum CbType {
8299 UNKNOWN_TYPE = 0;
8300 GSM = 1;
8301 CDMA = 2;
8302 CDMA_SPC = 3;
8303 }
8304
8305 // GSM, CDMA, CDMA-SCP
8306 optional CbType type = 1;
8307}
8308
8309/**
8310 * Logs when an error occurs while handling a cell broadcast message;
8311 *
8312 * Logged from CellBroadcastService module:
8313 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
8314 */
8315message CellBroadcastMessageError {
8316 // The type of error raised when trying to handle a cell broadcast message
8317 enum ErrorType {
8318 UNKNOWN_TYPE = 0;
8319 CDMA_DECODING_ERROR = 1;
8320 CDMA_SCP_EMPTY = 2;
8321 CDMA_SCP_HANDLING_ERROR = 3;
8322 GSM_INVALID_HEADER_LENGTH = 4;
8323 GSM_UNSUPPORTED_HEADER_MESSAGE_TYPE = 5;
8324 GSM_UNSUPPORTED_HEADER_DATA_CODING_SCHEME = 6;
8325 GSM_INVALID_PDU = 7;
8326 GSM_INVALID_GEO_FENCING_DATA = 8;
8327 GSM_UMTS_INVALID_WAC = 9;
8328 FAILED_TO_INSERT_TO_DB = 10;
8329 UNEXPECTED_GEOMETRY_FROM_FWK = 11;
8330 UNEXPECTED_GSM_MESSAGE_TYPE_FROM_FWK = 12;
8331 UNEXPECTED_CDMA_MESSAGE_TYPE_FROM_FWK = 13;
8332 UNEXPECTED_CDMA_SCP_MESSAGE_TYPE_FROM_FWK = 14;
8333 }
8334
8335 // What kind of error occurred
8336 optional ErrorType type = 1;
8337
8338 // Exception message (or log message) associated with the error (max 1000 chars)
8339 optional string exception_message = 2;
8340}
Anton Hansson5a48e4b2020-02-06 14:50:35 +00008341
8342/**
8343 * Logs when the SDK Extensions test app has polled the current version.
8344 * This is atom ID 354.
8345 *
8346 * Logged from:
8347 * vendor/google_testing/integration/packages/apps/SdkExtensionsTestApp/
8348 */
8349message SdkExtensionStatus {
8350 enum ApiCallStatus {
8351 CALL_NOT_ATTEMPTED = 0;
8352 CALL_SUCCESSFUL = 1;
8353 CALL_FAILED = 2;
8354 }
8355
8356 optional ApiCallStatus result = 1;
8357
8358 // The R extension version, i.e. android.os.ext.SdkExtension.getExtensionVersion(R).
8359 optional int32 r_extension_version = 2;
8360
8361 // A number identifying which particular symbol's call failed, if any. 0 means no missing symbol.
8362 // "Failed" here can mean a symbol that wasn't meant to be visible was, or the other way around.
8363 optional int32 failed_call_symbol = 3;
8364}