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

Commit 0407e2b6 authored by yinxu's avatar yinxu
Browse files

Add the new scan request and response to log string.

Test: Telephony sanity tests
Bug: 30954762

Cherry-picked cleanly from:
https://android-review.git.corp.google.com/#/c/421047/

Merged-in: I78cf7d8d14e5c68f890d2ad21f35be783be49cf5
Change-Id: I78cf7d8d14e5c68f890d2ad21f35be783be49cf5
(cherry picked from commit a88c366b)
parent a7d94e63
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4711,6 +4711,10 @@ public final class RIL extends BaseCommands implements CommandsInterface {
                return "RIL_RESPONSE_ACKNOWLEDGEMENT";
            case RIL_REQUEST_SET_CARRIER_INFO_IMSI_ENCRYPTION:
                return "RIL_REQUEST_SET_CARRIER_INFO_IMSI_ENCRYPTION";
            case RIL_REQUEST_START_NETWORK_SCAN:
                return "RIL_REQUEST_START_NETWORK_SCAN";
            case RIL_REQUEST_STOP_NETWORK_SCAN:
                return "RIL_REQUEST_STOP_NETWORK_SCAN";
            default: return "<unknown request>";
        }
    }
@@ -4813,6 +4817,8 @@ public final class RIL extends BaseCommands implements CommandsInterface {
                return "UNSOL_MODEM_RESTART";
            case RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION:
                return "RIL_UNSOL_CARRIER_INFO_IMSI_ENCRYPTION";
            case RIL_UNSOL_NETWORK_SCAN_RESULT:
                return "RIL_UNSOL_NETWORK_SCAN_RESULT";
            default:
                return "<unknown response>";
        }