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

Commit 0073fff1 authored by Xinying's avatar Xinying Committed by Takeshi Tanigawa
Browse files

Remove DTMF codes on log

Remove the logging of the actual DTMF character.

Test: manual - Checked that DTMF codes are removed on log.
Bug: 110013531

Change-Id: I74c6af4ae3c46d3fab2ff4a234b23929fc7acb66
parent 9acd6288
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1575,7 +1575,7 @@ public class ImsCall implements ICall {
     * @param result the result message to send when done.
     */
    public void sendDtmf(char c, Message result) {
        logi("sendDtmf :: code=" + c);
        logi("sendDtmf :: ");

        synchronized(mLockObj) {
            if (mSession != null) {
@@ -1592,7 +1592,7 @@ public class ImsCall implements ICall {
     * @param c that represents the DTMF to send. '0' ~ '9', 'A' ~ 'D', '*', '#' are valid inputs.
     */
    public void startDtmf(char c) {
        logi("startDtmf :: code=" + c);
        logi("startDtmf :: ");

        synchronized(mLockObj) {
            if (mSession != null) {