Merge "Redact DTMF digits log for production users"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user