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

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

Merge "Redact DTMF digits log for production users" am: d2250b1a am: f2a74a3a am: 454ff5b9

parents 895c12fa 454ff5b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2697,7 +2697,7 @@ public abstract class ConnectionService extends Service {
    }

    private void playDtmfTone(String callId, char digit) {
        Log.i(this, "playDtmfTone %s %c", callId, digit);
        Log.i(this, "playDtmfTone %s %s", callId, Log.pii(digit));
        if (mConnectionById.containsKey(callId)) {
            findConnectionForAction(callId, "playDtmfTone").onPlayDtmfTone(digit);
        } else {