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

Commit ad31aa03 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Treat SIGNAL_LOST error in dataCallResponse as permanent failure.

Bug: 17632875
Change-Id: Ic2dfcf27039206f9eb4ed29b0a035920b14e2890
parent ab557394
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -95,7 +95,8 @@ public enum DcFailCause {
                (this == ONLY_IPV4_ALLOWED) || (this == ONLY_IPV6_ALLOWED) ||
                (this == PROTOCOL_ERRORS) ||
                (this == RADIO_POWER_OFF) || (this == TETHERED_CALL_ACTIVE) ||
               (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER);
                (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER) ||
                (this == SIGNAL_LOST);
    }

    public boolean isEventLoggable() {