diff options
author | 2020-05-09 02:24:34 +0000 | |
---|---|---|
committer | 2020-05-09 02:24:34 +0000 | |
commit | 5a097ffef694e14cf08ddb3b6f5d029c58ccd97b (patch) | |
tree | b815ffdba8b05375cf7137ce4d1e0099aabf76a2 | |
parent | 414a71126ee3d923582ee290a0a7b3417611fe6e (diff) | |
parent | 7fec49c0ffb23a1ca854398ff682ffb5a9170afc (diff) |
Merge "Add telephony module"
-rw-r--r-- | cmds/statsd/src/atoms.proto | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 3519a157472b..d9d697afb38d 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -149,8 +149,10 @@ message Atom { HardwareFailed hardware_failed = 72; PhysicalDropDetected physical_drop_detected = 73; ChargeCyclesReported charge_cycles_reported = 74; - MobileConnectionStateChanged mobile_connection_state_changed = 75; - MobileRadioTechnologyChanged mobile_radio_technology_changed = 76; + MobileConnectionStateChanged mobile_connection_state_changed = + 75 [(log_from_module) = "telephony"]; + MobileRadioTechnologyChanged mobile_radio_technology_changed = + 76 [(log_from_module) = "telephony"]; UsbDeviceAttached usb_device_attached = 77; AppCrashOccurred app_crash_occurred = 78; ANROccurred anr_occurred = 79; |