blob: d5a6e0eb9d4818ca6eb9baa551e8fc5699fec417 [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
Yao Chend54f9dd2017-10-17 17:37:48 +000019// TODO: Not the right package and class name
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -070020package android.os.statsd;
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -070021option java_package = "com.android.os";
Stefan Lafonae2df012017-11-14 09:17:21 -080022option java_outer_classname = "AtomsProto";
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -070023
Yao Chen9c1debe2018-02-19 14:39:19 -080024import "frameworks/base/cmds/statsd/src/atom_field_options.proto";
Bookatzdb026a22018-01-10 19:01:56 -080025import "frameworks/base/core/proto/android/app/enums.proto";
Tej Singh33a412b2018-03-16 18:43:59 -070026import "frameworks/base/core/proto/android/app/job/enums.proto";
Tej Singh5d991e12018-03-09 19:48:11 -080027import "frameworks/base/core/proto/android/bluetooth/enums.proto";
Bookatz1a1b0462018-01-12 11:47:03 -080028import "frameworks/base/core/proto/android/os/enums.proto";
Bookatz8bdae8d2018-01-16 11:24:30 -080029import "frameworks/base/core/proto/android/server/enums.proto";
Tej Singhc477d9c2018-02-05 18:31:39 -080030import "frameworks/base/core/proto/android/telecomm/enums.proto";
Bookatz1a1b0462018-01-12 11:47:03 -080031import "frameworks/base/core/proto/android/telephony/enums.proto";
32import "frameworks/base/core/proto/android/view/enums.proto";
Joe Onorato62c220b2017-11-18 20:32:56 -080033
Yao Chend54f9dd2017-10-17 17:37:48 +000034/**
Stefan Lafonae2df012017-11-14 09:17:21 -080035 * The master atom class. This message defines all of the available
Yao Chend54f9dd2017-10-17 17:37:48 +000036 * raw stats log events from the Android system, also known as "atoms."
37 *
38 * This field contains a single oneof with all of the available messages.
39 * The stats-log-api-gen tool runs as part of the Android build and
40 * generates the android.util.StatsLog class, which contains the constants
41 * and methods that Android uses to log.
42 *
Stefan Lafonae2df012017-11-14 09:17:21 -080043 * This Atom class is not actually built into the Android system.
Yao Chend54f9dd2017-10-17 17:37:48 +000044 * Instead, statsd on Android constructs these messages synthetically,
45 * in the format defined here and in stats_log.proto.
46 */
Stefan Lafonae2df012017-11-14 09:17:21 -080047message Atom {
48 // Pushed atoms start at 2.
David Chenc8a43242017-10-17 16:23:28 -070049 oneof pushed {
Bookatzc1a050a2017-10-10 15:49:28 -070050 // For StatsLog reasons, 1 is illegal and will not work. Must start at 2.
51 BleScanStateChanged ble_scan_state_changed = 2;
Bookatze5ec0b42018-03-26 13:34:56 -070052 // TODO: 3 is blank, but need not be
Bookatzc1a050a2017-10-10 15:49:28 -070053 BleScanResultReceived ble_scan_result_received = 4;
54 SensorStateChanged sensor_state_changed = 5;
Bookatzdb026a22018-01-10 19:01:56 -080055 GpsScanStateChanged gps_scan_state_changed = 6;
Bookatzc1a050a2017-10-10 15:49:28 -070056 SyncStateChanged sync_state_changed = 7;
57 ScheduledJobStateChanged scheduled_job_state_changed = 8;
58 ScreenBrightnessChanged screen_brightness_changed = 9;
Bookatzd6746242017-10-24 18:39:35 -070059 WakelockStateChanged wakelock_state_changed = 10;
Bookatzddccf0a2017-11-28 16:48:14 -080060 LongPartialWakelockStateChanged long_partial_wakelock_state_changed = 11;
61 MobileRadioPowerStateChanged mobile_radio_power_state_changed = 12;
62 WifiRadioPowerStateChanged wifi_radio_power_state_changed = 13;
63 // TODO: 14-19 are blank, but need not be
64 BatterySaverModeStateChanged battery_saver_mode_state_changed = 20;
65 DeviceIdleModeStateChanged device_idle_mode_state_changed = 21;
66 DeviceIdlingModeStateChanged device_idling_mode_state_changed = 22;
Bookatzc1a050a2017-10-10 15:49:28 -070067 AudioStateChanged audio_state_changed = 23;
68 MediaCodecActivityChanged media_codec_activity_changed = 24;
69 CameraStateChanged camera_state_changed = 25;
70 FlashlightStateChanged flashlight_state_changed = 26;
71 UidProcessStateChanged uid_process_state_changed = 27;
72 ProcessLifeCycleStateChanged process_life_cycle_state_changed = 28;
73 ScreenStateChanged screen_state_changed = 29;
Bookatz8c6571b2017-10-24 15:04:41 -070074 BatteryLevelChanged battery_level_changed = 30;
75 ChargingStateChanged charging_state_changed = 31;
76 PluggedStateChanged plugged_state_changed = 32;
Tej Singh40298312018-02-16 00:15:09 -080077 // TODO: 33 is blank, but is available for use.
Bookatz8c6571b2017-10-24 15:04:41 -070078 DeviceOnStatusChanged device_on_status_changed = 34;
79 WakeupAlarmOccurred wakeup_alarm_occurred = 35;
80 KernelWakeupReported kernel_wakeup_reported = 36;
Bookatze5885242017-10-24 20:10:31 -070081 WifiLockStateChanged wifi_lock_state_changed = 37;
82 WifiSignalStrengthChanged wifi_signal_strength_changed = 38;
83 WifiScanStateChanged wifi_scan_state_changed = 39;
84 PhoneSignalStrengthChanged phone_signal_strength_changed = 40;
David Chenc28b2bb2017-10-24 12:52:52 -070085 SettingChanged setting_changed = 41;
David Chenc8a43242017-10-17 16:23:28 -070086 ActivityForegroundStateChanged activity_foreground_state_changed = 42;
David Chen21582962017-11-01 17:32:46 -070087 IsolatedUidChanged isolated_uid_changed = 43;
Hugo Benichi884970e2017-11-14 22:42:46 +090088 PacketWakeupOccurred packet_wakeup_occurred = 44;
David Chen9e3808c2017-11-20 17:25:34 -080089 DropboxErrorChanged dropbox_error_changed = 45;
Bookatz8fcd09a2017-12-18 13:01:10 -080090 AnomalyDetected anomaly_detected = 46;
David Chen0b5c90c2018-01-25 16:51:49 -080091 AppBreadcrumbReported app_breadcrumb_reported = 47;
Olivier Gaillardaed7f122017-12-12 14:26:22 +000092 AppStartChanged app_start_changed = 48;
93 AppStartCancelChanged app_start_cancel_changed = 49;
94 AppStartFullyDrawnChanged app_start_fully_drawn_changed = 50;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -080095 LmkKillOccurred lmk_kill_occurred = 51;
Chenjie Yu52cacc62017-12-08 18:11:45 -080096 PictureInPictureStateChanged picture_in_picture_state_changed = 52;
Tej Singh4503e102018-01-04 14:35:01 -080097 WifiMulticastLockStateChanged wifi_multicast_lock_state_changed = 53;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -080098 LmkStateChanged lmk_state_changed = 54;
99 AppStartMemoryStateCaptured app_start_memory_state_captured = 55;
Tej Singh1ea42892018-01-19 09:27:00 -0800100 ShutdownSequenceReported shutdown_sequence_reported = 56;
Tej Singh6483ea42018-01-25 17:45:49 -0800101 BootSequenceReported boot_sequence_reported = 57;
Tej Singhbb8554a2018-01-26 11:59:14 -0800102 DaveyOccurred davey_occurred = 58;
Chenjie Yue8904192017-12-08 19:12:57 -0800103 OverlayStateChanged overlay_state_changed = 59;
Chenjie Yuccfe6452018-01-30 11:33:21 -0800104 ForegroundServiceStateChanged foreground_service_state_changed = 60;
Tej Singhc477d9c2018-02-05 18:31:39 -0800105 CallStateChanged call_state_changed = 61;
Tej Singhdd7bd352018-02-09 19:33:15 -0800106 KeyguardStateChanged keyguard_state_changed = 62;
107 KeyguardBouncerStateChanged keyguard_bouncer_state_changed = 63;
108 KeyguardBouncerPasswordEntered keyguard_bouncer_password_entered = 64;
Rajeev Kumar51b54602018-03-01 12:18:26 -0800109 AppDied app_died=65;
Tej Singha883b372018-02-15 11:30:01 -0800110 ResourceConfigurationChanged resource_configuration_changed = 66;
Tej Singh5d991e12018-03-09 19:48:11 -0800111 BluetoothEnabledStateChanged bluetooth_enabled_state_changed = 67;
112 BluetoothConnectionStateChanged bluetooth_connection_state_changed = 68;
113 BluetoothA2dpAudioStateChanged bluetooth_a2dp_audio_state_changed = 69;
Andrew Chantb56388b2018-03-22 21:07:33 -0700114 UsbConnectorStateChanged usb_connector_state_changed = 70;
Andrew Chant28d627e2018-02-22 15:17:05 -0800115 SpeakerImpedanceReported speaker_impedance_reported = 71;
116 HardwareFailed hardware_failed = 72;
117 PhysicalDropDetected physical_drop_detected = 73;
118 ChargeCyclesReported charge_cycles_reported = 74;
Tej Singheee317b2018-03-07 19:28:05 -0800119 MobileConnectionStateChanged mobile_connection_state_changed = 75;
120 MobileRadioTechnologyChanged mobile_radio_technology_changed = 76;
Andrew Chantb56388b2018-03-22 21:07:33 -0700121 UsbDeviceAttached usb_device_attached = 77;
Yao Chend54f9dd2017-10-17 17:37:48 +0000122 }
David Chenc8a43242017-10-17 16:23:28 -0700123
David Chen6e3e6cb2018-01-03 16:14:06 -0800124 // Pulled events will start at field 10000.
Tej Singh40298312018-02-16 00:15:09 -0800125 // Next: 10022
David Chenc8a43242017-10-17 16:23:28 -0700126 oneof pulled {
David Chen6e3e6cb2018-01-03 16:14:06 -0800127 WifiBytesTransfer wifi_bytes_transfer = 10000;
128 WifiBytesTransferByFgBg wifi_bytes_transfer_by_fg_bg = 10001;
129 MobileBytesTransfer mobile_bytes_transfer = 10002;
130 MobileBytesTransferByFgBg mobile_bytes_transfer_by_fg_bg = 10003;
Chenjie Yu9d7720b2018-01-24 10:34:48 -0800131 BluetoothBytesTransfer bluetooth_bytes_transfer = 10006;
David Chen6e3e6cb2018-01-03 16:14:06 -0800132 KernelWakelock kernel_wakelock = 10004;
Chenjie Yuc8b7f222018-01-11 23:25:57 -0800133 SubsystemSleepState subsystem_sleep_state = 10005;
David Chen6e3e6cb2018-01-03 16:14:06 -0800134 CpuTimePerFreq cpu_time_per_freq = 10008;
135 CpuTimePerUid cpu_time_per_uid = 10009;
136 CpuTimePerUidFreq cpu_time_per_uid_freq = 10010;
137 WifiActivityEnergyInfo wifi_activity_energy_info = 10011;
138 ModemActivityInfo modem_activity_info = 10012;
Chenjie Yu9d7720b2018-01-24 10:34:48 -0800139 BluetoothActivityInfo bluetooth_activity_info = 10007;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -0800140 ProcessMemoryState process_memory_state = 10013;
Chenjie Yu9d7720b2018-01-24 10:34:48 -0800141 SystemElapsedRealtime system_elapsed_realtime = 10014;
142 SystemUptime system_uptime = 10015;
Chenjie Yu9da105b2018-01-13 12:41:08 -0800143 CpuActiveTime cpu_active_time = 10016;
144 CpuClusterTime cpu_cluster_time = 10017;
Chenjie Yu937d7422018-01-10 16:37:53 -0800145 DiskSpace disk_space = 10018;
Tej Singhbf972d92018-01-10 20:51:13 -0800146 RemainingBatteryCapacity remaining_battery_capacity = 10019;
147 FullBatteryCapacity full_battery_capacity = 10020;
Tej Singh40298312018-02-16 00:15:09 -0800148 Temperature temperature = 10021;
David Chenc8a43242017-10-17 16:23:28 -0700149 }
yroa1fe77c2018-02-26 14:22:54 -0800150
151 // DO NOT USE field numbers above 100,000 in AOSP. Field numbers above
152 // 100,000 are reserved for non-AOSP (e.g. OEMs) to use.
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700153}
154
Yao Chend54f9dd2017-10-17 17:37:48 +0000155/**
Yangster-mac20877162017-12-22 17:19:39 -0800156 * This proto represents a node of an attribution chain.
157 * Note: All attribution chains are represented as a repeated field of type
158 * AttributionNode. It is understood that in such arrays, the order is that
159 * of calls, that is [A, B, C] if A calls B that calls C.
Yao Chend54f9dd2017-10-17 17:37:48 +0000160 */
Yangster-mac20877162017-12-22 17:19:39 -0800161message AttributionNode {
162 // The uid for a given element in the attribution chain.
Yangster-mac7604aea2017-12-11 22:55:49 -0800163 optional int32 uid = 1;
Yangster-mac7604aea2017-12-11 22:55:49 -0800164
Yangster-mac20877162017-12-22 17:19:39 -0800165 // The (optional) string tag for an element in the attribution chain. If the
166 // element has no tag, it is encoded as an empty string.
167 optional string tag = 2;
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700168}
169
Yao Chend54f9dd2017-10-17 17:37:48 +0000170/*
171 * *****************************************************************************
yrode4ca102017-11-15 22:57:24 -0800172 * Below are all of the individual atoms that are logged by Android via statsd.
Yao Chend54f9dd2017-10-17 17:37:48 +0000173 *
174 * RULES:
175 * - The field ids for each atom must start at 1, and count upwards by 1.
176 * Skipping field ids is not allowed.
177 * - These form an API, so renaming, renumbering or removing fields is
178 * not allowed between android releases. (This is not currently enforced,
179 * but there will be a tool to enforce this restriction).
180 * - The types must be built-in protocol buffer types, namely, no sub-messages
181 * are allowed (yet). The bytes type is also not allowed.
182 * - The CamelCase name of the message type should match the
Stefan Lafonae2df012017-11-14 09:17:21 -0800183 * underscore_separated name as defined in Atom.
Yao Chend54f9dd2017-10-17 17:37:48 +0000184 * - If an atom represents work that can be attributed to an app, there can
Yangster-mac7604aea2017-12-11 22:55:49 -0800185 * be exactly one AttributionChain field. It must be field number 1.
Yao Chend54f9dd2017-10-17 17:37:48 +0000186 * - A field that is a uid should be a string field, tagged with the [xxx]
187 * annotation. The generated code on android will be represented by UIDs,
188 * and those UIDs will be translated in xxx to those strings.
189 *
190 * CONVENTIONS:
Bookatzc1a050a2017-10-10 15:49:28 -0700191 * - Events are past tense. e.g. ScreenStateChanged, not ScreenStateChange.
Yao Chend54f9dd2017-10-17 17:37:48 +0000192 * - If there is a UID, it goes first. Think in an object-oriented fashion.
193 * *****************************************************************************
194 */
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700195
Yao Chend54f9dd2017-10-17 17:37:48 +0000196/**
197 * Logs when the screen state changes.
198 *
199 * Logged from:
200 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
201 */
202message ScreenStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -0800203 // New screen state, from frameworks/base/core/proto/android/view/enums.proto.
Yao Chen9c1debe2018-02-19 14:39:19 -0800204 optional android.view.DisplayStateEnum state = 1 [(stateFieldOption).option = EXCLUSIVE];
Stefan Lafoncdb1a0e2017-09-27 20:24:15 -0700205}
Yao Chend54f9dd2017-10-17 17:37:48 +0000206
207/**
Bookatzc1a050a2017-10-10 15:49:28 -0700208 * Logs that the state of a process state, as per the activity manager, has changed.
Yao Chend54f9dd2017-10-17 17:37:48 +0000209 *
210 * Logged from:
211 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
212 */
Bookatzc1a050a2017-10-10 15:49:28 -0700213message UidProcessStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -0700214 optional int32 uid = 1 [(stateFieldOption).option = PRIMARY, (is_uid) = true];
Yao Chend54f9dd2017-10-17 17:37:48 +0000215
Bookatzdb026a22018-01-10 19:01:56 -0800216 // The state, from frameworks/base/core/proto/android/app/enums.proto.
Yao Chen9c1debe2018-02-19 14:39:19 -0800217 optional android.app.ProcessStateEnum state = 2 [(stateFieldOption).option = EXCLUSIVE];
Yao Chend54f9dd2017-10-17 17:37:48 +0000218}
219
220/**
Bookatzc1a050a2017-10-10 15:49:28 -0700221 * Logs that a process started, finished, crashed, or ANRed.
222 *
223 * Logged from:
224 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
225 */
226message ProcessLifeCycleStateChanged {
David Chen0b5c90c2018-01-25 16:51:49 -0800227 // TODO: should be a string tagged w/ uid annotation
Yao Chenc40a19d2018-03-15 16:48:25 -0700228 optional int32 uid = 1 [(is_uid) = true];
Bookatzc1a050a2017-10-10 15:49:28 -0700229
David Chen0b5c90c2018-01-25 16:51:49 -0800230 // The process name (usually same as the app name).
Bookatzc1a050a2017-10-10 15:49:28 -0700231 optional string name = 2;
232
Bookatzddccf0a2017-11-28 16:48:14 -0800233 // What lifecycle state the process changed to.
234 // This enum is specific to atoms.proto.
235 enum Event {
236 PROCESS_FINISHED = 0;
237 PROCESS_STARTED = 1;
238 PROCESS_CRASHED = 2;
239 PROCESS_ANRED = 3;
240 }
241 optional Event event = 3;
Bookatzc1a050a2017-10-10 15:49:28 -0700242}
243
Bookatzc1a050a2017-10-10 15:49:28 -0700244/**
245 * Logs when the ble scan state changes.
246 *
247 * Logged from:
248 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
249 */
Bookatze5ec0b42018-03-26 13:34:56 -0700250// TODO: Consider changing to tracking per-scanner-id (log from AppScanStats).
Bookatzc1a050a2017-10-10 15:49:28 -0700251message BleScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800252 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700253
254 enum State {
255 OFF = 0;
256 ON = 1;
Bookatze5ec0b42018-03-26 13:34:56 -0700257 // RESET indicates all ble stopped. Used when it (re)starts (e.g. after it crashes).
258 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700259 }
260 optional State state = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700261
Bookatze5ec0b42018-03-26 13:34:56 -0700262 // Does the scan have a filter.
263 optional bool is_filtered = 3;
264 // Whether the scan is a CALLBACK_TYPE_FIRST_MATCH scan. Called 'background' scan internally.
265 optional bool is_first_match = 4;
266 // Whether the scan set to piggy-back off the results of other scans (SCAN_MODE_OPPORTUNISTIC).
267 optional bool is_opportunistic = 5;
Bookatzc1a050a2017-10-10 15:49:28 -0700268}
269
270/**
271 * Logs reporting of a ble scan finding results.
272 *
273 * Logged from:
274 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
275 */
276// TODO: Consider changing to tracking per-scanner-id (log from AppScanStats).
277message BleScanResultReceived {
Yangster-macafad8c62018-01-05 22:30:49 -0800278 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700279
280 // Number of ble scan results returned.
281 optional int32 num_of_results = 2;
282}
283
284/**
285 * Logs when a sensor state changes.
286 *
287 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700288 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700289 */
290message SensorStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800291 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700292
293 // TODO: Is there a way to get the actual name of the sensor?
294 // The id (int) of the sensor.
295 optional int32 sensor_id = 2;
296
297 enum State {
298 OFF = 0;
299 ON = 1;
300 }
301 optional State state = 3;
302}
303
304
305/**
306 * Logs when GPS state changes.
307 *
308 * Logged from:
309 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
310 */
311message GpsScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800312 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700313
314 enum State {
315 OFF = 0;
316 ON = 1;
317 }
318 optional State state = 2;
319}
320
321
322/**
323 * Logs when a sync manager sync state changes.
324 *
325 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700326 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700327 */
328message SyncStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800329 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700330
David Chen0b5c90c2018-01-25 16:51:49 -0800331 // Name of the sync (as named in the app). Can be chosen at run-time.
Bookatzc1a050a2017-10-10 15:49:28 -0700332 optional string name = 2;
333
334 enum State {
335 OFF = 0;
336 ON = 1;
337 }
338 optional State state = 3;
339}
340
341/**
342 * Logs when a job scheduler job state changes.
343 *
344 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700345 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700346 */
347message ScheduledJobStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800348 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700349
350 // Name of the job (as named in the app)
351 optional string name = 2;
352
353 enum State {
Tej Singhd5747a62018-01-08 20:57:35 -0800354 FINISHED = 0;
355 STARTED = 1;
356 SCHEDULED = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700357 }
358 optional State state = 3;
359
Tej Singh33a412b2018-03-16 18:43:59 -0700360 // The reason a job has stopped.
361 // This is only applicable when the state is FINISHED.
Bookatz235343d2018-03-26 13:03:50 -0700362 // The default value is STOP_REASON_UNKNOWN.
Tej Singh33a412b2018-03-16 18:43:59 -0700363 optional android.app.job.StopReasonEnum stop_reason = 4;
Bookatzc1a050a2017-10-10 15:49:28 -0700364}
365
366/**
367 * Logs when the audio state changes.
368 *
369 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700370 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700371 */
372message AudioStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800373 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700374
375 enum State {
376 OFF = 0;
377 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700378 // RESET indicates all audio stopped. Used when it (re)starts (e.g. after it crashes).
379 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700380 }
381 optional State state = 2;
382}
383
384/**
385 * Logs when the video codec state changes.
386 *
387 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700388 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700389 */
390message MediaCodecActivityChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800391 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700392
393 enum State {
394 OFF = 0;
395 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700396 // RESET indicates all mediaCodec stopped. Used when it (re)starts (e.g. after it crashes).
397 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700398 }
399 optional State state = 2;
400}
401
402/**
403 * Logs when the flashlight state changes.
404 *
405 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700406 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700407 */
408message FlashlightStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800409 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700410
411 enum State {
412 OFF = 0;
413 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700414 // RESET indicates all flashlight stopped. Used when it (re)starts (e.g. after it crashes).
415 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700416 }
417 optional State state = 2;
418}
419
420/**
421 * Logs when the camera state changes.
422 *
423 * Logged from:
Bookatz235343d2018-03-26 13:03:50 -0700424 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
Bookatzc1a050a2017-10-10 15:49:28 -0700425 */
426message CameraStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800427 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700428
429 enum State {
430 OFF = 0;
431 ON = 1;
Bookatz235343d2018-03-26 13:03:50 -0700432 // RESET indicates all camera stopped. Used when it (re)starts (e.g. after it crashes).
433 RESET = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700434 }
435 optional State state = 2;
436}
437
438/**
439 * Logs that the state of a wakelock (per app and per wakelock name) has changed.
Yao Chend54f9dd2017-10-17 17:37:48 +0000440 *
441 * Logged from:
442 * TODO
443 */
Bookatzd6746242017-10-24 18:39:35 -0700444message WakelockStateChanged {
Yangster-mac20877162017-12-22 17:19:39 -0800445 repeated AttributionNode attribution_node = 1;
Yao Chend54f9dd2017-10-17 17:37:48 +0000446
Bookatz1a1b0462018-01-12 11:47:03 -0800447 // The type (level) of the wakelock; e.g. a partial wakelock or a full wakelock.
448 // From frameworks/base/core/proto/android/os/enums.proto.
449 optional android.os.WakeLockLevelEnum level = 2;
Bookatzc1a050a2017-10-10 15:49:28 -0700450
451 // The wakelock tag (Called tag in the Java API, sometimes name elsewhere).
452 optional string tag = 3;
453
454 enum State {
Yangster-maccfdf3a42017-12-06 13:42:38 -0800455 RELEASE = 0;
456 ACQUIRE = 1;
457 CHANGE_RELEASE = 2;
458 CHANGE_ACQUIRE = 3;
Bookatzc1a050a2017-10-10 15:49:28 -0700459 }
460 optional State state = 4;
461}
462
463/**
Bookatzc1a050a2017-10-10 15:49:28 -0700464 * Logs when a partial wakelock is considered 'long' (over 1 min).
465 *
466 * Logged from:
467 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
468 */
469message LongPartialWakelockStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800470 repeated AttributionNode attribution_node = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700471
Yao Chend54f9dd2017-10-17 17:37:48 +0000472 // The wakelock tag (Called tag in the Java API, sometimes name elsewhere).
473 optional string tag = 2;
474
Bookatzc1a050a2017-10-10 15:49:28 -0700475 // TODO: I have no idea what this is.
476 optional string history_tag = 3;
477
478 enum State {
479 OFF = 0;
480 ON = 1;
481 }
482 optional State state = 4;
Yao Chend54f9dd2017-10-17 17:37:48 +0000483}
484
Bookatzc1a050a2017-10-10 15:49:28 -0700485/**
486 * Logs Battery Saver state change.
487 *
488 * Logged from:
489 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
490 */
491message BatterySaverModeStateChanged {
492 enum State {
493 OFF = 0;
494 ON = 1;
495 }
496 optional State state = 1;
497}
498
499/**
500 * Logs Doze mode state change.
501 *
502 * Logged from:
Bookatzddccf0a2017-11-28 16:48:14 -0800503 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatzc1a050a2017-10-10 15:49:28 -0700504 */
505message DeviceIdleModeStateChanged {
Bookatz8bdae8d2018-01-16 11:24:30 -0800506 optional android.server.DeviceIdleModeEnum state = 1;
Bookatzddccf0a2017-11-28 16:48:14 -0800507}
508
509
510/**
511 * Logs state change of Doze mode including maintenance windows.
512 *
513 * Logged from:
514 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
515 */
516message DeviceIdlingModeStateChanged {
Bookatz8bdae8d2018-01-16 11:24:30 -0800517 optional android.server.DeviceIdleModeEnum state = 1;
Bookatzc1a050a2017-10-10 15:49:28 -0700518}
519
520/**
521 * Logs screen brightness level.
522 *
523 * Logged from:
524 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
525 */
526message ScreenBrightnessChanged {
527 // Screen brightness level. Should be in [-1, 255] according to PowerManager.java.
528 optional int32 level = 1;
Bookatz8c6571b2017-10-24 15:04:41 -0700529}
530
531/**
532 * Logs battery level (percent full, from 0 to 100).
533 *
534 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700535 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -0700536 */
537message BatteryLevelChanged {
538 // Battery level. Should be in [0, 100].
539 optional int32 battery_level = 1;
540}
541
542/**
543 * Logs change in charging status of the device.
544 *
545 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700546 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -0700547 */
548message ChargingStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -0800549 // State of the battery, from frameworks/base/core/proto/android/os/enums.proto.
550 optional android.os.BatteryStatusEnum state = 1;
Bookatz8c6571b2017-10-24 15:04:41 -0700551}
552
553/**
554 * Logs whether the device is plugged in, and what power source it is using.
555 *
556 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700557 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatz8c6571b2017-10-24 15:04:41 -0700558 */
559message PluggedStateChanged {
Bookatz1a1b0462018-01-12 11:47:03 -0800560 // Whether the device is plugged in, from frameworks/base/core/proto/android/os/enums.proto.
561 optional android.os.BatteryPluggedStateEnum state = 1;
Bookatz8c6571b2017-10-24 15:04:41 -0700562}
563
Bookatz8c6571b2017-10-24 15:04:41 -0700564// TODO: Define this more precisely.
565// TODO: Log the ON state somewhere. It isn't currently logged anywhere.
566/**
567 * Logs when the device turns off or on.
568 *
569 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700570 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
Bookatz8c6571b2017-10-24 15:04:41 -0700571 */
572message DeviceOnStatusChanged {
573 enum State {
574 OFF = 0;
575 ON = 1;
576 }
577 optional State state = 1;
578}
579
580/**
581 * Logs when an app's wakeup alarm fires.
582 *
583 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700584 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
Bookatz8c6571b2017-10-24 15:04:41 -0700585 */
586message WakeupAlarmOccurred {
Yangster-macafad8c62018-01-05 22:30:49 -0800587 repeated AttributionNode attribution_node = 1;
Bookatzddccf0a2017-11-28 16:48:14 -0800588
589 // Name of the wakeup alarm.
590 optional string tag = 2;
591}
592
593/**
594 * Logs when an an app causes the mobile radio to change state.
595 * Changing from LOW to MEDIUM or HIGH can be considered the app waking the mobile radio.
596 *
597 * Logged from:
598 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
599 */
600message MobileRadioPowerStateChanged {
601 // TODO: Add attribution instead of uid?
Yao Chenc40a19d2018-03-15 16:48:25 -0700602 optional int32 uid = 1 [(is_uid) = true];
Bookatzddccf0a2017-11-28 16:48:14 -0800603
Bookatz1a1b0462018-01-12 11:47:03 -0800604 // Power state, from frameworks/base/core/proto/android/telephony/enums.proto.
605 optional android.telephony.DataConnectionPowerStateEnum state = 2;
Bookatzddccf0a2017-11-28 16:48:14 -0800606}
607
608/**
609 * Logs when an an app causes the wifi radio to change state.
610 * Changing from LOW to MEDIUM or HIGH can be considered the app waking the wifi radio.
611 *
612 * Logged from:
613 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
614 */
615message WifiRadioPowerStateChanged {
616 // TODO: Add attribution instead of uid?
Yao Chenc40a19d2018-03-15 16:48:25 -0700617 optional int32 uid = 1 [(is_uid) = true];
Bookatzddccf0a2017-11-28 16:48:14 -0800618
Bookatz1a1b0462018-01-12 11:47:03 -0800619 // Power state, from frameworks/base/core/proto/android/telephony/enums.proto.
620 optional android.telephony.DataConnectionPowerStateEnum state = 2;
Bookatz8c6571b2017-10-24 15:04:41 -0700621}
622
623/**
624 * Logs kernel wakeup reasons and aborts.
625 *
626 * Logged from:
627 * frameworks/base/services/core/java/com/android/server/am/BatteryStatsService.java
628 */
629message KernelWakeupReported {
630 // Name of the kernel wakeup reason (or abort).
631 optional string wakeup_reason_name = 1;
632
633 // Duration (in microseconds) for the wake-up interrupt to be serviced.
David Chen0b5c90c2018-01-25 16:51:49 -0800634 optional int64 duration_micros = 2;
Bookatze5885242017-10-24 20:10:31 -0700635}
636
637/**
638 * Logs wifi locks held by an app.
639 *
640 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700641 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -0700642 */
643message WifiLockStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800644 repeated AttributionNode attribution_node = 1;
Bookatze5885242017-10-24 20:10:31 -0700645
646 enum State {
647 OFF = 0;
648 ON = 1;
649 }
650 optional State state = 2;
651}
652
653/**
654 * Logs wifi signal strength changes.
655 *
656 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700657 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -0700658 */
659message WifiSignalStrengthChanged {
Bookatz1a1b0462018-01-12 11:47:03 -0800660 // Signal strength, from frameworks/base/core/proto/android/telephony/enums.proto.
661 optional android.telephony.SignalStrengthEnum signal_strength = 1;
Bookatze5885242017-10-24 20:10:31 -0700662}
663
664/**
665 * Logs wifi scans performed by an app.
666 *
667 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -0700668 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -0700669 */
670message WifiScanStateChanged {
Yangster-macafad8c62018-01-05 22:30:49 -0800671 repeated AttributionNode attribution_node = 1;
Bookatze5885242017-10-24 20:10:31 -0700672
673 enum State {
674 OFF = 0;
675 ON = 1;
676 }
677 optional State state = 2;
678}
679
680/**
Tej Singh4503e102018-01-04 14:35:01 -0800681 * Logs wifi multicast locks held by an app
682 *
683 * Logged from:
684 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
685 */
686message WifiMulticastLockStateChanged {
687 repeated AttributionNode attribution_node = 1;
688
689 enum State {
690 OFF = 0;
691 ON = 1;
692 }
693 optional State state = 2;
694}
695
696/**
Tej Singh1ea42892018-01-19 09:27:00 -0800697 * Logs shutdown reason and duration on next boot.
698 *
699 * Logged from:
700 * frameworks/base/core/java/com/android/server/BootReceiver.java
701 */
702message ShutdownSequenceReported {
703 // True if shutdown is for a reboot. Default: false if we do not know.
704 optional bool reboot = 1;
705
706 // Reason for shutdown. Eg: userrequested. Default: "<EMPTY>".
707 optional string reason = 2;
708
709 // Beginning of shutdown time in ms using wall clock time since unix epoch.
710 // Default: 0 if no start time received.
David Chen0b5c90c2018-01-25 16:51:49 -0800711 optional int64 start_time_millis = 3;
Tej Singh1ea42892018-01-19 09:27:00 -0800712
713 // Duration of shutdown in ms. Default: 0 if no duration received.
David Chen0b5c90c2018-01-25 16:51:49 -0800714 optional int64 duration_millis = 4;
Tej Singh1ea42892018-01-19 09:27:00 -0800715}
716
Tej Singh6483ea42018-01-25 17:45:49 -0800717
718/**
719 * Logs boot reason and duration.
720 *
721 * Logged from:
722 * system/core/bootstat/bootstat.cpp
723 */
724message BootSequenceReported {
725 // Reason for bootloader boot. Eg. reboot. See bootstat.cpp for larger list
726 // Default: "<EMPTY>" if not available.
727 optional string bootloader_reason = 1;
728
729 // Reason for system boot. Eg. bootloader, reboot,userrequested
730 // Default: "<EMPTY>" if not available.
731 optional string system_reason = 2;
732
733 // End of boot time in ms from unix epoch using system wall clock.
David Chen0b5c90c2018-01-25 16:51:49 -0800734 optional int64 end_time_millis = 3;
Tej Singh6483ea42018-01-25 17:45:49 -0800735
736 // Total boot duration in ms.
David Chen0b5c90c2018-01-25 16:51:49 -0800737 optional int64 total_duration_millis = 4;
Tej Singh6483ea42018-01-25 17:45:49 -0800738
739 // Bootloader duration in ms.
David Chen0b5c90c2018-01-25 16:51:49 -0800740 optional int64 bootloader_duration_millis = 5;
Tej Singh6483ea42018-01-25 17:45:49 -0800741
742 // Time since last boot in ms. Default: 0 if not available.
743 optional int64 time_since_last_boot = 6;
744}
745
Tej Singhc477d9c2018-02-05 18:31:39 -0800746
747/**
748 * Logs call state and disconnect cause (if applicable).
749 *
750 * Logged from:
751 * packages/services/Telecomm/src/com/android/server/telecom/Call.java
752 */
753message CallStateChanged {
754 // The state of the call. Eg. DIALING, ACTIVE, ON_HOLD, DISCONNECTED.
755 // From frameworks/base/core/proto/android/telecomm/enums.proto.
756 optional android.telecom.CallStateEnum call_state = 1;
757
758 // The reason the call disconnected. Eg. ERROR, MISSED, REJECTED, BUSY.
759 // This value is only applicable when the call_state is DISCONNECTED, and
760 // should always be UNKNOWN if the call_state is not DISCONNECTED.
761 // From frameworks/base/core/proto/android/telecomm/enums.proto.
762 optional android.telecom.DisconnectCauseEnum disconnect_cause = 2;
763
764 // True if the call is self-managed, which are apps that use the
765 // telecom infrastructure to make their own calls.
766 optional bool self_managed = 3;
767
768 // True if call is external. External calls are calls on connected Wear
769 // devices but show up in Telecom so the user can pull them onto the device.
770 optional bool external_call = 4;
771}
772
Tej Singh1ea42892018-01-19 09:27:00 -0800773/**
Tej Singhdd7bd352018-02-09 19:33:15 -0800774 * Logs keyguard state. The keyguard is the lock screen.
775 *
776 * Logged from:
777 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java
778 */
779message KeyguardStateChanged {
780 enum State {
781 UNKNOWN = 0;
782 // The keyguard is hidden when the phone is unlocked.
783 HIDDEN = 1;
784 // The keyguard is shown when the phone is locked (screen turns off).
785 SHOWN= 2;
786 // The keyguard is occluded when something is overlaying the keyguard.
787 // Eg. Opening the camera while on the lock screen.
788 OCCLUDED = 3;
789 }
790 optional State state = 1;
791}
792
793/**
794 * Logs keyguard bouncer state. The bouncer is a part of the keyguard, and
795 * prompts the user to enter a password (pattern, pin, etc).
796 *
797 * Logged from:
798 * frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
799 */
800
801message KeyguardBouncerStateChanged {
802 enum State {
803 UNKNOWN = 0;
804 // Bouncer is hidden, either as a result of successfully entering the
805 // password, screen timing out, or user going back to lock screen.
806 HIDDEN = 1;
807 // This is when the user is being prompted to enter the password.
808 SHOWN = 2;
809 }
810 optional State state = 1;
811}
812
813/**
814 * Logs the result of entering a password into the keyguard bouncer.
815 *
816 * Logged from:
817 * frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
818 */
819message KeyguardBouncerPasswordEntered {
820 enum BouncerResult {
821 UNKNOWN = 0;
822 // The password entered was incorrect.
823 FAILURE = 1;
824 // The password entered was correct.
825 SUCCESS = 2;
826 }
827 optional BouncerResult result = 1;
828}
829
Tej Singha883b372018-02-15 11:30:01 -0800830/*
831 * Logs changes to the configuration of the device. The configuration is defined
832 * in frameworks/base/core/java/android/content/res/Configuration.java
833 * More documentation is at https://d.android.com/reference/android/content/res/Configuration.html
834 * Please go there to interpret the possible values each field can be.
835 *
836 * Logged from:
837 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
838 */
839message ResourceConfigurationChanged {
840 // Bit mask of color capabilities of the screen.
841 // Contains information about the color gamut and hdr mode of the screen.
842 // See: https://d.android.com/reference/android/content/res/Configuration.html#colorMode
843 optional int32 colorMode = 1;
844
845 // The target screen density being rendered to.
846 // See: https://d.android.com/reference/android/content/res/Configuration.html#densityDpi
847 optional int32 densityDpi = 2;
848
849 // Current user preference for the scaling factor for fonts,
850 // relative to the base density scaling.
851 // See: https://d.android.com/reference/android/content/res/Configuration.html#fontScale
852 optional float fontScale = 3;
853
854 // Flag indicating whether the hard keyboard is hidden.
855 // See: https://d.android.com/reference/android/content/res/Configuration.html#hardKeyboardHidden
856 optional int32 hardKeyboardHidden = 4;
857
858 // The type of keyboard attached to the device.
859 // See: https://d.android.com/reference/android/content/res/Configuration.html#keyboard
860 optional int32 keyboard = 5;
861
862 // Flag indicating whether any keyboard is available. Takes soft keyboards into account.
863 // See: https://d.android.com/reference/android/content/res/Configuration.html#keyboardHidden
864 optional int32 keyboardHideen = 6;
865
866 // IMSI MCC (Mobile Country Code), corresponding to mcc resource qualifier.
867 // 0 if undefined.
868 // See: https://d.android.com/reference/android/content/res/Configuration.html#mcc
869 optional int32 mcc = 7;
870
871 // IMSI MNC (Mobile Network Code), corresponding to mnc resource qualifier.
872 // 0 if undefined. Note: the actual MNC may be 0, to check for this use the
873 // MNC_ZERO symbol defined in Configuration.java.
874 // See: https://d.android.com/reference/android/content/res/Configuration.html#mnc
875 optional int32 mnc = 8;
876
877 // The kind of navigation available on the device.
878 // See: https://developer.android.com/reference/android/content/res/Configuration.html#navigation
879 optional int32 navigation = 9;
880
881 // Flag indicating whether the navigation is available.
882 // See: https://d.android.com/reference/android/content/res/Configuration.html#navigationHidden
883 optional int32 navigationHidden = 10;
884
885 // Overall orientation of the screen.
886 // See: https://d.android.com/reference/android/content/res/Configuration.html#orientation
887 optional int32 orientation = 11;
888
889 // The current height of the available screen space, in dp units.
890 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenHeightDp
891 optional int32 screenHeightDp = 12;
892
893 // Bit mask of overall layout of the screen.
894 // Contains information about screen size, whether the screen is wider/taller
895 // than normal, whether the screen layout is right-tl-left or left-to-right,
896 // and whether the screen has a rounded shape.
897 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenLayout
898 optional int32 screenLayout = 13;
899
900 // Current width of the available screen space, in dp units.
901 // See: https://d.android.com/reference/android/content/res/Configuration.html#screenWidthDp
902 optional int32 screenWidthDp = 14;
903
904 // The smallest screen size an application will see in normal operation.
905 // This is the smallest value of both screenWidthDp and screenHeightDp
906 // in portrait and landscape.
907 // See: https://d.android.com/reference/android/content/res/Configuration.html#smallestScreenWidthDp
908 optional int32 smallestScreenWidthDp = 15;
909
910 // The type of touch screen attached to the device.
911 // See: https://d.android.com/reference/android/content/res/Configuration.html#touchscreen
912 optional int32 touchscreen = 16;
913
914 // Bit mask of the ui mode.
915 // Contains information about the overall ui mode of the device.
916 // Eg: NORMAL, DESK, CAR, TELEVISION, WATCH, VR_HEADSET
917 // Also contains information about whether the device is in night mode.
918 // See: https://d.android.com/reference/android/content/res/Configuration.html#uiMode
919 optional int32 uiMode = 17;
920}
921
Tej Singheee317b2018-03-07 19:28:05 -0800922
923/**
924 * Logs changes in the connection state of the mobile radio.
925 *
926 * Logged from:
927 * frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DataConnection.java
928 */
929message MobileConnectionStateChanged {
930 // States are from the state machine DataConnection.java.
931 enum State {
932 UNKNOWN = 0;
933 // The connection is inactive, or disconnected.
934 INACTIVE = 1;
935 // The connection is being activated, or connecting.
936 ACTIVATING = 2;
937 // The connection is active, or connected.
938 ACTIVE = 3;
939 // The connection is disconnecting.
940 DISCONNECTING = 4;
941 // The connection is disconnecting after creating a connection.
942 DISCONNECTION_ERROR_CREATING_CONNECTION = 5;
943 }
944 optional State state = 1;
945 // For multi-sim phones, this distinguishes between the sim cards.
946 optional int32 sim_slot_index = 2;
947 // Used to identify the connection. Starts at 0 and increments by 1 for
948 // every new network created. Resets whenever the device reboots.
949 optional int32 data_connection_id = 3;
950 // A bitmask for the capabilities of this connection.
951 // Eg. DEFAULT (internet), MMS, SUPL, DUN, IMS.
952 // Default value (if we have no information): 0
953 optional int64 capabilities = 4;
954 // If this connection has internet.
955 // This just checks if the DEFAULT bit of capabilities is set.
956 optional bool has_internet = 5;
957}
958
959/**
960 * Logs changes in mobile radio technology. eg: LTE, EDGE, CDMA.
961 *
962 * Logged from:
963 * frameworks/opt/telephony/src/java/com/android/internal/telephony/ServiceStateTracker.java
964 */
965message MobileRadioTechnologyChanged {
966 optional android.telephony.NetworkTypeEnum state = 1;
967 // For multi-sim phones, this distinguishes between the sim cards.
968 optional int32 sim_slot_index = 2;
969}
970
Andrew Chantb56388b2018-03-22 21:07:33 -0700971/**
972 * Logs the VID and PID of any connected USB devices.
973 *
974 * Notes if any Audio, HID (input buttons/mouse/keyboard), or Storage interfaces are present.
975 *
976 * Logged by Vendor.
977 */
978message UsbDeviceAttached {
979 optional int32 vid = 1;
980 optional int32 pid = 2;
981 optional bool has_audio = 3;
982 optional bool has_hid = 4;
983 optional bool has_storage = 5;
984}
985
Tej Singheee317b2018-03-07 19:28:05 -0800986
Tej Singhdd7bd352018-02-09 19:33:15 -0800987/**
Tej Singh5d991e12018-03-09 19:48:11 -0800988 * Logs when Bluetooth is enabled and disabled.
989 *
990 * Logged from:
991 * services/core/java/com/android/server/BluetoothManagerService.java
992 */
993message BluetoothEnabledStateChanged {
994 repeated AttributionNode attribution_node = 1;
995 // Whether or not bluetooth is enabled on the device.
996 enum State {
997 UNKNOWN = 0;
998 ENABLED = 1;
999 DISABLED = 2;
1000 }
1001 optional State state = 2;
1002 // The reason for being enabled/disabled.
1003 // Eg. Airplane mode, crash, application request.
1004 optional android.bluetooth.EnableDisableReasonEnum reason = 3;
1005 // If the reason is an application request, this will be the package name.
1006 optional string pkgName = 4;
1007}
1008
1009/**
1010 * Logs when a Bluetooth device connects and disconnects.
1011 *
1012 * Logged from:
1013 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/AdapterProperties.java
1014 */
1015message BluetoothConnectionStateChanged {
1016 // The state of the connection.
1017 // Eg: CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED.
1018 optional android.bluetooth.ConnectionStateEnum state = 1;
1019 // An identifier that can be used to match connect and disconnect events.
1020 // Currently is last two bytes of a hash of a device level ID and
1021 // the mac address of the bluetooth device that is connected.
1022 optional int32 obfuscated_id = 2;
1023 // The profile that is connected. Eg. GATT, A2DP, HEADSET.
1024 // From android.bluetooth.BluetoothAdapter.java
1025 optional int32 bt_profile = 3;
1026}
1027
1028/**
1029 * Logs when Bluetooth A2dp audio streaming state changes.
1030 *
1031 * Logged from:
1032 * TODO(b/73971848)
1033 */
1034message BluetoothA2dpAudioStateChanged {
1035 // Whether or not audio is being played using Bluetooth A2dp.
1036 enum State {
1037 UNKNOWN = 0;
1038 PLAY = 1;
1039 STOP = 2;
1040 }
1041 optional State state = 1;
1042}
1043
1044/**
Andrew Chant28d627e2018-02-22 15:17:05 -08001045 * Logs when something is plugged into or removed from the USB-C connector.
1046 *
1047 * Logged from:
1048 * Vendor USB HAL.
1049 */
1050message UsbConnectorStateChanged {
1051 enum State {
1052 DISCONNECTED = 0;
1053 CONNECTED = 1;
1054 }
1055 optional State state = 1;
1056}
1057
1058/**
1059 * Logs the reported speaker impedance.
1060 *
1061 * Logged from:
1062 * Vendor audio implementation.
1063 */
1064message SpeakerImpedanceReported {
1065 optional int32 speaker_location = 1;
1066 optional int32 impedance = 2;
1067}
1068
1069/**
1070 * Logs the report of a failed hardware.
1071 *
1072 * Logged from:
1073 * Vendor HALs.
1074 *
1075 */
1076message HardwareFailed {
1077 enum HardwareType {
1078 HARDWARE_FAILED_UNKNOWN = 0;
1079 HARDWARE_FAILED_MICROPHONE = 1;
1080 HARDWARE_FAILED_CODEC = 2;
1081 HARDWARE_FAILED_SPEAKER = 3;
1082 HARDWARE_FAILED_FINGERPRINT = 4;
1083 }
1084 optional HardwareType hardware_type = 1;
1085
1086 /* hardware_location allows vendors to differentiate between multiple instances of
1087 * the same hardware_type. The specific locations are vendor defined integers,
1088 * referring to board-specific numbering schemes.
1089 */
1090 optional int32 hardware_location = 2;
1091
1092 /* failure_code is specific to the HardwareType of the failed hardware.
1093 * It should use the enum values defined below.
1094 */
1095 enum MicrophoneFailureCode {
1096 MICROPHONE_FAILURE_COMPLETE = 0;
1097 }
1098 enum CodecFailureCode {
1099 CODEC_FAILURE_COMPLETE = 0;
1100 }
1101 enum SpeakerFailureCode {
1102 SPEAKER_FAILURE_COMPLETE = 0;
1103 SPEAKER_FAILURE_HIGH_Z = 1;
1104 SPEAKER_FAILURE_SHORT = 2;
1105 }
1106 enum FingerprintFailureCode {
1107 FINGERPRINT_FAILURE_COMPLETE = 0;
1108 FINGERPRINT_SENSOR_BROKEN = 1;
1109 FINGERPRINT_TOO_MANY_DEAD_PIXELS = 2;
1110 }
1111 optional int32 failure_code = 3;
1112}
1113
1114/**
1115 * Log an event when the device has been physically dropped.
1116 * Reported from the /vendor partition.
1117 */
1118message PhysicalDropDetected {
1119 // Confidence that the event was actually a drop, 0 -> 100
1120 optional int32 confidence_pctg = 1;
1121 // Peak acceleration of the drop, in 1/1000s of a g.
1122 optional int32 accel_peak_thousandths_g = 2;
Andrew Chantb56388b2018-03-22 21:07:33 -07001123 // Duration of freefall in ms
1124 optional int32 freefall_time_millis = 3;
Andrew Chant28d627e2018-02-22 15:17:05 -08001125}
1126
1127/**
1128 * Log bucketed battery charge cycles.
1129 *
1130 * Each bucket represents cycles of the battery past
1131 * a given charge point. For example, bucket 1 is the
1132 * lowest 1/8th of the battery, and bucket 8 is 100%.
1133 *
1134 * Logged from:
1135 * /sys/class/power_supply/bms/cycle_count, via Vendor.
1136 */
1137message ChargeCyclesReported {
1138 optional int32 cycle_bucket_1 = 1;
1139 optional int32 cycle_bucket_2 = 2;
1140 optional int32 cycle_bucket_3 = 3;
1141 optional int32 cycle_bucket_4 = 4;
1142 optional int32 cycle_bucket_5 = 5;
1143 optional int32 cycle_bucket_6 = 6;
1144 optional int32 cycle_bucket_7 = 7;
1145 optional int32 cycle_bucket_8 = 8;
1146}
1147
1148/**
Tej Singhbb8554a2018-01-26 11:59:14 -08001149 * Logs the duration of a davey (jank of >=700ms) when it occurs
1150 *
1151 * Logged from:
1152 * frameworks/base/libs/hwui/JankTracker.cpp
1153 */
1154message DaveyOccurred {
David Chen77ef6712018-02-23 18:23:42 -08001155 // The UID that logged this atom.
Yao Chenc40a19d2018-03-15 16:48:25 -07001156 optional int32 uid = 1 [(is_uid) = true];
1157 ;
David Chen77ef6712018-02-23 18:23:42 -08001158
Tej Singhbb8554a2018-01-26 11:59:14 -08001159 // Amount of time it took to render the frame. Should be >=700ms.
David Chen77ef6712018-02-23 18:23:42 -08001160 optional int64 jank_duration_millis = 2;
Tej Singhbb8554a2018-01-26 11:59:14 -08001161}
1162
1163/**
Bookatze5885242017-10-24 20:10:31 -07001164 * Logs phone signal strength changes.
1165 *
1166 * Logged from:
David Chenc28b2bb2017-10-24 12:52:52 -07001167 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
Bookatze5885242017-10-24 20:10:31 -07001168 */
1169message PhoneSignalStrengthChanged {
Bookatz1a1b0462018-01-12 11:47:03 -08001170 // Signal strength, from frameworks/base/core/proto/android/telephony/enums.proto.
1171 optional android.telephony.SignalStrengthEnum signal_strength = 1;
David Chenc28b2bb2017-10-24 12:52:52 -07001172}
1173
1174/**
1175 * Logs that a setting was updated.
1176 * Logged from:
David Chenbd789912018-03-16 17:19:55 -07001177 * frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/SettingsState.java
David Chenc28b2bb2017-10-24 12:52:52 -07001178 * The tag and is_default allow resetting of settings to default values based on the specified
1179 * tag. See Settings#putString(ContentResolver, String, String, String, boolean) for more details.
1180 */
1181message SettingChanged {
1182 // The name of the setting.
1183 optional string setting = 1;
1184
1185 // The change being imposed on this setting. May represent a number, eg "3".
1186 optional string value = 2;
1187
1188 // The new value of this setting. For most settings, this is same as value. For some settings,
1189 // value is +X or -X where X represents an element in a set. For example, if the previous value
1190 // is A,B,C and value is -B, then new_value is A,C and prev_value is A,B,C.
1191 // The +/- feature is currently only used for location_providers_allowed.
1192 optional string new_value = 3;
1193
1194 // The previous value of this setting.
1195 optional string prev_value = 4;
1196
1197 // The tag used with the is_default for resetting sets of settings. This is generally null.
1198 optional string tag = 5;
1199
Bookatz90867622018-01-31 15:05:57 -08001200 // True if this setting with tag should be resettable.
1201 optional bool is_default = 6;
David Chenc28b2bb2017-10-24 12:52:52 -07001202
David Chenbd789912018-03-16 17:19:55 -07001203 // The associated user (for multi-user feature). Defined in android/os/UserHandle.java
David Chenc28b2bb2017-10-24 12:52:52 -07001204 optional int32 user = 7;
David Chenbd789912018-03-16 17:19:55 -07001205
1206 enum ChangeReason {
1207 UPDATED = 1; // Updated can be an insertion or an update.
1208 DELETED = 2;
1209 }
1210 optional ChangeReason reason = 8;
David Chenc28b2bb2017-10-24 12:52:52 -07001211}
Chenjie Yub3dda412017-10-24 13:41:59 -07001212
Chenjie Yu05013b32017-11-21 10:21:41 -08001213/**
Chenjie Yu3d4f6042017-10-27 15:39:34 -07001214 * Logs activity going to foreground or background
1215 *
1216 * Logged from:
1217 * frameworks/base/services/core/java/com/android/server/am/ActivityRecord.java
1218 */
1219message ActivityForegroundStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07001220 optional int32 uid = 1 [(is_uid) = true];
Yangster-mac20877162017-12-22 17:19:39 -08001221 optional string pkg_name = 2;
1222 optional string class_name = 3;
1223
Chenjie Yu3d4f6042017-10-27 15:39:34 -07001224 enum Activity {
1225 MOVE_TO_BACKGROUND = 0;
1226 MOVE_TO_FOREGROUND = 1;
1227 }
Chenjie Yu3d4f6042017-10-27 15:39:34 -07001228 optional Activity activity = 4;
1229}
David Chenc8a43242017-10-17 16:23:28 -07001230
1231/**
David Chen9e3808c2017-11-20 17:25:34 -08001232 * Logs when an error is written to dropbox.
1233 * Logged from:
1234 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
1235 */
1236message DropboxErrorChanged {
1237 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07001238 optional int32 uid = 1 [(is_uid) = true];
David Chen9e3808c2017-11-20 17:25:34 -08001239
1240 // Tag used when recording this error to dropbox. Contains data_ or system_ prefix.
1241 optional string tag = 2;
1242
1243 // The name of the process.
1244 optional string process_name = 3;
1245
1246 // The pid if available. -1 means not available.
David Chen6e3e6cb2018-01-03 16:14:06 -08001247 optional sint32 pid = 4;
David Chen9e3808c2017-11-20 17:25:34 -08001248
1249 // 1 indicates is instant app. -1 indicates Not applicable.
David Chen6e3e6cb2018-01-03 16:14:06 -08001250 optional sint32 is_instant_app = 5;
David Chen9e3808c2017-11-20 17:25:34 -08001251
1252 // The activity name if available.
1253 optional string activity_name = 6;
1254
David Chen6e3e6cb2018-01-03 16:14:06 -08001255 // The package name if available.
1256 optional string package_name = 7;
1257
David Chen9e3808c2017-11-20 17:25:34 -08001258 // 1 indicates in foreground. -1 indicates not available.
David Chen6e3e6cb2018-01-03 16:14:06 -08001259 optional sint32 is_foreground = 8;
David Chen9e3808c2017-11-20 17:25:34 -08001260}
1261
David Chen0a368b22017-12-06 16:28:16 -08001262/*
1263 * Allows other apps to push events into statsd.
1264 * Logged from:
1265 * frameworks/base/core/java/android/util/StatsLog.java
1266 */
David Chen0b5c90c2018-01-25 16:51:49 -08001267message AppBreadcrumbReported {
David Chen0a368b22017-12-06 16:28:16 -08001268 // The uid of the application that sent this custom atom.
Yao Chenc40a19d2018-03-15 16:48:25 -07001269 optional int32 uid = 1 [(is_uid) = true];
David Chen0a368b22017-12-06 16:28:16 -08001270
1271 // An arbitrary label chosen by the developer. For Android P, the label should be in [0, 16).
1272 optional int32 label = 2;
1273
1274 // Allows applications to easily use a custom event as start/stop boundaries (ie, define custom
1275 // predicates for the metrics).
1276 enum State {
1277 UNKNOWN = 0;
1278 UNSPECIFIED = 1; // For events that are known to not represent START/STOP.
1279 STOP = 2;
1280 START = 3;
1281 }
1282 optional State state = 3;
1283}
1284
David Chen9e3808c2017-11-20 17:25:34 -08001285/**
Bookatz8fcd09a2017-12-18 13:01:10 -08001286 * Logs when statsd detects an anomaly.
1287 *
1288 * Logged from:
1289 * frameworks/base/cmds/statsd/src/anomaly/AnomalyTracker.cpp
1290 */
1291message AnomalyDetected {
1292 // Uid that owns the config whose anomaly detection alert fired.
Yao Chenc40a19d2018-03-15 16:48:25 -07001293 optional int32 config_uid = 1 [(is_uid) = true];
Bookatz8fcd09a2017-12-18 13:01:10 -08001294
Yangster-mac94e197c2018-01-02 16:03:03 -08001295 // Id of the config whose anomaly detection alert fired.
1296 optional int64 config_id = 2;
Bookatz8fcd09a2017-12-18 13:01:10 -08001297
Yangster-mac94e197c2018-01-02 16:03:03 -08001298 // Id of the alert (i.e. name of the anomaly that was detected).
1299 optional int64 alert_id = 3;
Bookatz8fcd09a2017-12-18 13:01:10 -08001300}
1301
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001302message AppStartChanged {
1303 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07001304 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001305
1306 // The app package name.
1307 optional string pkg_name = 2;
1308
1309 enum TransitionType {
1310 APP_START_TRANSITION_TYPE_UNKNOWN = 0;
1311 WARM = 1;
1312 HOT = 2;
1313 COLD = 3;
1314 }
1315 // The transition type.
1316 optional TransitionType type = 3;
1317
1318 // The activity name.
1319 optional string activity_name = 4;
1320
1321 // The name of the calling app. Empty if not set.
1322 optional string calling_pkg_name = 5;
1323
1324 // Whether the app is an instant app.
1325 optional bool is_instant_app = 6;
1326
1327 // Device uptime when activity started.
David Chen0b5c90c2018-01-25 16:51:49 -08001328 optional int64 activity_start_millis = 7;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001329
Bookatz80d11a02018-01-16 10:46:35 -08001330 optional android.app.AppTransitionReasonEnum reason = 8;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001331
David Chen0b5c90c2018-01-25 16:51:49 -08001332 optional int32 transition_delay_millis = 9;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001333 // -1 if not set.
David Chen0b5c90c2018-01-25 16:51:49 -08001334 optional int32 starting_window_delay_millis = 10;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001335 // -1 if not set.
David Chen0b5c90c2018-01-25 16:51:49 -08001336 optional int32 bind_application_delay_millis = 11;
1337 optional int32 windows_drawn_delay_millis = 12;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001338
1339 // Empty if not set.
1340 optional string launch_token = 13;
1341
Calin Juravle759fbda2018-02-20 19:52:30 +00001342 // The compiler filter used when when the package was optimized.
1343 optional string package_optimization_compilation_filter = 14;
1344
1345 // The reason why the package was optimized.
1346 optional string package_optimization_compilation_reason = 15;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001347}
1348
1349message AppStartCancelChanged {
1350 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07001351 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001352
1353 // The app package name.
1354 optional string pkg_name = 2;
1355
1356 enum TransitionType {
1357 APP_START_TRANSITION_TYPE_UNKNOWN = 0;
1358 WARM = 1;
1359 HOT = 2;
1360 COLD = 3;
1361 }
1362 // The transition type.
1363 optional TransitionType type = 3;
1364
1365 // The activity name.
1366 optional string activity_name = 4;
1367}
1368
1369message AppStartFullyDrawnChanged {
1370 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07001371 optional int32 uid = 1 [(is_uid) = true];
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001372
1373 // The app package name.
1374 optional string pkg_name = 2;
1375
1376 enum TransitionType {
1377 APP_START_TRANSITION_TYPE_UNKNOWN = 0;
1378 WITH_BUNDLE = 1;
1379 WITHOUT_BUNDLE = 2;
1380 }
1381 // The transition type.
1382 optional TransitionType type = 3;
1383
1384 // The activity name.
1385 optional string activity_name = 4;
1386
1387 optional bool transition_process_running = 5;
1388
1389 // App startup time (until call to Activity#reportFullyDrawn()).
David Chen0b5c90c2018-01-25 16:51:49 -08001390 optional int64 app_startup_time_millis = 6;
Olivier Gaillardaed7f122017-12-12 14:26:22 +00001391}
1392
Bookatz8fcd09a2017-12-18 13:01:10 -08001393/**
Chenjie Yu52cacc62017-12-08 18:11:45 -08001394 * Logs a picture-in-picture action
1395 * Logged from:
1396 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
1397 * frameworks/base/services/core/java/com/android/server/am/ActivityStackSupervisor.java
1398 * frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java
1399 */
1400message PictureInPictureStateChanged {
Chenjie Yuae9fdf042018-02-15 10:19:32 -08001401 // -1 if it is not available
Yao Chenc40a19d2018-03-15 16:48:25 -07001402 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yu52cacc62017-12-08 18:11:45 -08001403
Chenjie Yuae9fdf042018-02-15 10:19:32 -08001404 optional string short_name = 2;
Chenjie Yu52cacc62017-12-08 18:11:45 -08001405
Chenjie Yu52cacc62017-12-08 18:11:45 -08001406 enum State {
1407 ENTERED = 1;
1408 EXPANDED_TO_FULL_SCREEN = 2;
1409 MINIMIZED = 3;
1410 DISMISSED = 4;
1411 }
Chenjie Yuae9fdf042018-02-15 10:19:32 -08001412 optional State state = 3;
Chenjie Yu52cacc62017-12-08 18:11:45 -08001413}
1414
1415/**
Chenjie Yue8904192017-12-08 19:12:57 -08001416 * Logs overlay action
1417 * Logged from:
1418 * services/core/java/com/android/server/wm/Session.java
1419 */
1420message OverlayStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07001421 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yue8904192017-12-08 19:12:57 -08001422
1423 optional string package_name = 2;
1424
1425 optional bool using_alert_window = 3;
1426
1427 enum State {
1428 ENTERED = 1;
1429 EXITED = 2;
1430 }
1431 optional State state = 4;
1432}
1433
Chenjie Yuccfe6452018-01-30 11:33:21 -08001434/*
1435 * Logs foreground service starts and stops.
1436 * Note that this is not when a service starts or stops, but when it is
1437 * considered foreground.
1438 * Logged from
1439 * //frameworks/base/services/core/java/com/android/server/am/ActiveServices.java
1440 */
1441message ForegroundServiceStateChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07001442 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuccfe6452018-01-30 11:33:21 -08001443 // package_name + "/" + class_name
1444 optional string short_name = 2;
1445
1446 enum State {
1447 ENTER = 1;
1448 EXIT = 2;
1449 }
1450 optional State state = 3;
1451}
1452
Chenjie Yue8904192017-12-08 19:12:57 -08001453/**
Chenjie Yubbcbc602018-02-05 16:51:52 -08001454 * Logs creation or removal of an isolated uid. Isolated uid's are temporary uid's to sandbox risky
1455 * behavior in its own uid. However, the metrics of these isolated uid's almost always should be
1456 * attributed back to the parent (host) uid. One example is Chrome.
1457 *
1458 * Logged from:
1459 * frameworks/base/core/java/com/android/internal/os/BatteryStatsImpl.java
1460 */
1461message IsolatedUidChanged {
Yao Chenc40a19d2018-03-15 16:48:25 -07001462 // NOTE: DO NOT annotate uid field in this atom. This atom is specially handled in statsd.
Chenjie Yubbcbc602018-02-05 16:51:52 -08001463 // The host UID. Generally, we should attribute metrics from the isolated uid to the host uid.
1464 optional int32 parent_uid = 1;
1465
1466 optional int32 isolated_uid = 2;
1467
1468 // We expect an isolated uid to be removed before if it's used for another parent uid.
1469 enum Event {
1470 REMOVED = 0;
1471 CREATED = 1;
1472 }
1473 optional Event event = 3;
1474}
1475
1476/*
1477 * Logs the reception of an incoming network packet causing the main system to wake up for
1478 * processing that packet. These events are notified by the kernel via Netlink NFLOG to Netd
1479 * and processed by WakeupController.cpp.
1480 */
1481message PacketWakeupOccurred {
1482 // The uid owning the socket into which the packet was delivered, or -1 if the packet was
1483 // delivered nowhere.
Yao Chenc40a19d2018-03-15 16:48:25 -07001484 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08001485 // The interface name on which the packet was received.
1486 optional string iface = 2;
1487 // The ethertype value of the packet.
1488 optional int32 ethertype = 3;
1489 // String representation of the destination MAC address of the packet.
1490 optional string destination_hardware_address = 4;
1491 // String representation of the source address of the packet if this was an IP packet.
1492 optional string source_ip = 5;
1493 // String representation of the destination address of the packet if this was an IP packet.
1494 optional string destination_ip = 6;
1495 // The value of the protocol field if this was an IPv4 packet or the value of the Next Header
1496 // field if this was an IPv6 packet. The range of possible values is the same for both IP
1497 // families.
1498 optional int32 ip_next_header = 7;
1499 // The source port if this was a TCP or UDP packet.
1500 optional int32 source_port = 8;
1501 // The destination port if this was a TCP or UDP packet.
1502 optional int32 destination_port = 9;
1503}
1504
1505/*
1506 * Logs the memory stats for an app on startup.
1507 * Logged from:
1508 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
1509 */
1510message AppStartMemoryStateCaptured {
1511 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07001512 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08001513
1514 // The process name.
1515 optional string process_name = 2;
1516
1517 // The activity name.
1518 optional string activity_name = 3;
1519
1520 // # of page-faults
1521 optional int64 pgfault = 4;
1522
1523 // # of major page-faults
1524 optional int64 pgmajfault = 5;
1525
1526 // RSS
1527 optional int64 rss_in_bytes = 6;
1528
1529 // CACHE
1530 optional int64 cache_in_bytes = 7;
1531
1532 // SWAP
1533 optional int64 swap_in_bytes = 8;
1534}
1535
1536/*
1537 * Logs the change in Low Memory Killer Daemon (LMKD) state which is used as start/stop boundaries
1538 * for LMK event.
1539 * Logged from:
1540 * system/core/lmkd/lmkd.c
1541 */
1542message LmkStateChanged {
1543 enum State {
1544 UNKNOWN = 0;
1545 START = 1;
1546 STOP = 2;
1547 }
1548 optional State state = 1;
1549}
1550
1551/*
1552 * Logs the event when Low Memory Killer Daemon (LMKD) kills a process to reduce memory pressure.
1553 * Logged from:
1554 * system/core/lmkd/lmkd.c
1555 */
1556message LmkKillOccurred {
1557 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07001558 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yubbcbc602018-02-05 16:51:52 -08001559
1560 // The process name.
1561 optional string process_name = 2;
1562
1563 // oom adj score.
1564 optional int32 oom_score = 3;
1565
1566 // # of page-faults
1567 optional int64 pgfault = 4;
1568
1569 // # of major page-faults
1570 optional int64 pgmajfault = 5;
1571
1572 // RSS
1573 optional int64 rss_in_bytes = 6;
1574
1575 // CACHE
1576 optional int64 cache_in_bytes = 7;
1577
1578 // SWAP
1579 optional int64 swap_in_bytes = 8;
1580}
1581
Rajeev Kumar51b54602018-03-01 12:18:26 -08001582/*
1583 * Logs when the ActivityManagerService detects that an app died.
1584 *
1585 * Logged from:
1586 * frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java
1587 */
1588message AppDied {
1589 // timestamp(elapsedRealtime) of record creation
Yao Chenc40a19d2018-03-15 16:48:25 -07001590 optional uint64 timestamp_millis = 1 [(stateFieldOption).option = EXCLUSIVE];
Rajeev Kumar51b54602018-03-01 12:18:26 -08001591}
1592
Chenjie Yubbcbc602018-02-05 16:51:52 -08001593//////////////////////////////////////////////////////////////////////
1594// Pulled atoms below this line //
1595//////////////////////////////////////////////////////////////////////
1596
1597/**
David Chenc8a43242017-10-17 16:23:28 -07001598 * Pulls bytes transferred via wifi (Sum of foreground and background usage).
1599 *
1600 * Pulled from:
1601 * StatsCompanionService (using BatteryStats to get which interfaces are wifi)
1602 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001603message WifiBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07001604 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07001605
1606 optional int64 rx_bytes = 2;
1607
1608 optional int64 rx_packets = 3;
1609
1610 optional int64 tx_bytes = 4;
1611
1612 optional int64 tx_packets = 5;
1613}
1614
1615/**
1616 * Pulls bytes transferred via wifi (separated by foreground and background usage).
1617 *
1618 * Pulled from:
1619 * StatsCompanionService (using BatteryStats to get which interfaces are wifi)
1620 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001621message WifiBytesTransferByFgBg {
Yao Chenc40a19d2018-03-15 16:48:25 -07001622 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07001623
Yao Chenc40a19d2018-03-15 16:48:25 -07001624 // 1 denotes foreground and 0 denotes background. This is called Set in
1625 // NetworkStats.
David Chenc8a43242017-10-17 16:23:28 -07001626 optional int32 is_foreground = 2;
1627
1628 optional int64 rx_bytes = 3;
1629
1630 optional int64 rx_packets = 4;
1631
1632 optional int64 tx_bytes = 5;
1633
1634 optional int64 tx_packets = 6;
1635}
1636
1637/**
1638 * Pulls bytes transferred via mobile networks (Sum of foreground and background usage).
1639 *
1640 * Pulled from:
1641 * StatsCompanionService (using BatteryStats to get which interfaces are mobile data)
1642 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001643message MobileBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07001644 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07001645
1646 optional int64 rx_bytes = 2;
1647
1648 optional int64 rx_packets = 3;
1649
1650 optional int64 tx_bytes = 4;
1651
1652 optional int64 tx_packets = 5;
1653}
1654
1655/**
1656 * Pulls bytes transferred via mobile networks (separated by foreground and background usage).
1657 *
1658 * Pulled from:
1659 * StatsCompanionService (using BatteryStats to get which interfaces are mobile data)
1660 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001661message MobileBytesTransferByFgBg {
Yao Chenc40a19d2018-03-15 16:48:25 -07001662 optional int32 uid = 1 [(is_uid) = true];
David Chenc8a43242017-10-17 16:23:28 -07001663
Yao Chenc40a19d2018-03-15 16:48:25 -07001664 // 1 denotes foreground and 0 denotes background. This is called Set in
1665 // NetworkStats.
David Chenc8a43242017-10-17 16:23:28 -07001666 optional int32 is_foreground = 2;
1667
1668 optional int64 rx_bytes = 3;
1669
1670 optional int64 rx_packets = 4;
1671
1672 optional int64 tx_bytes = 5;
1673
1674 optional int64 tx_packets = 6;
1675}
1676
1677/**
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001678 * Pulls bytes transferred via bluetooth. It is pulled from Bluetooth controller.
1679 *
1680 * Pulled from:
1681 * StatsCompanionService
1682 */
1683message BluetoothBytesTransfer {
Yao Chenc40a19d2018-03-15 16:48:25 -07001684 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001685
1686 optional int64 rx_bytes = 2;
1687
1688 optional int64 tx_bytes = 3;
1689}
1690
1691/**
David Chenc8a43242017-10-17 16:23:28 -07001692 * Pulls the kernel wakelock durations. This atom is adapted from
1693 * android/internal/os/KernelWakelockStats.java
1694 *
1695 * Pulled from:
1696 * StatsCompanionService using KernelWakelockReader.
1697 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001698message KernelWakelock {
David Chenc8a43242017-10-17 16:23:28 -07001699 optional string name = 1;
1700
1701 optional int32 count = 2;
1702
1703 optional int32 version = 3;
1704
1705 optional int64 time = 4;
1706}
Chenjie Yu5305e1d2017-10-31 13:49:36 -07001707
Chenjie Yu05013b32017-11-21 10:21:41 -08001708/**
Chenjie Yuc8b7f222018-01-11 23:25:57 -08001709 * Pulls low power state information. This includes platform and subsystem sleep state information,
1710 * PowerStatePlatformSleepState, PowerStateVoter or PowerStateSubsystemSleepState as defined in
Chenjie Yu5305e1d2017-10-31 13:49:36 -07001711 * hardware/interfaces/power/1.0/types.hal
Chenjie Yu5305e1d2017-10-31 13:49:36 -07001712 * hardware/interfaces/power/1.1/types.hal
1713 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001714message SubsystemSleepState {
Chenjie Yubbcbc602018-02-05 16:51:52 -08001715 // Subsystem name
1716 optional string subsystem_name = 1;
1717 // For PlatformLowPowerStats (hal 1.0), this is the voter name, which could be empty.
1718 // For SubsystemLowPowerStats (hal 1.1), this is the sleep state name.
1719 optional string subname = 2;
Chenjie Yuc8b7f222018-01-11 23:25:57 -08001720 // The number of times it entered, or voted for entering the sleep state
Chenjie Yubbcbc602018-02-05 16:51:52 -08001721 optional uint64 count = 3;
Chenjie Yuc8b7f222018-01-11 23:25:57 -08001722 // The length of time spent in, or spent voting for, the sleep state
David Chen0b5c90c2018-01-25 16:51:49 -08001723 optional uint64 time_millis = 4;
David Chen21582962017-11-01 17:32:46 -07001724}
Chenjie Yu7f8def92017-11-03 09:33:15 -07001725
Chenjie Yu05013b32017-11-21 10:21:41 -08001726/**
Chenjie Yu7f8def92017-11-03 09:33:15 -07001727 * Pulls Cpu time per frequency.
Chenjie Yu1ee9b742018-01-10 16:02:57 -08001728 * Pulls the time the cpu spend on the frequency index. Frequency index
1729 * starts from highest to lowest. The value should be monotonically
1730 * increasing since boot. However, if there is a cpu
1731 * hotplug event, the value would be reset as well.
Chenjie Yu7f8def92017-11-03 09:33:15 -07001732 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001733message CpuTimePerFreq {
Chenjie Yu7f8def92017-11-03 09:33:15 -07001734 optional uint32 cluster = 1;
1735 optional uint32 freq_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08001736 optional uint64 time_millis = 3;
Chenjie Yu7f8def92017-11-03 09:33:15 -07001737}
Chenjie Yue33bc3b2017-11-06 17:56:44 -08001738
Chenjie Yu05013b32017-11-21 10:21:41 -08001739/**
Chenjie Yue33bc3b2017-11-06 17:56:44 -08001740 * Pulls Cpu Time Per Uid.
1741 * Note that isolated process uid time should be attributed to host uids.
1742 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001743message CpuTimePerUid {
Yao Chenc40a19d2018-03-15 16:48:25 -07001744 optional int32 uid = 1 [(is_uid) = true];
David Chen0b5c90c2018-01-25 16:51:49 -08001745 optional uint64 user_time_millis = 2;
1746 optional uint64 sys_time_millis = 3;
Chenjie Yue33bc3b2017-11-06 17:56:44 -08001747}
1748
1749/**
1750 * Pulls Cpu Time Per Uid per frequency.
1751 * Note that isolated process uid time should be attributed to host uids.
1752 * For each uid, we order the time by descending frequencies.
1753 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001754message CpuTimePerUidFreq {
Yao Chenc40a19d2018-03-15 16:48:25 -07001755 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08001756 optional uint32 freq_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08001757 optional uint64 time_millis = 3;
Chenjie Yue33bc3b2017-11-06 17:56:44 -08001758}
Hugo Benichi884970e2017-11-14 22:42:46 +09001759
Chenjie Yu05013b32017-11-21 10:21:41 -08001760/**
1761 * Pulls Wifi Controller Activity Energy Info
1762 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001763message WifiActivityEnergyInfo {
Chenjie Yu05013b32017-11-21 10:21:41 -08001764 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08001765 optional uint64 timestamp_millis = 1;
Chenjie Yu05013b32017-11-21 10:21:41 -08001766 // stack reported state
1767 // TODO: replace this with proto enum
1768 optional int32 stack_state = 2;
1769 // tx time in ms
David Chen0b5c90c2018-01-25 16:51:49 -08001770 optional uint64 controller_tx_time_millis = 3;
Chenjie Yu05013b32017-11-21 10:21:41 -08001771 // rx time in ms
David Chen0b5c90c2018-01-25 16:51:49 -08001772 optional uint64 controller_rx_time_millis = 4;
Chenjie Yu05013b32017-11-21 10:21:41 -08001773 // idle time in ms
David Chen0b5c90c2018-01-25 16:51:49 -08001774 optional uint64 controller_idle_time_millis = 5;
Chenjie Yu05013b32017-11-21 10:21:41 -08001775 // product of current(mA), voltage(V) and time(ms)
1776 optional uint64 controller_energy_used = 6;
1777}
1778
1779/**
1780 * Pulls Modem Activity Energy Info
1781 */
Chenjie Yu31d14d72017-12-12 17:54:33 -08001782message ModemActivityInfo {
Chenjie Yu05013b32017-11-21 10:21:41 -08001783 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08001784 optional uint64 timestamp_millis = 1;
Chenjie Yu05013b32017-11-21 10:21:41 -08001785 // sleep time in ms.
David Chen0b5c90c2018-01-25 16:51:49 -08001786 optional uint64 sleep_time_millis = 2;
Chenjie Yu05013b32017-11-21 10:21:41 -08001787 // idle time in ms
David Chen0b5c90c2018-01-25 16:51:49 -08001788 optional uint64 controller_idle_time_millis = 3;
Chenjie Yu05013b32017-11-21 10:21:41 -08001789 /**
1790 * Tx power index
1791 * index 0 = tx_power < 0dBm
1792 * index 1 = 0dBm < tx_power < 5dBm
1793 * index 2 = 5dBm < tx_power < 15dBm
1794 * index 3 = 15dBm < tx_power < 20dBm
1795 * index 4 = tx_power > 20dBm
1796 */
1797 // tx time in ms at power level 0
David Chen0b5c90c2018-01-25 16:51:49 -08001798 optional uint64 controller_tx_time_pl0_millis = 4;
Chenjie Yu05013b32017-11-21 10:21:41 -08001799 // tx time in ms at power level 1
David Chen0b5c90c2018-01-25 16:51:49 -08001800 optional uint64 controller_tx_time_pl1_millis = 5;
Chenjie Yu05013b32017-11-21 10:21:41 -08001801 // tx time in ms at power level 2
David Chen0b5c90c2018-01-25 16:51:49 -08001802 optional uint64 controller_tx_time_pl2_millis = 6;
Chenjie Yu05013b32017-11-21 10:21:41 -08001803 // tx time in ms at power level 3
David Chen0b5c90c2018-01-25 16:51:49 -08001804 optional uint64 controller_tx_time_pl3_millis = 7;
Chenjie Yu05013b32017-11-21 10:21:41 -08001805 // tx time in ms at power level 4
David Chen0b5c90c2018-01-25 16:51:49 -08001806 optional uint64 controller_tx_time_pl4_millis = 8;
Chenjie Yu05013b32017-11-21 10:21:41 -08001807 // rx time in ms at power level 5
David Chen0b5c90c2018-01-25 16:51:49 -08001808 optional uint64 controller_rx_time_millis = 9;
Chenjie Yu05013b32017-11-21 10:21:41 -08001809 // product of current(mA), voltage(V) and time(ms)
1810 optional uint64 energy_used = 10;
Joe Onorato62c220b2017-11-18 20:32:56 -08001811}
Rajeev Kumar508a9bf2018-01-18 15:49:11 -08001812
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001813/**
1814 * Pulls Bluetooth Activity Energy Info
1815 * Note: BluetoothBytesTransfer is pulled at the same time from the controller.
1816 */
1817message BluetoothActivityInfo {
1818 // timestamp(wall clock) of record creation
David Chen0b5c90c2018-01-25 16:51:49 -08001819 optional uint64 timestamp_millis = 1;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001820 // bluetooth stack state
1821 optional int32 bluetooth_stack_state = 2;
1822 // tx time in ms
David Chen0b5c90c2018-01-25 16:51:49 -08001823 optional uint64 controller_tx_time_millis = 3;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001824 // rx time in ms
David Chen0b5c90c2018-01-25 16:51:49 -08001825 optional uint64 controller_rx_time_millis = 4;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001826 // idle time in ms
David Chen0b5c90c2018-01-25 16:51:49 -08001827 optional uint64 controller_idle_time_millis = 5;
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001828 // product of current(mA), voltage(V) and time(ms)
1829 optional uint64 energy_used = 6;
1830}
1831
Rajeev Kumar508a9bf2018-01-18 15:49:11 -08001832/*
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08001833 * Logs the memory stats for a process.
1834 */
1835message ProcessMemoryState {
1836 // The uid if available. -1 means not available.
Yao Chenc40a19d2018-03-15 16:48:25 -07001837 optional int32 uid = 1 [(is_uid) = true];
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08001838
1839 // The process name.
1840 optional string process_name = 2;
1841
1842 // oom adj score.
1843 optional int32 oom_score = 3;
1844
1845 // # of page-faults
1846 optional int64 pgfault = 4;
1847
1848 // # of major page-faults
1849 optional int64 pgmajfault = 5;
1850
Rajeev Kumar90235992018-01-29 11:06:48 -08001851 // RSS
1852 optional int64 rss_in_bytes = 6;
1853
1854 // CACHE
1855 optional int64 cache_in_bytes = 7;
1856
1857 // SWAP
1858 optional int64 swap_in_bytes = 8;
Rajeev Kumar8a9fa052018-01-25 19:03:09 -08001859}
1860
1861/*
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001862 * Elapsed real time from SystemClock.
Chenjie Yu9da105b2018-01-13 12:41:08 -08001863 */
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001864message SystemElapsedRealtime {
David Chen0b5c90c2018-01-25 16:51:49 -08001865 optional uint64 time_millis = 1;
Chenjie Yu9da105b2018-01-13 12:41:08 -08001866}
1867
1868/*
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001869 * Up time from SystemClock.
Chenjie Yu9da105b2018-01-13 12:41:08 -08001870 */
Chenjie Yu9d7720b2018-01-24 10:34:48 -08001871message SystemUptime {
1872 // Milliseconds since the system was booted.
1873 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
1874 // for external input).
1875 // It is not affected by clock scaling, idle, or other power saving mechanisms.
David Chen0b5c90c2018-01-25 16:51:49 -08001876 optional uint64 uptime_millis = 1;
Chenjie Yu9da105b2018-01-13 12:41:08 -08001877}
1878
1879/*
1880 * Reads from /proc/uid_concurrent_active_time which has the format:
1881 * active: X (X is # cores)
1882 * [uid0]: [time-0] [time-1] [time-2] ... (# entries = # cores)
1883 * [uid1]: [time-0] [time-1] [time-2] ... ...
1884 * ...
1885 * Time-N means the CPU time a UID spent running concurrently with N other processes.
1886 * The file contains a monotonically increasing count of time for a single boot.
1887 */
1888message CpuActiveTime {
Yao Chenc40a19d2018-03-15 16:48:25 -07001889 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08001890 optional uint64 time_millis = 2;
Chenjie Yu9da105b2018-01-13 12:41:08 -08001891}
1892
1893/**
1894 * Reads from /proc/uid_concurrent_policy_time which has the format:
1895 * policy0: X policy4: Y (there are X cores on policy0, Y cores on policy4)
1896 * [uid0]: [time-0-0] [time-0-1] ... [time-1-0] [time-1-1] ...
1897 * [uid1]: [time-0-0] [time-0-1] ... [time-1-0] [time-1-1] ...
1898 * ...
1899 * Time-X-Y means the time a UID spent on clusterX running concurrently with Y other processes.
1900 * The file contains a monotonically increasing count of time for a single boot.
1901 */
1902message CpuClusterTime {
Yao Chenc40a19d2018-03-15 16:48:25 -07001903 optional int32 uid = 1 [(is_uid) = true];
Chenjie Yuec676612018-03-07 09:19:17 -08001904 optional int32 cluster_index = 2;
David Chen0b5c90c2018-01-25 16:51:49 -08001905 optional uint64 time_millis = 3;
Chenjie Yu937d7422018-01-10 16:37:53 -08001906}
1907
1908/*
1909 * Pulls free disk space, for data, system partition and temporary directory.
1910 */
1911message DiskSpace {
1912 // available bytes in data partition
1913 optional uint64 data_available_bytes = 1;
1914 // available bytes in system partition
1915 optional uint64 system_available_bytes = 2;
1916 // available bytes in download cache or temp directories
1917 optional uint64 temp_available_bytes = 3;
1918}
Tej Singhbf972d92018-01-10 20:51:13 -08001919
1920/**
1921 * Pulls battery coulomb counter, which is the remaining battery charge in uAh.
Tej Singh40298312018-02-16 00:15:09 -08001922 * Pulled from:
1923 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
Tej Singhbf972d92018-01-10 20:51:13 -08001924 */
1925message RemainingBatteryCapacity {
1926 optional int32 charge_uAh = 1;
1927}
1928
1929/**
1930 * Pulls battery capacity, which is the battery capacity when full in uAh.
Tej Singh40298312018-02-16 00:15:09 -08001931 * Pulled from:
1932 * frameworks/base/cmds/statsd/src/external/ResourceHealthManagerPuller.cpp
Tej Singhbf972d92018-01-10 20:51:13 -08001933 */
1934message FullBatteryCapacity {
1935 optional int32 capacity_uAh = 1;
Tej Singh40298312018-02-16 00:15:09 -08001936}
1937
1938/**
1939 * Pulls the temperature of various parts of the device, in Celsius.
1940 *
1941 * Pulled from:
1942 * frameworks/base/cmds/statsd/src/external/ResourceThermalManagerPuller.cpp
1943 */
1944message Temperature {
1945 // The type of temperature being reported. Eg. CPU, GPU, SKIN, BATTERY.
1946 optional android.os.TemperatureTypeEnum sensor_location = 1;
1947
1948 // The name of the temperature source. Eg. CPU0
1949 optional string sensor_name = 2;
1950
1951 // Temperature in degrees C.
1952 optional float temperature_C = 3;
yroa1fe77c2018-02-26 14:22:54 -08001953}