Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 676c129a authored by Chi Zhang's avatar Chi Zhang Committed by Automerger Merge Worker
Browse files

Merge "Add telephony module" am: 5a097ffe

Change-Id: I9da4c8998b47447b407cb2606edc498ca241ab1a
parents 6a5a8d74 5a097ffe
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;