Loading cmds/statsd/src/atoms.proto +1 −17 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ message Atom { ResourceConfigurationChanged resource_configuration_changed = 66; BluetoothEnabledStateChanged bluetooth_enabled_state_changed = 67; BluetoothConnectionStateChanged bluetooth_connection_state_changed = 68; BluetoothA2dpAudioStateChanged bluetooth_a2dp_audio_state_changed = 69; // 69 is blank but need not be. UsbConnectorStateChanged usb_connector_state_changed = 70; SpeakerImpedanceReported speaker_impedance_reported = 71; HardwareFailed hardware_failed = 72; Loading Loading @@ -1007,22 +1007,6 @@ message BluetoothConnectionStateChanged { optional int32 bt_profile = 3; } /** * Logs when Bluetooth A2dp audio streaming state changes. * * Logged from: * TODO(b/73971848) */ message BluetoothA2dpAudioStateChanged { // Whether or not audio is being played using Bluetooth A2dp. enum State { UNKNOWN = 0; PLAY = 1; STOP = 2; } optional State state = 1; } /** * Logs when something is plugged into or removed from the USB-C connector. * Loading Loading
cmds/statsd/src/atoms.proto +1 −17 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ message Atom { ResourceConfigurationChanged resource_configuration_changed = 66; BluetoothEnabledStateChanged bluetooth_enabled_state_changed = 67; BluetoothConnectionStateChanged bluetooth_connection_state_changed = 68; BluetoothA2dpAudioStateChanged bluetooth_a2dp_audio_state_changed = 69; // 69 is blank but need not be. UsbConnectorStateChanged usb_connector_state_changed = 70; SpeakerImpedanceReported speaker_impedance_reported = 71; HardwareFailed hardware_failed = 72; Loading Loading @@ -1007,22 +1007,6 @@ message BluetoothConnectionStateChanged { optional int32 bt_profile = 3; } /** * Logs when Bluetooth A2dp audio streaming state changes. * * Logged from: * TODO(b/73971848) */ message BluetoothA2dpAudioStateChanged { // Whether or not audio is being played using Bluetooth A2dp. enum State { UNKNOWN = 0; PLAY = 1; STOP = 2; } optional State state = 1; } /** * Logs when something is plugged into or removed from the USB-C connector. * Loading