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

Commit f8a1f90c authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 511d4b68: am 713a658e: Merge "Telephony: Log parameters for facility lock operations."

* commit '511d4b68':
  Telephony: Log parameters for facility lock operations.
parents 599f207f 511d4b68
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1659,7 +1659,9 @@ public final class RIL extends BaseCommands implements CommandsInterface {
                            Message response) {
        RILRequest rr = RILRequest.obtain(RIL_REQUEST_QUERY_FACILITY_LOCK, response);

        if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest));
        if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)
                                                 + " [" + facility + " " + serviceClass
                                                 + " " + appId + "]");

        // count strings
        rr.mp.writeInt(4);
@@ -1688,7 +1690,9 @@ public final class RIL extends BaseCommands implements CommandsInterface {
         RILRequest rr
                = RILRequest.obtain(RIL_REQUEST_SET_FACILITY_LOCK, response);

        if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest));
        if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)
                                                        + " [" + facility + " " + lockState
                                                        + " " + serviceClass + " " + appId + "]");

        // count strings
        rr.mp.writeInt(5);