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

Commit a6003c7f authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am 5f0f5c18: Merge "Treat SIGNAL_LOST error in dataCallResponse as permanent failure." into lmp-dev

* commit '5f0f5c18':
  Treat SIGNAL_LOST error in dataCallResponse as permanent failure.
parents ab61d24d 5f0f5c18
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() {