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

Commit e615fe81 authored by sqian's avatar sqian Committed by Shuo Qian
Browse files

Add RIL_REQUEST_EMERGENCY_DIAL string in rillog

This will let riljLog display this request in the log and bugreport,
 and maybe helpful for some tools that parses this log.

Test: Treehugger; Manual
Fixes: 134704399
Change-Id: Idc724ff5363e7459e291ffb13d955003a1ba6655
parent 914ac383
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5261,6 +5261,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: