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

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

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

* commit '713a658e':
  Telephony: Log parameters for facility lock operations.
parents db1b0c54 713a658e
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);