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

Commit 68c5a0ed authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Add RIL_REQUEST_EMERGENCY_DIAL string in rillog"

am: c123bcf8

Change-Id: I76baeecc40a30a9f0269fd0731aa96fd9c816f3c
parents 64432f5a c123bcf8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5231,6 +5231,8 @@ public class RIL extends BaseCommands implements CommandsInterface {
                return "GET_CURRENT_CALLS";
            case RIL_REQUEST_DIAL:
                return "DIAL";
            case RIL_REQUEST_EMERGENCY_DIAL:
                return "EMERGENCY_DIAL";
            case RIL_REQUEST_GET_IMSI:
                return "GET_IMSI";
            case RIL_REQUEST_HANGUP: