diff options
author | 2020-01-23 13:53:51 -0800 | |
---|---|---|
committer | 2020-04-30 13:53:13 -0700 | |
commit | 7fec49c0ffb23a1ca854398ff682ffb5a9170afc (patch) | |
tree | d95460e465bd6592fb27a91131b9929037949fd5 | |
parent | 26f3511f978e9eba37ee3dcd9df76605552fd907 (diff) |
Add telephony module
Bug: 145952197
Test: m
Change-Id: Ic078afd377d9d7d348b73a77ee1bfe2fa4e8f620
Merged-In: Ic078afd377d9d7d348b73a77ee1bfe2fa4e8f620
-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; |