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

Commit b4632dee 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 am: 386295e3

am: dea84354

Change-Id: Ib0f45cb3363a77a471b2b0bf277c36acabc41bad
parents c160905f dea84354
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();