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

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

parents 4c3ff4d9 d2250b1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2330,7 +2330,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 {