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

Commit 386295e3 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Text string TLV object shall not be output in log"

am: 61307040

Change-Id: Ia311e23319e6005e5d528f49767b110ba3791272
parents 70e56a89 61307040
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2344,7 +2344,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
                        byte[] target = Arrays.copyOfRange(ctlv.getRawValue(), from,
                                ctlv.getValueIndex() + ctlv.getLength());
                        terminalResponse = terminalResponse.toLowerCase().replace(
                                IccUtils.bytesToHexString(target), "********");
                                IccUtils.bytesToHexString(target).toLowerCase(), "********");
                    }
                    // The text string tag and the length field should also be hidden.
                    from = ctlv.getValueIndex() + ctlv.getLength();