diff options
| author | 2020-05-09 02:36:36 +0000 | |
|---|---|---|
| committer | 2020-05-09 02:36:36 +0000 | |
| commit | 676c129a8e39f8caeb6c346ae28ec37aaff0ce95 (patch) | |
| tree | c0be959604ea40d06a0722d3151d966ae72808c9 | |
| parent | 6a5a8d74a855032836ee231aabc3e1c5a4a8495b (diff) | |
| parent | 5a097ffef694e14cf08ddb3b6f5d029c58ccd97b (diff) | |
Merge "Add telephony module" am: 5a097ffef6
Change-Id: I9da4c8998b47447b407cb2606edc498ca241ab1a
| -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; |