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

Commit ced37b39 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CallAudioState: Remove sensitive info from log." into main am: 9e58ba81

parents 02ea9015 9e58ba81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public final class CallAudioState implements Parcelable {
    @Override
    public String toString() {
        String bluetoothDeviceList = supportedBluetoothDevices.stream()
                .map(BluetoothDevice::getAddress).collect(Collectors.joining(", "));
                .map(BluetoothDevice::toString).collect(Collectors.joining(", "));

        return String.format(Locale.US,
                "[AudioState isMuted: %b, route: %s, supportedRouteMask: %s, " +