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

Commit 53e21d2b authored by Eric Caruso's avatar Eric Caruso
Browse files

RILJ: log p3 in ICC IO log message

This was left out, but it looks like it was intended to
be logged. Add it to improve debugging.

Bug: 404757830
Test: deploy to brya, run: logcat -b radio *:S RILJ | grep iccIO
Flag: EXEMPT logging change
Change-Id: Ide6aaca528ce0695a6fe826be15b4705c5c51c2a
parent 747fc50c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2159,7 +2159,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                riljLog(rr.serialString() + "> iccIO: " + RILUtils.requestToString(rr.mRequest)
                        + " command = 0x" + Integer.toHexString(command) + " fileId = 0x"
                        + Integer.toHexString(fileId) + " path = " + path + " p1 = " + p1
                        + " p2 = " + p2 + " p3 = " + " data = " + data + " aid = " + aid);
                        + " p2 = " + p2 + " p3 = " + p3 + " data = " + data + " aid = " + aid);
            } else {
                riljLog(rr.serialString() + "> iccIO: "
                        + RILUtils.requestToString(rr.mRequest));