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

Commit 8518b373 authored by Xinying's avatar Xinying Committed by android-build-merger
Browse files

Remove DTMF codes on log am: 0073fff1

am: 011347ba

Change-Id: I57ccb95c755d1c27b7b86ff7294258ee9afb77bd
parents cadc5ee0 011347ba
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) {