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

Commit 61307040 authored by Jack Yu's avatar Jack Yu Committed by Gerrit Code Review
Browse files

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

parents 48ac5c05 7fee6bae
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();