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

Commit c123bcf8 authored by Shuo Qian's avatar Shuo Qian Committed by Gerrit Code Review
Browse files

Merge "Add RIL_REQUEST_EMERGENCY_DIAL string in rillog"

parents 3e5a9f7a 79e3efbc
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -5231,6 +5231,8 @@ public class RIL extends BaseCommands implements CommandsInterface {
                return "GET_CURRENT_CALLS";
                return "GET_CURRENT_CALLS";
            case RIL_REQUEST_DIAL:
            case RIL_REQUEST_DIAL:
                return "DIAL";
                return "DIAL";
            case RIL_REQUEST_EMERGENCY_DIAL:
                return "EMERGENCY_DIAL";
            case RIL_REQUEST_GET_IMSI:
            case RIL_REQUEST_GET_IMSI:
                return "GET_IMSI";
                return "GET_IMSI";
            case RIL_REQUEST_HANGUP:
            case RIL_REQUEST_HANGUP: