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

Commit 2cc78924 authored by Hui Peng's avatar Hui Peng
Browse files

[redact_log] redact MAC address logging in sspRequestCallback

Bug: 174487588
Test: refactoring CL, exiting tests still pass
Change-Id: If0e10cabe2b18ae89f93fccc91958c410ac9c08a
parent e1aabebe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ final class BondStateMachine extends StateMachine {
        if (bdDevice == null) {
            mRemoteDevices.addDeviceProperties(address);
        }
        infoLog("sspRequestCallback: " + Arrays.toString(address)
        infoLog("sspRequestCallback: " + Utils.getRedactedAddressStringFromByte(address)
                + " name: " + Arrays.toString(name)
                + " cod: " + cod
                + " pairingVariant " + pairingVariant