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

Commit dea84354 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

Change-Id: I67b0a8758c7fd3d8e3478958a5a9d879be744dc2
parents 9b97ee83 386295e3
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();